Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Blog Directory  >  Software Blogs  >  Programming Blogs  >  Dot Net Interview Cracker - A comprehensive list o programming Blog  > 

Dot Net Interview Cracker - A Comprehensive List O Blog


dotnetinterviewcracker.blogspot.in
Dot Net Interview Cracker provides a wide-ranging list of Dot Net (C#, ASP.NET, ADO.NET, SQL, Web Services, WCF) Interview Questions and Answers
2015-10-28 08:46
SQL Server Interview Questions has lots of latest and important SQL interview questions which consist of not only theoretical explanations but most essentially its practical implementations… Read More
2015-10-28 08:30
The .Net Framework E-Book by the .Net Interview Cracker is a very useful resource for developers and serves well as a quick reference guide. This E-Book prepares them for technical interview… Read More
2015-06-16 12:16
Explain PIVOT and UNPIVOT operators in SQLPIVOT and UNPIVOT are relational operators which were introduced in SQL Server 2005. These operators allow easy transformation of table-valued expre… Read More
2014-02-24 11:22
When an ASP.NET application is executed, the web page goes through a life cycle in which it performs a series of processing steps. When a web page is requested, it is loaded into the Web Ser… Read More
2013-10-11 09:24
Handler is an agent of communication or a medium which is responsible for communication in the absence of the actual user. Technically, a Handler is a class which is responsible for Ins… Read More
2013-09-10 15:35
A WCF service exposes its contract via collection of Endpoints (one or more endpoints). An endpoint in WCF is an entity which facilitates access of a client to a WCF service. All communicati… Read More
2013-09-02 05:43
Client applications and WCF services communicate by passing XML messages. Message Exchange Patterns illustrate how clients and services communicate by passing messages. There are three messa… Read More
2013-08-14 09:52
Encapsulationis the ability of an object oriented language (C# in this context) to hide unnecessary implementation details from the object user. Encapsulation makes coding simpler and helps… Read More
2013-08-14 09:52
Polymorphismis the ability of an object oriented language (C# in this context) to allow a base class to define a set of members (formally termed the polymorphic interface) that are availabl… Read More
2013-08-14 09:45
Inheritanceis the ability of an object oriented language (C# in this context) to build new class definitions based on existing class definitions. Inheritance allows us to extend the behavio… Read More
2013-08-14 09:42
Awell-encapsulated class should protect its data and hide the details of how it operates from the outside world. This is often termed Black Box programming.The beauty of this approach is th… Read More
2013-08-09 04:15
C# is a multi-paradigm (structured, imperative, object-oriented, event-driven, functional, generic, reflective, concurrent) programming language. It was developed within Microsoft. The devel… Read More
2013-08-07 06:54
Namespace– System.CollectionsAssembly– mscorlib (in mscorlib.dll)IEnumerableInterface is the base interface for all non-generic collectionsthat can be enumerated. It exposes an e… Read More
2013-08-05 10:02
Access Modifiers are used to control the visibility of a type (classes, interfaces, structures, enumerations, and delegates) or their members (properties, methods, constructors, and fields)… Read More
2013-08-01 22:04
When a class member is prefixed by a static keyword, it becomes a static member, and it must be invoked directly from the class level, rather than from an object reference variable. Static m… Read More
2013-07-31 18:11
Ranking functions introduced with SQL Server 2005 allow us to assign a number to each row returned from a query. They allow us to rank each row in respect to others in several different way… Read More

Share the post

Dot Net Interview Cracker - A comprehensive list o

×

Subscribe to Dot Net Interview Cracker - A Comprehensive List O

Get updates delivered right to your inbox!

Thank you for your subscription

×