When we create a page in ASP.NET, Framework internally creates a .NET class. i.e: An instance of System.Web.UI.Page class. All the content in ASP.NET page including scripts, HTML content and plain text is compiled into .NET class. When a client request for ASP.NET page then ASP.NET Framework searches for a .NET class corresponding to the…
Hi Everyone, Wish You A Happy New Year, specialty about this blog post is first time I am writing in train.
The exiting, wonderful & powerful technology for developing RIA (Rich Internet Applications) is Silverlight, All the developer around the world enjoyed with Silverlight 4 & earlier versions, personally my self i love to work with Silverlight & develop the rich UX for Web, now it’s the time for the new version. Today(Dec-2nd-2010) ScottGu announced the…
ASP.NET MVC 3 adds great features to MVC 2. View Enhancements Add View Dialog Razor View Engine Controllers Global Filters Dynamic ViewModels New ActionResults JavaScript and AJAX JSON Binding Unobtrusive JavaScript jQuery Validation Model Validation .NET 4 DataAnnotations Improved ValidationAttribute support IValidatableObject Interface support Dependency Injection Improvements Support for Controllers, Views, Action Filters, Model Binders,…
Dive deep into the world of Microsoft technologies at the Community TechDays (CTD) and get trained on the latest from Microsoft. Build real connections with Microsoft experts and community members, and gain the inspiration and skills needed to maximize your impact on your organization while enhancing your career. You can watch some of these sessions…
The Microsoft Web Camps have become the epicenter of Microsoft’s interaction with the web development community, where leading-edge developers and architects gather to learn and build websites using ASP.NET MVC, WebMatrix, OData and more.
HTTP protocol is stateless protocol. Each time you request a web page from the web server, from a web application perspective, you are a completely new person. HTTP protocol can’t remember the data of a request once it is submitted to the web server so we can’t use the request data of one request in…
Long back I took the backup of my development server, Again I am trying to restore it in my own machine or any other machine, I am getting the following error. “The backup set holds a backup of a database other than the existing ‘sample’ database. RESTORE DATABASE is terminating abnormally. (Microsoft SQL Server, Error: 3154)” I…
Hi, This is my first blog post here. I am going to share my knowledge & views on latest Microsoft technologies like ASP.NET MVC, Cloud Computing, Silverlight etc. Thanks Shravan Kumar Kasagoni