Patrones en .NET
Primeras nociones de patrones en .NET |
El Intermediate Language, base de .NET
Una introducción al IL, el lenguaje de base de la máquina virtual .NET. |
Ejemplos de la Jornada Programando en .NET
Ejemplos de la Jornada de Programando en .NET, del 21 de Octubre de 2003, organizada por el Club de Programadores. |
Material del Curso de Programando en .NET
Material del curso Programando en .NET, organizado por el Grupo de Usuarios Microsoft. |
Ejemplos de la Jornada Remoting y Aplicaciones Distribuidas
Ejemplos de la Jornada Remoting y Aplicaciones Distribuidas, organizada por el Microsoft Users Group de Argentina. |
Material del Seminario de Arquitectura de Aplicaciones .NET
Material del seminario dictado el 4 de Noviembre de 2003, en la Universidad del Salvador, organizado por el Club de Programadores. |
Material del Seminario .NET por Dentro
Material del Seminario .NET por dentro, organizado por el Club de Programadores. |
Material del Seminario Introducción a ASP.NET
Material del seminario dictado en Microsoft Argentina, el 17 de Diciembre de 2003. |
Arquitectura de aplicaciones de .NET: Diseño de aplicaciones y servicios
En esta guía se proporcionan las instrucciones a nivel de diseño para la arquitectura y el diseño de aplicaciones y servicios de .NET Framework |
Display hierarchical data with TreeView
TreeView gives developers chance to display hierarchical data. |
NHibernate
About persistent using NHibernate. |
Customizing the Windows Forms DataGrid
A demonstration on how to customize the DataGrid\'s default behavior is included, allowing you more flexibility in how you can use the DataGrid. |
Plataforma .NET
Excelente manual sobre los fundamentos del .NET Framework |
Windows Forms Data Binding and Objects
Rocky Lhotka shows you how to write code that you can add to your business and collection classes to better support the features of Windows Forms data binding. |
A pure object-oriented domain model by a db-guy
This is the first in a new series of articles by Jimmy Nilsson on a new architecture for enterprise applications in .NET. The new architecture starts where the old one presented in Jimmy’s book left off. The new architecture is more purely object-oriented, while still focusing on roundtrips and the data access code to get good performance. |
Auto-Generating Wrapper Classes for Stored Procedures, Part 1: Using the AutoSproc Tool
The AutoSproc tool uses reflection to auto-generate wrapper classes for calling stored procedures. This saves the developer from having to work with ADO.NET classes such as SqlCommand, SqlParameter, SqlDataAdapter, etc. |
Choosing Data Containers for .NET, Part 1
Jimmy Nilsson explains how he used the DataReader as a baseline in his performance tests on various data containers. |
Dynamically executing code in .Net
Dynamic code execution is a powerful feature that allows applications to be extended with code that is not compiled into the application. Users can customize applications and developers can dynamically update code easily. In this article, Rick takes a look what it takes to execute code dynamically with the .Net framework and introduces a class that simplifies the tasks by wrapping the details of the process in an easy to use interface that only requires a few lines of code. It use CodeDom. |
Application Configuration Files Explained
Rocky Lhotka discusses XML configuration files in terms of the .NET Framework, and then shows you how to create custom sections using either pre-existing .NET section handlers or by building your own. With a bit more work, these custom section handlers can automatically read new values from the configuration file when files are changed. |
Auto-Generating Wrapper Classes for Stored Procedures, Part 2: The Internals of the AutoSproc Tool
The AutoSproc tool uses reflection to auto-generate wrapper classes for calling stored procedures. |
Proyecto Mono
.Net multiplataforma de código abierto. .Net en Linux, IBM Sistema 390, etc... |
.NET Development
Recursos para desarrollo en .NET, en el Microsoft Developer's Network |
Salamander .NET Decompiler
|
Cuarenta ejemplos para manipulación del DataGrid de Windows
Ejemplos del sitio de Willy Marroquin |
Centro de Arquitectura .NET
El Centro de Arquitectura .NET pretende convertirse en el recurso imprescindible para cualquier arquitecto de software que trabaje con la Plataforma .NET |
Willy.NET
El sitio de Willy Marroquín (MCP,MCSD,MCAD,MCT, MCSD .Net) |
Octopus .NET Translator
Remotesoft Octopus performs syntax translations between Java, C#, VB.NET, Visual C++.NET and native C++.
|
OnDotNet
El sitio de O'Reilly sobre .Net |
RemoteSoft
Varios productos de .NET, como un compilador nativo, Java.NET, |
DotNetExtreme
Dedicated for the .NET fans to get
started with the Microsoft's .NET
framework. Featuring technical
articles and simplified codes to
help aspiring .NET developers to
take a leading edge. |