Blog

Visual Studio 15 Next version of visual studio is available now

With Build 2016 event, Microsoft has announced the preview of next version of Visual Studio called Visual Studio 15. You can download the next version of VS from below link. https://www.visualstudio.com/downloads/visual-studio-next-downloads-vs There are two options available for there on above link for download. One is normal Installed which is traditional installer contains all the functionality

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