|
|
Browse by Tags
All Tags » fx 3.5 (RSS)
Showing page 1 of 3 (22 total posts)
-
I use extension methods when I remember they exist. I started getting tired of writing code to check strings for Null, Empty, Equal before using a database column when I remembered Extension Methods are there to make life easier! Some great articles/blog entries on it can be found at: Extending Base Type Functionality with ...
-
I use extension methods when I remember they exist. I started getting tired of writing code to check strings for Null, Empty, Equal before using a database column when I remembered Extension Methods are there to make life easier! Some great...(read more)
-
I use extension methods when I remember they exist. I started getting tired of writing code to check strings for Null, Empty, Equal before using a database column when I remembered Extension Methods are there to make life easier! Some great...(read more)
-
New machine, new OS, new this and new that I forgot to post a blip on the hottest release from Microsoft – MVC! I’m not going to hammer on it so feel free to read the following: Phil Haack – ASP.NET MVC 1.0 Released ScottGu - His free ASP.NET MVC eBook Tutorial offer Visual Web Developer Team Blog Note: To get the ...
-
New machine, new OS, new this and new that I forgot to post a blip on the hottest release from Microsoft – MVC! I’m not going to hammer on it so feel free to read the following: Phil Haack – ASP.NET MVC 1.0 Released ScottGu - His free ASP.NET MVC...(read more)
-
New machine, new OS, new this and new that I forgot to post a blip on the hottest release from Microsoft – MVC! I’m not going to hammer on it so feel free to read the following: Phil Haack – ASP.NET MVC 1.0 Released ScottGu - His free ASP.NET MVC...(read more)
-
Microsoft’s ASP.NET team has been hard at work. Phil Haack just blogged on the latest release of MVC – which is Release Candidate #2. Make sure to read all of the requirements as they have changed a bit since RC1. More later.
-
Microsoft’s ASP.NET team has been hard at work. Phil Haack just blogged on the latest release of MVC – which is Release Candidate #2. Make sure to read all of the requirements as they have changed a bit since RC1. More later. Share this post: email it!...(read more)
-
Microsoft’s ASP.NET team has been hard at work. Phil Haack just blogged on the latest release of MVC – which is Release Candidate #2. Make sure to read all of the requirements as they have changed a bit since RC1. More later. Share this post: email it!...(read more)
-
I am working on an application using MVC and discovered quite quickly that there is no documented way to control my main menu’s looks while it is in the master page. After searching for an hour or more I knew there had to be a way to overcome this without resorting to adding a code-behind file.
I found a couple of java-script solutions but ...
1
|
|
|