[ENG] CSLA .NET basic example with Windows Forms (part II)


Hi everybody, continuing the previous post. Today I want to give them a very simple concept of using CSLA .NET in a Windows Forms project. First, in the DemoCSLA.Datos project we will create a partial class that allows us to create some static methods that we can then use throughout the project: We will put … Sigue leyendo [ENG] CSLA .NET basic example with Windows Forms (part II)

[ENG] CSLA .NET basic example with Windows Forms (part I)


Hi everybody, back here again to talk about CSLA.NET, in the previous post I mentioned how this Framework and have decided that the best is to learn with a practical example. To start, I want to make a small application that is made up of only 4 tables and allow maintenance, creating very simple validation … Sigue leyendo [ENG] CSLA .NET basic example with Windows Forms (part I)

Ejemplo básico de CSLA .NET con Windows Forms (Parte II)


Hola a todos nuevamente, continuando con el post anterior. Hoy quiero darles un concepto muy simple de usar CSLA .NET en un Proyecto con Windows Forms. Primero, en el Proyecto DemoCSLA.Datos vamos a crear una clase parcial que nos permita crear unos métodos estáticos que luego podremos usar a lo largo del Proyecto: Le pondremos como nombre … Sigue leyendo Ejemplo básico de CSLA .NET con Windows Forms (Parte II)

Fundamentos de CSLA.NET, Primera Parte


Hola a todos, en esta oportunidad quiero dirigirme a aquellos que siguieron un post que hice hace 4 años con respecto al Framework de Objetos de Negocio CSLA.NET. Este Framework nació de la necesidad de crear un marco de trabjo robusto dirigido únicamente a la capa de negocio, no pretende reemplazar frameworks muy potentes de … Sigue leyendo Fundamentos de CSLA.NET, Primera Parte