I have published a new version of SFS for Visual Studio 2008. I have corrected many errors that had with Visual Studio 2008 SP1 and .Net Framework 3.5 SP 1.
You can download this version from here:
http://www.codeplex.com/sfs/Release/ProjectReleases.aspx
I appreciate any comments...
Saludos!
E-mail |
Permalink |
0 Comments|
Trackback
This a real and practice sample, because you can generate code in multiple tiers, from the business rules to the front tier.
How to generate code automatically from entity framework model for Gridview paging and sorting in N-Tiers architecture.
In the last post “Use guide (SFS for Microsoft Visual Studio 2008), step by step” I explained how generate code automatically with a custom DirectiveProcessor published in SFSAddin, and in this other post I have spoken about how implement Entity Framework for paging and sorting the GridView control in a N-Tiers architecture.More...
E-mail |
Permalink |
2 Comments|
Trackback
Introduction
Entity Framework is the best Microsoft alternative for map a relational database to objects, and is already a very complete support in ASP.NET for populate the GridView control and enable the paging and sorting features directly by LinqDatasource object,but to use this alternative not have the chance to decouple the linq query in a business rules layer separated, which can be a problem if we have those requirements. The paging mut be done in the database for a more efficient query.
More...
E-mail |
Permalink |
3 Comments|
Trackback
Introducción
Entity Framework es la mejor alternativa de Microsoft para hacer el mapeo de una base de datos relacional a objetos, y ya existe un soporte muy completo en ASP.NET para poblar el control GridView y habilitar sus funciones de paginación y ordenamiento directamente por medio del objeto LinqDatasource, sin embargo, al usar esta alternativa no tenemos la posibilidad de desacoplar la consulta de Linq en una capa de reglas de negocio separada, lo cual puede ser un problema si tenemos esos requerimientos. La paginación debe hacerse en la base de datos para que sea una consulta más eficiente.
More...
E-mail |
Permalink |
1 Comments|
Trackback
English version | Versión en español
Esta es la guía paso a paso para usar SFS for Visual Studio en su característica: ADO.NET Entity Framework to any layer.
Contenido
- Pre-requisitos
- Instalación
- Diseño de ADO.Net Entity Framework
- Uso de SFS for Microsoft Visual Studio (Entity Framework to any layer)
Pre-Requisitos
- Microsoft Visual Studio 2008
- ADO.NET Entity Framework Beta 3
- T4 Editor (Opcional)
Instalación
- Descarga la última versión de SFS for Microsoft Visual Studio
- Ejecuta el instalador y reinicia Micosoft Visual Studio 2008
More...
E-mail |
Permalink |
0 Comments|
Trackback
English version | Versión en español
This is the guide step by step for use SFS for Visual Studio in this feature: ADO.NET Entity Framework to any layer.
Content
- Prerequisites
- Installation
- ADO.Net Entity Framework design
- Use of SFS for Microsoft Visual Studio (Entity Framework to any layer)
- Sample project (Download)
Prerequisites
- Microsoft Visual Studio 2008
- ADO.NET Entity Framework Beta 3
- T4 Editor (Optional)
Installation
- Download the last version of SFS for Microsoft Visual Studio
- Execute and install from SFS Micosoft Visual Studio 2008 setup file.
More...
E-mail |
Permalink |
15 Comments|
Trackback