Blogspot - dotnetguts.blogspot.in

General Information:

Latest News:

SQL Server Performance Tuning and Query Optimization Videos 26 Aug 2013 | 04:50 am

If you are like me, who don't get much chance to get your hands dirty in fine tuning sql server queries, then you must watch this videos. I am really thankful to this guy, who has posted such a usefu...

Generate C# Class from JSON File or URL 25 Aug 2013 | 09:08 pm

I have came across a useful site which will be helpful in generating C# Class from JSON File or URL. This will be very useful when you are using JsonConvert.DeserializeObject Method. http://json2csh...

Generate JSON File from database data using c# 25 Aug 2013 | 07:56 pm

Following code will help you to generate JSON file from database table. //Get records from database var products = db.Products.ToList(); //Generate JSON from database data using (StringWriter writer...

Adding Column to SQL Server using Database Defensive Programming Technique 17 Aug 2013 | 08:32 pm

Recently I have learned good way to add column to sql server using database defensive programming technique from my co-worker.  All the credit for this blog post goes to him.  Thank you sir incase you...

What's new in VS.Net 2013 Preview and Asp.net 30 Jun 2013 | 06:09 am

I personally feel that upcoming VS.Net version will going to be really cool.  You will find lot of features out of box to quickly get you started for development.  This release will going to be for th...

Scaffolding for Asp.net Webforms 30 Jun 2013 | 04:55 am

Those who knows asp.net mvc, might already knows the power of scaffolding... With VS.Net 2013 we will have scaffold template included for asp.net web forms.  By scaffold template you can generate a b...

OCIEnvCreate failed with return code -1 but error message text was not available. - Solution 27 Jun 2013 | 02:34 am

Recently I was facing an issue with connecting to oracle.  I was keep on getting below error when trying to connect oracle through .Net Code. Error: OCIEnvCreate failed with return code -1 but error ...

Best Practices for Asp.net MVC 20 Dec 2012 | 01:47 am

Bookmark of few good asp.net mvc best practices links for my future reference: http://blogs.msdn.com/b/aspnetue/archive/2010/09/17/second_2d00_post.aspx http://channel9.msdn.com/Events/aspConf/aspCon...

Best Practices for Asp.net MVC 20 Dec 2012 | 01:47 am

Bookmark of few good asp.net mvc best practices links for my future reference: http://blogs.msdn.com/b/aspnetue/archive/2010/09/17/second_2d00_post.aspx http://channel9.msdn.com/Events/aspConf/aspCon...

Securing Asp.net Application 20 Dec 2012 | 01:40 am

Incase if you haven't viewed this video which is talking on basic and very important aspect of securing your asp.net application, then I will strongly recommend everyone to view this video.

Recently parsed news:

Recent searches: