Always remain updated about current software development trends
This post will be part ofVisual Studio 2011 beta feature series.Everyday I am using Microsoft Visual Studio 2011 beta and everyday I learn some cool feature of it. In today's post I am going to explain one cool features of Visual Studio 2011 beta solution...
This blog post will be part ofVisual Studio 2011 Beta feature series.In this post we are going to look at some of CSS enhancement features in Visual Studio 2011 beta. First thing you notice in Visual Studio 2011 is better intellisense for the CSS. Now same...
This blog post will be a part ofVisual Studio 2011 Beta feature series.In recent days I am exploring the Visual studio features and this blog post is also part of that. I am loving visual studio 2011 beta more and more after exploring features that make developer's...
Before some time I have written a blog post about the SkipWhile operator and a reader of my blog asked me that we can do the same thing with Where also but there is a difference between this two. So In this post I am going to explain you difference between...
C# 4.0 language includes a new feature calledTuple. Tuple provides us a way of grouping elements of different data type. That enables us to use it a lots places at practical world like we can store a coordinates of graphs etc.In C# 4.0 we can create Tuple with...
We all know about Ternary operator in C#.NET. I am a big fan of ternary operator and I like to use it instead of using IF..Else. Those who don't know about ternary operator please go through below link.http://msdn.microsoft.com/en-us/library/ty67wk28(v=vs.80).aspxHere...
Recently I was working with a project where I was in need to format a number in such a way which can apply leading zero for particular format. So after doing such R and D I have found a great way to apply this leading zero format.I was having need that...
Recently I was working on something and I need to put a curly bracket on the string with a string.format function but I was not aware how to to do it. So I did some search on internet and found how to give escape sequence in string.format. Suppose You need...
Now days people are looking for richer and fluid user experience and to create that kind of application Ajax is required. There are several options available to call server-side function from JavaScript with ASP.NET Ajax and if you are using asp.net 2.0 or...
In this post I am going to explain URL routing in greater details. This post will contain basic of URL routing and will explain how we can do URL routing in fewer lines of code.Why we need URL routing?Let's consider a simpler scenario we want to display...
c# .net dev intermediate asp.net windows sql beginner silverlight advanced c++ javascript architect sql server wpf mysql html5 mobile c#4.0 jquery