ASP.NET Interview Question : difference between get and post method
A form is used to pass information from a web browser to a web server.There are two different ways that a form can be submitted from your browser...
Read moreDot Net Framework:What is the .NET Framework?
Definition - What does .NET Framework (.NET) mean? The .NET framework is a software development framework from Microsoft. It provides a controlled programming environment where software can be...
Read moreDot NET Framework - .NET Framework Interview Questions and Answers
The .NET Framework Interview Questions will give you an insight to the .NET platform.Here i tried to cover the whole .NET Framework Interview Questions which form the basis...
Read moreWhat is the differences between MVC2,MVC3 and MVC4 in c# Asp.net
Difference between MVC2, MVC3 and MVC4 View Engine : · View Engine is responsible for rendering of the HTML code from your views to the browser. · MVC...
Read moreIs try catch is using a good coding (exception handling)
Is using try catch is good experience in coding practice here is a detailed answer . Best practice is that exception handling should never hide issues. This means...
Read moreWhat is the use of Just - In - Time (JIT)?
Below is the use of JIT. 1. JIT is a compiler which converts MSIL code to Native Code (ie.. CPU-specific code that runs on the same computer architecture)....
Read moreWhat is GUID , why we use it?,how to create a GUID
1. GUID is Short form of Globally Unique Identifier, a unique 128-bit number that is produced by the Windows OS or by some Windows applications to identify a...
Read moreHow to Rename database table column in sqlserver
you can rename a table in SQL Server 2005,2008 and 2012 by using SQL Server Management Studio or Transact-SQL. Renaming a table will not automatically rename references to...
Read moreHow to Rename Database in sqlserver
you can rename a database in SQL Server 2005,2008 and 2012 by using SQL Server Management Studio or Transact-SQL. Here i am describe all the ways to rename...
Read moreAsp.net Example Calendar Control
Here i am showing an example to Insert a date into a textbox and then that date would be selected in the calendar control in asp.net.And also the...
Read more