Blow up your asp.net/mvc site performence !
Recent technical conversation with few of my friends ends up with Issue of site speed , no matter...
Read Moreby Vinay Patel | Oct 7, 2012 | C#, Hosting Configurations, IIS7 | 3 |
Recent technical conversation with few of my friends ends up with Issue of site speed , no matter...
Read Moreby Vinay Patel | Sep 17, 2012 | C#, SQL Server | 18 |
If you are searching for the solution regarding SQL CLR Send an email, you came to the right...
Read Moreby Vinay Patel | Jul 21, 2012 | C#, LINQ, SQL Server | 4 |
Last week was quite simple and went without trouble , and just before I start enjoying my weekends – stuck in to in issue of getting ROW_NUMBER() (as we are doing in sandard SQL Query ! Finally come-up with sort and sweet...
Read Moreby Vinay Patel | Jul 3, 2012 | C# | 0 |
Today we found one more interesting thing of converting List to ObservableCollection , Its...
Read Moreby Vinay Patel | Jun 28, 2012 | C# | 0 |
Recently came across new query of redirecting website to new domain , and the trouble was we...
Read Moreby Vinay Patel | Jun 11, 2012 | C# | 0 |
Recently faced new error in MVC3 Project related to Model State , While checking...
Read Moreby Vinay Patel | Mar 16, 2012 | C# | 0 |
Just day before I built a windows service and it was hard time to install and uninstall service using installUtil.exe from the command line every time I build it. Automating this task makes building and running windows...
Read Moreby Vinay Patel | Sep 27, 2011 | C#, JQGrid, JQuery | 5 |
From last couple of months I was planning to create working demo for JQgrid using MVC and finally...
Read Moreby Vinay Patel | Sep 23, 2011 | C# | 1 |
Here is one more LINQ Problem. Let’s think of scenario having record as below ProductId:1 , ProductName=”Product 1″ , CategoryId=2; ProductId:2 , ProductName=”Product 2″ , CategoryId=3; ProductId:3...
Read Moreby Vinay Patel | May 29, 2010 | C# | 3 |
if a string contains another string ignoring the case, there is no method available for string with ignore case we can create extension to string using following ! public static bool Contains(this string original, string value,...
Read More
Recent Comments