|
|
Managed Extensibility framework in C#
The Managed Extensibility Framework is useful for building applications with parts and containers that can add functionality dynamically.
|
|
Dynamic Language Runtime in C#
In C#, the dynamic capabilities are an essential part of the dynamic language runtime. The group of services which are added to the CLR are useful for dynamic languages.
|
|
Features in C# 5.0
[b]In C# 5.0, new features are introduced for increasing the scope of developers. These features are well explained in this article.[/b]
|
|
Generics in .NET
Generics type specification of an element in a class or methods can be delayed. The labels are defined instead of data type of parameters and can be replaced later using generic method or class.
|
|
Collection classes in .NET
Arrays can store values of a particular data type. The group data of different types are stored in a collection. User can add, delete, and modify individual elements. The automatic memory allocation and capacity can be expanded using collections.
|
|
ASP.NET 4.5 Essentials
The ASP.NET 4.5 is the latest version consisting of some enhancements in the core of the framework. It contains a new MVC compared to ASP.NET MVC 4.
|
|
Base Activity Library in WPF
Activities are the basic building blocks in workflows. General activities are added in the base activity library which are used in control flow, local communication, transaction management, web services, etc.
|
|
Understanding Sequential Workflows
Windows Workflow provides user with execution styles. They can be distinguished as sequential and event driven. The sequential workflow completes the activity in a sequence of consecutive steps to be executed.
|
|
|
|
|
|
|
To unsubscribe from Go4Expert newsletter, visit the following link:
|
|