How to Enable and Disable Client-Side Validation in MVC

Tuesday, 12 May 2015
MVC3 & MVC4 supports unobtrusive client-side validation. In which validation rules are defined using attributes added to the generated HTML elements. These rules are interpreted by the included JavaScript library and uses the attribute values to configure the jQuery Validation library which does the actual validation work. In this article, I would like to demonstrate various ways for enabling or disabling the client...
Read more ...

Interview question for 3 years Experienced

Monday, 11 May 2015
CLR and C# 1. Types of Authentication and Authorization in IIS. A. Types of Authentication: Anonymous Authentication, Windows Authentication, Digest Authentication Types of Authorization:- Anonymous 2. Types of Authentication and Authorization in ASP.Net. A. Types of Authentication: Windows Authentication, Forms Authentication Types of Authorization:- File Authorization and URL Authorization 3. ASP.Net Life cycle. A. The...
Read more ...

Difference between Dispose and Finalize

Thursday, 7 May 2015
Introduction We have been using the Dispose method for disposing objects in .NET. For the same purpose, we may also use the Finalize method. In this article I will try to explain what the Dispose and the Finalize methods are and where to use the Finalize and where to use the Dispose. I will also try to explain the difference between them. Dispose Garbage collector (GC) plays the main and important role in .NET...
Read more ...

Difference between DataReader, DataSet and DataAdapter

Wednesday, 6 May 2015
DataReader DataReader is used to read the data from database and it is a read and forward only connection oriented architecture during fetch the data from database. DataReader is used to iterate through resultset that came from server and it will read one record at a time because of that memory consumption will be less and it will fetch the data very fast when compared with dataset. Generally we will use Execute Reader...
Read more ...

Sharing

Get widget