In a recent interview i was been asked whether stored procedures can have “return” keyword and what type of values it can return. I thought i will note this point here. Stored Procedures can return value. Only a single numeric value can be returned. Consider the following snippet. and we can call the proceduce like […]
Read more โIIS Developer Express or Same Old Cassini
I am trying out the features of newly released Microsoft Web Matrix and IIS Developer Express. I felt it’s cool to have something like this. I Tried both IIS 7.5 and IIS Developer Express simultaniously working on Windows 7. I tested it with IIS 5.1 and IIS Developer Express simultaniously working with Windows XP Sp3. Accidently […]
Read more โMicrosoft Data Access Application Block Quick Code Snippet
I was just testing through the Microsoft Data Access Application Block 5.0 which is part of Enterprise Library 5.0. Just thought of sharing the code. Libraries Needed (Add reference to the following libraries from Enterprise Library 5.0 or 4.x) Microsoft.Practices.EnterpriseLibrary.Common.dll Microsoft.Practices.EnterpriseLibrary.Data.dll Here’s the connection string to be declared Connection String C# Source Code Can i […]
Read more โWindows Live Writer Testing phase–Trial 001
Hey there how are you today.. Superb. I Love Windows live writer and wordpress working smoothly..
Read more โIntroducing Microsoft WebMatrix (IIS Developer Express,ASP.NET Razor, SQL Server Compact)
There was a time initially when Microsoft has released the ASP.NET 1.0 and 1.1, they have released a free ASP.NET development tool called ASP.NET Web Matrix. I remember doing lot of fancy stuffs with it. My initial days i had a craze about that thing. Pretty awsome doing development with it, light weight Web Matrix […]
Read more โASP.NET Web Pages with Razor Syntax and IIS Developer Express Download
ASP.NET Web Pages with Razor Syntax is a web framework and part of WebMatrix. WebMatrix is everything you need to build Web sites using Windows. It includes IIS Developer Express (a development Web server), ASP.NET (a Web framework), and SQL Server Compact (an embedded database). It streamlines Web site development and makes it easy to […]
Read more โ