Browse by Tags

All Tags » C#.NET (RSS)

string.format escape sequence in c# by Jalpesh P. Vadgama

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...
Filed under: ,

Page methods in asp.net by Jalpesh P. Vadgama

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...
Filed under: , ,

new solution explorer feature in visual studio11 developer preview by Jalpesh P. Vadgama

Microsoft Visual Studio11 Developer preview comes with bunch of new features and Solution explorer is also get some new features in it. There are few new icons added at top of solution explorer like below. Create new window with copy of this Window Feature...
Filed under: ,

ASP.NET MVC 4.0 Mobile Template by Jalpesh P. Vadgama

Microsoft has released the much awaited ASP.NET MVC 4.0 developer preview and there are lots of features bundle with it. One of the greatest features is a mobile website. Yes, Now with ASP.NET MVC 4.0 you can create mobile site also. So let’s create a...

NuGet package with multiple projects by Jalpesh P. Vadgama

Before some day one of my friend asked me to install NuGet in project another then startup project. At that time I don’t have any idea about it. So I did some R and D on web and found one easiest way to do it. So let’s first create a solution where we...

BigInteger in C# 4.0 by Jalpesh P. Vadgama

In C# 4.0 Microsoft has added so many features and I love all most all the features. In today’s post we are going to discuss BigInteger Class. During programming some complex systems often we need a very big numbers. For example if we use some of asymmetrical...
Filed under: ,

Entity framework and Stored procedure output parameter by Jalpesh P. Vadgama

One of my friend was having problem in Entity framework and stored procedure output parameter. He was confused how to use output parameter with stored procedures.So I did some search on internet and I found a great way to use output parameter so I thought...
Filed under: , , ,

Visual Studio 2010 feature post list by Jalpesh P. Vadgama

Before some days one of my friend ask me about my visual Studio 2010 features post. So this post is about my Visual Studio 2010 posts. I have done lots of post about features of visual studio 2010 and Following is complete list of it. Visual Studio 2010...

ILSpy-Alternative of .NET Reflector by Jalpesh P. Vadgama

Sometimes we need to have decomposer tool or reflector tool for our applications to improve the performance or to know the internals of the assembly we have created. I was using Red Gate .NET Reflector earlier for same as it was free. Now Red Gate has...
Filed under: , ,

Creating Basic RSS Reader in ASP.NET MVC 3 by Jalpesh P. Vadgama

In this post I am going to explain you how we can create a basic RSS Reader with the help of Linq-To-Xml and ASP.NET MVC3  Razor. Those who are writing or reading Blogs already knows what is RSS Reader. But those who does not know What is RSS. Below...
Filed under: , , ,
More Posts Next page »