Brij Mohan
A Microsoft .NET Developers Blog
-
Versioning ASP.NET 2.0 WebSite Assembly / Web Deployment Project
The web project model changed in number of ways from Visual Studio 2003 to Visual Studio 2005, But one major part which is missing is the ability to version the assembly using AssemblyInfo.cs file.
-
Installing Sharepoint Services 3.0 on Windows Vista OS
Just few days back I started exploring Sharepoint Technologies, and started thinking where to start. The biggest setback for me was I cannot run Sharepoint Services on my windows Vista System because Sharepoint Services can only be installed on Windows Server Family of Operating System. But now I cannot go back and repartition my System and install Sharepoint, I also tried using Windows Virtual Machine, but Windows Server 2003 was not working properly on my Windows Virtual Machine.
-
LINQ to XML and LINQ to Objects Basic Sample
-
TwoSelect User Control, Moving Items between ListBox Controls - Part 2
As I promised in this post I am showing you how to implement TwoSelect Control, which I created in my Previous Post
-
TwoSelect User Control, Moving Items between ListBox Controls - Part 1
This post will show you how to create TwoSelect User control, basically this control can be used in the scenario where you want to add Users to selected Group. Left side of the ListBox will contain the users which is not present in the group and right side of the ListBox contains the list of users already present in the group.
-
C# Coding Standards by Lance's
Following the right Coding standars comes with Practice and proper Guidance if you are a starter, and also lots of companies define or customize their own coding standards.
-
ASP.NET MVC - Presentation in Bangalore 26-Sept-2008
Below are slides + demos of the presentation I've given on 26-Sept-2008. Feel free to re-use and take advantage of them however you want.
Download the Demo Project from
http://weblogs.asp.net/blogs/brijmohan/DemoPresentation/PhoneBook.zip
Download the Sample project from
http://weblogs.asp.net/blogs/brijmohan/DemoPresentation/A%20Brief%20overview%20of%20ASP.NET%20MVC.zip
Thanks
Brij Mohan -
Javascript Date Comparision using CustomValidator And String to Date Conversion using JavaScript
This function calculates the difference between the two Date, and Validate it,
-
Using ASP.NET 3.5 History Control with ASP.NET 2.0
Using Back Button in ASP.NET 2.0 and AJAX
-
Using ASP.NET 3.5 Extensions History Control
This post will provide useful links on how the ASP.NET Extensions Preview allows control over the Browser back button in Ajax. Normally this is not possible using AJAX Controls in WebBrowsers, because AJAX Control's partial postback is not added to the history of Web Browser.