Visual Studio 2010 and .Net Framework 4.0
Here are my postings about Visual Studio 2010 and .Net Framework 4.0 that may be interesting to my readers.
Visual Studio 2010 Beta 2 downloads
Visual Studio 2010 Beta 1 downloads
.Net Framework 4.0
- Comparing LINQ and PLINQ performance
- VB.NET supports automatic properties
- Enumerating file system objects
- System.IO.File supports now IEnumerable<string>
- string.IsNullOrWhiteSpace() method
- Complex numbers
- C# and optional arguments and named parameters
- Using memory mapped files
- How to use System.Lazy<T>
- How to use System.Numerics.BigInteger
- How to use System.Linq.Parallel extension methods
ASP.NET 4.0
- How to use application warm-up class
- Writing custom output cache providers
- ASP.NET 4.0 SEO features: Response.RedirectPermanent()
- ASP.NET 4.0 SEO features: Description and keywords
- ASP.NET 4.0: Modifying ClientID of controls
- Free ASP.NET 4.0 beta hosting available
Visual Studio 2010
- Generating sequence diagrams on the fly
- Visualizing dependencies
- UML modeling projects
- Visual Studio 2010: Database projects
- ExpectedException attribute in Visual Studio 2008 and Visual Studio 2010
- Visual Studio 2010: Brief view at debug history
- Web application packaging and publishing
- Web.config transforms
- Multiple web.config versions
- ASP.NET MVC installer for Visual Studio 2010 Beta 1
- How to crash Windows 7 using Visual Studio 2010
Windows Workflow Foundation 4.0
Entity Framework 4.0
- Entity Framework 4.0: Creating objects of correct type when using lazy loading
- Entity Framework 4.0: Optimal and horrible SQL
- Entity Framework 4.0: Generating SQL script from model
- Entity Framework 4.0: On the way to Composite Pattern
- Entity Framework 4.0: POCOs and table-per-type inheritance mapping
- Entity Framework 4.0: How to use POCOs