Brij Mohan
A Microsoft .NET Developers Blog
-
CRUD operation using ASP.NET Web Api and MVC 4 – Part 1
ASP.NET Web API is a framework for building HTTP services using the .NET Framework. Since HTTP services are supported virtually by any platform so its is a powerful tool that can reach to broader range of client like Native mobile applications, browsers, desktop applications, etc.
-
ASP.NET MVC 3 Custom Validation using Data Annotations
ASP.NET MVC 3 System.ComponentModel.DataAnnotations package provides a vast range of Data Annotations attribute, but there are certain scenarios where we need something which is very specific to our business requirements and we need to implement our own Validation Attributes. ASP.NET being an extensible framework which makes it possible for the developer to add user defined custom business validations using custom data annotations.
-
MphasiS – Spirit of Winning Award, Dec 2011
I am glad to announce that once again second time in a year I received MphasiS – Spirit of Winning award for the month of Dec 2011. This award is presented to the individual for living by the MphasiS Values and demonstrating the Winning Spirit.
-
WCF REST and SOAP Service with WSSF (Service Factory 2010)
SOAP or REST this is always been a debated topic. In both the approach we have certain disadvantages as well as advantages. Internet is flooded with such an articles, but what if we want to keep both parallel, yes of course we can do this because WCF gives us all the freedom to use both the Approach using the same Service Contract. There is a very nice article which covers this topic you can find here.
-
Rows and Columns Merging in ASP.NET GridView Control
Its been a long time I have written any article on ASP.NET. Just few weeks back I got a very interesting requirement where I had to customize my GridView by Grouping the Columns and also merging the Rows by using Colspan properties. So while in View mode of GridView the data should be display in Rows and Columns format, but when I click on Edit it will display in List Format where we can place the controls in any format we want. You can refer to the figure below for the final target what I am going to show in this article.
-
Passing Objects between ASP.NET and Silverlight Controls.
This is Part –2 of my previous post “Passing parameters between Silverlight and ASP.NET – Part 1”
-
Passing parameters between Silverlight and ASP.NET – Part 1
While working with Silverlight applications, we may face some scenarios where we may need to embed Silverlight as a component, like for e.g in Sharepoint Webpars or simple we can have the same with ASP.NET. The biggest challenge comes when we have to pass the parameters from ASP.NET to Silverlight components or back from Silverlight to ASP.NET.
-
MphasiS – Spirit of Winning Award, May 2011
I am glad to announce that I received MphasiS – Spirit of Winning award for the month of May 2011. This award is presented to the individual for living by the MphasiS Values and demonstrating the Winning Spirit.
-
Article Published On – Electronics For You, June 2011 Issue Vol. 43 No. 6
I am happy to announce that my article has been published on Electronics For You June 2011 Issue Vol. 43 No. 6 magazine.
-
Free eBook on Windows Azure
I just found a free 96 pages eBook available from Eric Nelson about the windows azure platform. Looked through it very quickly and I thought it would be a very good book to learn the overall of Windows Azure, SQL Azure and the software architecture which will be deployed on Azure. You can download it here.