Login
Seleccionar Idioma
Español (Argentina) 
 
 

    Geniar  is a dynamic company focused on new technologies, dedicated to IT consulting, systems development and Internet applications.


   
Our team of professionals complement their technical capacity with the knowlege provided by our clients, ensuring that implementations can achieve the maximum impact in customer's results.


We divide our services into three areas:

 

 
 
Blog de la Empresa

Fri, 03 Jul 2009 12:52:01 -0300

Las diversas necesidades de sus clientes encuentran respuesta en el amplio rango de procesadores que AMD le ofrece para todo tipo de PCs. Aquí le mostramos el portafolio de productos actualizado que continuará la transición hacia la nueva línea durante el segundo semestre. Además descubra los diferentes rendimientos que le brindan estas plataformas. Los recientes [...]

Wed, 01 Jul 2009 15:44:37 -0300

A Microsoft Research team led by Helen J. Wang has created Gazelle (PDF), a browser-based OS, with the declared intent to tighten security when going online. Gazelle is not a new operating system like Windows but a new type of browser that has a kernel acting as a multi-principal operating system responsible for managing resource protection and [...]

Wed, 01 Jul 2009 15:43:31 -0300

Microsoft announced System.Data.OracleClient will be deprecated after .NET 4.0. Classes in the namespace will be marked obsolete in .NET 4.0 and removed from future releases. OracleClient is the ADO.NET provider for Oracle developed by Microsoft and shipped as part of the .NET Framework Class Library. This decision has sparked controversy among the community of .NET developers [...]

Wed, 01 Jul 2009 15:40:48 -0300

¡Finalmente llegó Firefox 3.5! Luego de varias versiones casi listas que se fueron lanzando las últimas semanas, hoy se ha lanzado oficialmente la versión terminada y apta para consumo público de nuestro navegador favorito. Aparte de todas las novedades que trae la nueva versión del navegador, una de las más interesantes para la comunidad Latinoamericana es [...]

Mon, 08 Jun 2009 15:25:12 -0300

Part I: Pre-requisites and installation. Hi, in this series of posts we are going to explain how to develop data Mobile applications. The selected platform was Visual Studio 2008 Team System Edition + C# + Windows Mobile 6 + Pocket PC Device Emulator (we don’t have decided the deployment hardware yet). First of all let enumerate the [...]

Mon, 25 May 2009 23:19:22 -0300

Yes, NHibernate 2.1alpha3 is ready to download. Have a look the release notes. You can download here. See the official announce.

Mon, 25 May 2009 23:11:12 -0300

Since a few days a I’m having a close look to LinFu 2.2 and talking with Philip Laureano, the creator of this amazing framework. LinFu 2.2 is very different than LinFu 1. Now is talking directly with Mono.Cecil to modify types in runtime, weave types for friends With LinFu 2.2 you can do: Property interception New [...]

Sat, 23 May 2009 23:44:52 -0300

Asp.net MVC let you intercept the actions via a feature they call: Filters. Filters are just attributes that you decorate into actions and them allow to you make an stop before or after the action-methods are executed (also are filters to intercept code before/after the result is executed, errors are thrown, etc). There are a [...]

Mon, 18 May 2009 21:50:46 -0300

Hoy cuando empezaba a trabajar en un nuevo proyecto surgió la necesidad de esbozar un pequeño diagrama de casos de usos y de clases a un nivel general de análisis. Las opciones eran utilizar MS Visio, Rational Rose, Enterprise Architect, Umbrello, etc… (y la lista sigue…). Al final me decidí por yUML, esta es una [...]

Mon, 18 May 2009 04:54:45 -0300

The NHibernate Validator Team had prepared examples to you be able to use this validation framework in a easy way. With four examples we are covering the following topics: 1) Winforms In this example you will how you can easily integrate NHibernate Validator and some helper clases with System.Windows.Forms. 2) NHibernate Integration Trying to integrate NHibernate Validator with NHibernate? [...]