Also read
ASP.NET 2.0 ships with a Web Parts Framework that provides the infrastructure
and the building blocks required for creating modular web pages that can be
easily customized by the users. You can use Web Parts to create portal pages
that aggregate different types of content, such as static text, links, and
content that can change at runtime..................
This includes introduction of .Net framework, .Net framework architecture, role
of assembly and GAC.
The ASP.NET MVC framework was released by Microsoft as an alternative approach
to web forms when creating ASP.NET based web applications...........
Both Class and Structures can have methods, variables and objects..............
Operator overloading is the most evident example of Polymorphism. In operator
overloading, an operator is ‘overloaded’.............
Object.Finalize method in .NET is typically used to clean and release unmanaged
resources like OS files, window etc..............
Dispose method belongs to IDisposable interface. It is used to free unmanaged
resources like files, network connection etc..............
|