(Scott Guthrie) The last few weeks I have been working on a series of blog posts that cover the new ASP.NET MVC Framework we are working on. The ASP.NET MVC Framework is an optional approach you can use to structure your ASP.NET web applications to have a clear separation of concerns, and make it e
Tag: Development
Writing Reliable .NET Code
(Alessandro Catorcini and Brian Grunkemeyer) When we talk about something being reliable, we’re referring to it being dependable and predictable. When it comes to software, however, there are other key attributes that must also be present for the code to be considered reliable.
Extending Base Type Functionality with Extension Methods
(Scott Mitchell) In November 2007, Microsoft released the .NET Framework version 3.5, Visual Studio 2008, and new versions of the C# and Visual Basic languages (see An Overview of ASP.NET 3.5 and Visual Studio 2008 for more details on the release). The new C# and Visual Basic versions include a myri
Using Delegates to Interchange Information Between Siblings of a Parent Form
(Mehedi Shams) This is the Parent Form. This is a container of the two child forms that you will create later.
ASP.NET MVC Framework (Part 2): URL Routing
(Scott Guthrie) In today’s blog post I’m going to drill deeper into the routing architecture of the ASP.NET MVC Framework, and discuss some of the cool ways you can use it for more advanced scenarios in your application.
Introducing ADO.NET Entity Framework
(Julia Lerman) The challenge of bringing data from efficient storage engines such as SQL Server into object-oriented programming models is hardly a new one. Most developers address this challenge by writing complex data access code to move data between their applications and the database. However, w
Understanding Full Text Search in SQL Server 2005
(Uday Denduluri) This article exposes the concept of Full text search. It also explains the architecture of full-text search indexing along with the enhancements made to it in SQL Server 2005.
An Overview of what’s new in .NET 3.0
(Chris Sully) In this article I’ll look in a little more theoretical detail at the first 3 of these 4 new components. In later articles I hope to dig a little deeper into the practicalities of using these new technologies.
Introducing ASP.NET Page Modules
(Paulo Morgado) This article introduces the concept of Page Modules, which are similar to HTTP Modules but related to Page Life Cycle, and the need for them.
ASP.NET AJAX Control Toolkit and Web Deployment Project Releases for VS 2008
(Scott Guthrie) This week my team released updates of the ASP.NET AJAX Control Toolkit as well as the Visual Studio Web Deployment project packager. Both of these updates are designed to work with VS 2008 and .NET 3.5.
