Please enable Javascript to correctly display the contents on Dot Net Tricks!

Dot Net Tricks Tutorial - For Beginners & Professionals

.net article,c# tutorial,asp.net tutorial,linq tutorial,wcf tutorial,mvc tutorial,entity framework tutorial,sqlserver tutorial,jquery tutorial,visual studio tutorial
 
Posted By : Shailendra Chauhan, 29 Oct 2013
Updated On : 01 Nov 2013

An interface acts as a contract between itself and any any class or struct which implements it. It means a class that implement an interface is bound to implements all its members. Interface has only member’s declaration or signature and implicitly every member of an interface is public and abstract.

 

 

Posted By : Shailendra Chauhan, 27 Oct 2013
Updated On : 30 Sep 2015

.NET Framework provides two methods Finalize and Dispose for releasing unmanaged resources like files, database connections, COM etc. This article helps you to understand the difference between Finalize and Dispose method.

 

 

Posted By : Shailendra Chauhan, 22 Oct 2013
Updated On : 10 Feb 2014

ASP.NET has extended into multiple code frameworks, including Web Forms, MVC, Web Page, Web API and SignalR. Initially, all these grew up separately but now they are coming together. Now, you can develop your web site or web application by using Web Forms or MVC or Web Page and services by using Web API or SignalR.

 

 

Posted By : Shailendra Chauhan, 21 Oct 2013
Updated On : 21 Oct 2013

The process of extracting common characteristics from two or more classes and combining them into a generalized superclass, is called Generalization. The common characteristics can be attributes or methods. Generalization is represented by a triangle followed by a line.

 

 

Posted By : Shailendra Chauhan, 21 Oct 2013
Updated On : 21 Oct 2013

Inheritance is a mechanism of acquiring the features and behaviors of a class by another class. The class whose members are inherited is called the base class, and the class that inherits those members is called the derived class. Inheritance implements the IS-A relationship.

 

 

Posted By : Shailendra Chauhan, 18 Oct 2013
Updated On : 24 Jun 2014

CTS and CLS are parts of .NET CLR and are responsible for type safety with in the code. Both allows cross language communication and type safety. In this article I would like to expose the relationship between these two.

 

 

Posted By : Shailendra Chauhan, 18 Oct 2013
Updated On : 24 Jun 2014

JIT stands for just-in-time compiler. It converts the MSIL code to CPU native code as it is needed during code execution. It is called just-in-time since it converts the MSIL code to CPU native code; when it is required within code execution otherwise it will not do nothing with that MSIL code.

 

 

Posted By : Shailendra Chauhan, 16 Oct 2013
Updated On : 24 Jun 2014

.Net framework is an integrated component of windows operating system that supports development and execution of next generation applications, Windows store apps and services.

 

 

Posted By : Shailendra Chauhan, 12 Oct 2013
Updated On : 12 Oct 2013

Boxing and unboxing are the most important concepts you always get asked in your interviews. Actually, it's really easy to understand, and simply refers to the allocation of a value type (e.g. int, char, etc.) on the heap rather than the stack.

 

 

Posted By : Shailendra Chauhan, 12 Oct 2013
Updated On : 12 Oct 2013

Type Casting or Type Conversion is a mechanism to convert one data type value to another one. Type conversion is possible if both the data types are compatible to each other; otherwise you will get an InvalidCastException.

 

 

Posted By : Shailendra Chauhan, 11 Oct 2013
Updated On : 11 Oct 2013

GridView, DataGrid and ListView Data-bound controls are used to display and modify data in your Asp.Net web application. These controls also contains others Asp.Net controls like as Label, TextBox, Dropdown List etc. into a single layout. In this article, I am going to expose the difference among these three.

 

 

Posted By : Shailendra Chauhan, 11 Oct 2013

Repeater and DataList and GridView are Data-bound controls that bound to a data source control like SqlDataSource, LinqDataSource to display and modify data in your Asp.Net web application. Data-bound controls are composite controls that contains others Asp.Net controls like as Label, TextBox, Dropdown List etc. into a single layout.

 

 

Posted By : Shailendra Chauhan, 09 Oct 2013

Triggers are used to change the style of a control when control’s property value changes or event fires. Triggers create visual effects on controls. By using triggers you can also change the appearance of framework elements.

 

 

Posted By : Shailendra Chauhan, 09 Oct 2013
Updated On : 09 Oct 2013

WPF enables you to change the look and feel of the WPF controls and this is achieved by Templates. Templates are used to change the look and feel of a control in WPF.

 

 

Posted By : Shailendra Chauhan, 04 Oct 2013
Updated On : 24 Jun 2014

ASP.NET AJAX is developed by Microsoft to make dynamic, client-centric, user-friendly, and interactive web applications. ASP.NET AJAX has its own AJAX Library and AJAX controls to develop rich UI Web applications. In this article, I am going to expose some basic controls of Asp.Net AJAX.

 

 

 
 
21 SEP
ASP.NET MVC with AngularJS Development (online)

MON-FRI 09:30 PM-11:00 PM IST

More Details
17 SEP
ASP.NET MVC with AngularJS Development (offline)

SAT,SUN 05:00 PM-06:30 PM IST

More Details
17 SEP
MEAN Stack Development (online)

MON-FRI 09:00 PM-10:30 PM IST

More Details
17 SEP
ASP.NET MVC with AngularJS Development (online)

Weekend (Sat, Sun) 03:00 PM-05:00 PM IST

More Details
17 SEP
PPC Marketing (offline)

Sat, Sun 03:00 PM-05:00 PM IST

More Details
9 SEP
ASP.NET MVC with AngularJS Development (online)

Weekdays (Mon-Fri)     07:30 AM-09:00 AM IST

3 SEP
NodeJS Development (offline)

Sat, Sun     11:00 AM-12:30 PM IST

29 AUG
NodeJS Development (online)

Mon-Fri     06:00 AM-07:30 AM IST

12 AUG
ASP.NET MVC with AngularJS Development (online)

Mon-Fri     09:30 PM-11:00 PM IST

24 JUL
ASP.NET MVC with AngularJS Development (offline)

Sat, Sun     09:30 AM-11:00 AM

11 MAY
.NET Development (offline)

Mon-Fri     9:00 AM-11:00 AM IST

BROWSE BY CATEGORY
 
SUBSCRIBE TO LATEST NEWS
 
LIKE US ON FACEBOOK
 
+