.NET Framework 3.0 Virtual Labs
September 30, 2006
You want to learn more about .NET Framework 3.0, Windows Comunication Foundation, Windows Worflow Foundation?
Check out the virtual labs here.
The highlights of this CTP include:
- Improvements on the widely acclaimed Visual Studio 2005 product set
- Significant investments in improving product quality
- LINQ to Objects API
- LINQ to Objects API supports queries over any .NET collection, such as arrays and Generic Lists. This API is defined in the System.Query namespaces inside System.Core.dll. Click here for more details about LINQ.
- Partial C# 3.0 Language Support: This CTP implements some of the new language features of C# 3.0
- Local variable type interface
- Lambda expressions
- Object initializers
- Partial C# 3.0 IDE Support: In addition to the C# 3.0 language features there is partial IDE support
- Colorization and New Keywords in Completion List
- Edit and Continue Rude Edit Detection
- Partial VB 9.0 Language support (Due to differences in feature delivery schedules VB implementations of the above C# features will appear in a future CTP)
- Local variable type inference and Option Infer switch
- VSTS Improvements in load & unit testing such as unit test for devices
- Device development improvements
- VSTS integration
- Access and modify device security configuration from the IDE
- Enables developers to build and debug a Windows Vista Application
- Enables Visual Studio Tools for Office developers to build document-level customizations for Word and Excel 2007
- Enables eMbedded Visual C++ 4.0 developers to use Visual Studio Code Name “Orcas” to build their existing applications
- NET Framework improvements such as:
- New managed add-in model enables developers to add a version-resilient extensibility model to their products.
- Support for time zone conversion, enumeration and serialization, including cases where Daylight Saving Time rules change over time.
- Reflection in Partial Trust, enabling sand box scenarios for all applications that depend on these features.
- The ability to control the garbage collector’s latency mode
- Improved CLR ThreadPool micro-performance and throughput for worker and IO completion
This CTP is released as Virtual PC.
Download (Download Size: 3.6 GB)
ADO.NET vNext Entity Data Model Designer Prototype CTP
September 28, 2006
From ADO.NET’s Blog:
“To aid brainstorming and to better understand typical developer scenarios, the ADO.NET team created an internal prototype of a designer to let developers model the ADO.NET vNext “Conceptual” layer.
The designer in this CTP is an early prototype and only supports designing the “Conceptual” layer. The designer can also generate an Entity Data Model with 1:1 mappings from an existing database that you can use right away in your application while also graphically visualizing the “Conceptual” layer”
Dowload ADO.NET vNext Entity Data Model Designer Prototype CTP
patterns & practices Guidance Explorer on CodePlex
September 28, 2006

“patterns & practices Guidance Explorer is a tool that enables discovery, composition and consumption of high quality development guidance. Guidance Explorer installs with a connection to the patterns & practices guidance library including performance and security topics for .NET, ASP.NET, and ADO.NET applications. The guidance library contains a variety of guidance types including checklists and guidelines covering design, implementation and deployment topics.”
patters & practices Guidance Explorer
Learn more about Guidance Explorer.
“CodePlex is Microsoft’s community development web site. You can use CodePlex to create new projects to share with your fellow developers around the world, join others who have already started their projects, or use the applications on this site and provide feedback.”
Visual Studio 2005 Service Pack 1 Beta Installed :)
September 28, 2006
Well, I’ve just installed Visual Studio 2005 Service Pack 1 Beta. (But, first, I had to uninstall Visual Studio 2005 Web Application Project).
I had no problems with that… but you may experience some. Read this post of Ayende’s Blog.
Enterprise Library 3.0: The Plan
September 27, 2006

Check out Tom Hollander’s post about the Enterprise Library Plan.
.Net Framework 3.0 September SDK Released
September 26, 2006
At the moment, it’s available only for Windows Vista Beta Tester at Connect Site.
Download SDK from here.
Visual Studio 2005 Service Pack 1 Beta Available
September 26, 2006
Today, Somasegar has announced the release of SP1 Beta for Visual Studio 2005.
You can learn more about that here.
NHibernate 1.2 Beta1 Released
September 25, 2006
Yesterday the NHibernate 1.2 Beta1 was released
You can download the beta from here.
.Net Framework 3.0 September CTP (Pre Release)
September 22, 2006
Downloads:
Microsoft .NET Framework 3.0 September CTP
Visual Studio Code Name “Orcas” September CTP Development Tools for .NET Framework 3.0
More info here.
PS: The SDK is not released yet.
Update: The SDK it’s available. Watch out here.
Application Layering
September 22, 2006
An interesting article here.
Ni AJAX, Ni Javascript, Busydotnet :)
September 20, 2006
Leyendo el blog de Sergio Vazquez Martin, me encontre con este muy buen componente que lo que nos permite hacer, es insertar una especie de popup en forma modal para informar que se esta realizando cierta operacion. La verdad que me parecio muy interesante.
Aca les dejo las url del producto (que es free, y compatible con ASP.NET 1.1 y 2.0)
Pagina del producto
Demo del producto
QuickStart
Pd: Posteado desde Windows Live Writer
NHibernate now support Stored Procedures
September 19, 2006
Yes, as you read! Yesterday, an update has been commit into NHibernate SVN to support this new feature : Execute Stored Procedures via NHibernate.
NH-258 – Custom SQL support (including stored procedures)
If you want to see more information about this, please read this post of Ayende’s Blog.
HoL/How to: Cooperator Framework (Parte 1)
September 16, 2006

Aprovechando que ya esta disponible la preview 4 de Cooperator Framework (ver aqui), y viendo que dia a dia la gente que lo esta empezando a usar va aumentando, me hice de tiempo para empezar a hacer una aplicacion de ejemplo tratando de usar las cosas mas importantes de Cooperator.
La aplicacion es sencilla y la verdad es que es un proyecto propio, asi que, me propuse hacerlo con Cooperator.
Bien antes que nada voy a poner una imagen del modelo para que sepan de que voy a estar hablando en los siguientes posts.
Como pueden ver la aplicacion intenta modelar algo asi como una biblioteca casera.
En esta primera entrega les voy a dejar un backup de la base, con el archivo .coop. para poder abrir el Modeler con este proyecto.
En la proxima entrega, estare dejando una primera aproximacion a la app en funcionamiento.
Si nunca han usado Cooperator Modeler (pueden descargarlo desde aqui), en este link pueden encontrar un buen tutorial.
