-
Difference between static page and dynamic page?
Static PagesQuick and easy to put together, even by someone who doesn't have much experience. Ideal for demonstrating how a site will look. Cache friendly, one copy can be shown to many people. Dynamic PagesOffers highly personalized and customised visitor options. Database access improves the personalized experience (as opposed to using just client side cookies) Scripts can read in data sources and...
-
.Net Platform Independence
What is platform independence? Explain this concept in .NET environment.
-
Project and Project Architecture
Explain your Project and Project Architecture.
How will you start your explanation and what all information will you include. Suppose you have used HTML/Angularjs for UI, WCF Rest Services for service layer, Basic ORM for data mapping and SQL Server for data. -
-
-
-
-
How can we force the connection object to close after my datareader is closed ?
Command method Executereader takes a parameter called as CommandBehavior wherein we can specify saying close connection automatically after the Datareader is close.
pobjDataReader = pobjCommand.ExecuteReader(CommandBehavior.CloseConnection)
-
-
Get data from sql server to Asp.net when application crashes
asp.net web application sent a request to get some result set to Sq server. The query is processed over there and it sends the result set. When it is on its way, asp.net application crashed because of some sort of reason.
How to get it back to the application?
Recently, i faced 2 years experienced interview
Please tell me.....How to get it? -
CLR and Base Class Libraries
Define clr and base class libraries.
-
-
-
-
Raise application error
Can we raise_application_error in exception block?? if we use what will happen?
-
Compile Time Constants
Do We Use const keyword only for compile time constants? Explain
-
-
-
-
Usage of Dataset and Data Bindings
How can we bind temporary created data table of one win form into other win form controls?
Microsoft.NET Interview Questions
Ans