Interview Questions on WCF


What is .NET 3.0?


In one simple equation .NET 3.0 = .NET 2.0 + Windows Communication Foundation + Windows Presentation Foundation + Windows Workflow Foundation + Windows Card Space.
 

What is Windows Card Space?

WCF Interview Questions and Answer



Q1. What is WCF?
WCF stands for Windows Communication Foundation. It is a Software development kit for developing services on Windows. WCF is introduced in .NET 3.0. in the System.ServiceModel namespace. WCF is based on basic concepts of Service oriented architecture (SOA)

Frequently asked Interview Questions in SQL Server


1) What is SQL Server?

SQL is a standard language for accessing and manipulating databases.Microsoft SQL Server is a Relational Database Management System (RSBMS) produced by Microsoft. It's primary query language Transact-SQL, an implementation of the ANSI/ISO standard Structured Query Language (SQL) used by both Microsoft and Sybase and Microsoft that add several features to standard SQL, including transaction control, exception and error handling, row processing, and declared variables.

Basic interview Questions on .NET


Hi Friends,

As per my interview experience at least you have to prepare below concepts ....

Asp.net: 

1. State management techniques 
2. Page Life Cycle 
3. Authentication Types 
4. ADO.Net 

ASP.NET 3.5 Interview Questions & Answers :


1. Explain the life cycle of an ASP .NET page.? 
Following are the events occur during ASP.NET Page Life Cycle:

1)Page_PreInit
2)Page_Init
3)Page_InitComplete
4)Page_PreLoad