Author: admin

  • Blog
  • Author: admin

Func Delegate in C#

We already know about delegates in C# and I have previously posted about basics of delegates in C#. Following are posts about basic of delegates I have written. Delegates in C# Multicast Delegates in C# In this post we are going to learn about Func Delegates in C#. As per MSDN following is a definition.

New blogger template for My blog – DotNetJaps

I have changed my blogger template to newer version of blogger. Hope you guys liked it. There are some difficulties over there but I still love the changes that blogger has offered. I know my old version of syntax highlighter is not working. But I am fixing that for all the older posts and already

Layout performance Windows application.

Layout and User interface is one of the most important things in the windows development. With great user interfaces and layout you increase performance of windows application. I have found great link that describes the layout related problems. Here is the link. http://windowsclient.net/blogs/faqs/archive/2006/07/12/what-are-some-things-that-affect-layout-performance.aspx

C# 6.0–Expression Bodied Members

This blog post is part of C# 6.0 Features Series. There are lots of great features added to C# 6.0 and Expression bodied members are one of them. It’s provide great syntax sugar which will help you make your code more beautiful and readable.  In earlier versions of C# type definitions were always been tedious