C# tips and tricks
Home
Home
Unlabelled
New Features in C#.NET
New Features in C#.NET
10:26
/
Muhammad Sohail
/
No comments:
Post a Comment
Newer Post
Older Post
Home
Popular Posts
Anatomy of the Lambda Expression
Anatomy of the Lambda Expression C# 3.0(.NET 3.5) introduced the lambda expression along with LINQ. The lambda expression is a shorter w...
Expression in LINQ
Expression in LINQ We have learned that the lambda Expression can be assigned to the Func or Action type delegates to process over in-...
Generics in C#
Generics Overview Use generic types to maximize code reuse, type safety, and performance. The most common use of generics is t...
Events and Delegates Part 2
C# - Delegate A function can have one or more parameters of different data types, but what if you want to pass a function itself as a pa...
Expression Tree
Expression Tree You have learned about the Expression in the previous section. Now, let's learn about the Expresion tree here. E...
Events and Delegates
Events are used to decouple the Caller from the Methods Calls. Events are used to replace Method Calls. Events encapsulate the Meth...
C# - Func
C# - Func We have learned in the previous section, that a delegates can be defined as shown below. Example: C# Delegate public d...
C# - Extension Method
C# - Extension Method Extension methods, as the name suggests, are additional methods. Extension methods allow you to inject additional ...
C# - Action Delegate
C# - Action Delegate Action is also a delegate type defined in the System namespace. An Action type delegate is the same as Func delega...
Sample LINQ Queries
Sample LINQ Queries In this section, you will learn some complex LINQ queries. We will use the following Student and Standard collection...
Blogger templates
Blogroll
About
About Me
Muhammad Sohail
View my complete profile
Blog Archive
►
2019
(13)
►
May
(1)
►
January
(12)
►
2015
(1)
►
August
(1)
▼
2013
(12)
▼
November
(12)
Programming Languages of today
Suffix for naming Business/Domain logic components
New Features in C#.NET
Named Parameters in C#.NET
Optional Parameters in C#
Dynamic Programming and .NET Reflection
Unsafe code and Pointers in .NET
Multi Threading in .NET
Reflection in .NET
.Net Custom Attributes
Web References
Generics in C#
Powered by
Blogger
.
You must enable JavaScript to view this page!
No comments:
Post a Comment