jump to navigation

Code Generate with T4(Text Template Transformation Toolkit) 11 Jul 2013

Posted by Ramaswamy Palaniappan in Advanced Basics, Visual Stdio.
add a comment

I have seen TT files when I created EDMX files created for my DAL but next explored in detail. Recently I was surprised to see its penitential. I spent some time to explore about it, it seems very interesting.

To learn the basic of T4, read here and here.

Scote Hanselman wrote a great post.

If you want to go in deep, Oleg Sych wrote excellent series of post on T4.

T4 Editor, very helpful tool if you want to develop T4 templates.

Asp.NET CURD Tutorial 16 May 2013

Posted by Ramaswamy Palaniappan in ASP.NET MVC, Entity Framework.
add a comment

 

Read this

Code First Entity Framework with MVC4 and Visual Studio 2012 16 May 2013

Posted by Ramaswamy Palaniappan in ASP.NET MVC, Entity Framework.
add a comment

 

Excellent post created by dominikgorecki. Visit his post.

Global Windows Azure Bootcamp 22 Apr 2013

Posted by Ramaswamy Palaniappan in Azure.
add a comment

On April 27th, 2013, I am going to Global Windows Azure Bootcamp. Please join me if you are living in near San Fransico.

It is one day deep dive session covers on developing for Windows Azure. The camp includes a trainer with deep real world experience with Windows Azure, as well as a series of labs so you can practice what you just learned.

Please visit this website for registration.

-Ramaswamy Palaniappan

ASP.NET MVC Best Practices Collection 08 May 2012

Posted by Ramaswamy Palaniappan in ASP.NET MVC.
add a comment

12 ASP.NET MVC Best Practices

ASP.NET MVC – 12 Best Practices

More ASP.NET MVC Best Practices

Best Practices for ASP.NET MVC

ASP.NET MVC BEST PRACTICES (PART 1)

ASP.NET MVC BEST PRACTICES (PART 2)

ASP.NET MVC from Basics to Tips and Tricks

Ramaswamy Palaniappan

How does ASP.NET MVC works 04 May 2012

Posted by Ramaswamy Palaniappan in Advanced Basics, ASP.NET, ASP.NET MVC.
add a comment

Today the following two URLs help to understand the internals of ASP.NET MVC.
How does ASP.NET MVC work – Part 1
How does ASP.NET MVC work – Part 2

 

Ramaswamy Palaniappan

IDisposable Basic 01 May 2012

Posted by Ramaswamy Palaniappan in Back to Basics.
add a comment

Paul Ballard has posted excellent post about IDisposable, must read.

Ramaswamy Palaniappan

Must know about query optimizer 30 Apr 2012

Posted by Ramaswamy Palaniappan in Advanced Basics, Back to Basics, SQL.
add a comment

Paul White’s serious of posts about Query Optimizer. It is excellent one, must read.

Query Optimizer Deep Dive – Part 1
Query Optimizer Deep Dive – Part 2
Query Optimizer Deep Dive – Part 3

Ramaswamy Palaniappan

What is GUID? 27 Apr 2012

Posted by Ramaswamy Palaniappan in Back to Basics.
add a comment

Eric Lippert written a good article about it, Read here

Ramaswamy Palaniappan

Free US ZIP Code Database 26 Apr 2012

Posted by Ramaswamy Palaniappan in Uncategorized.
add a comment

Option:1
Free US ZIP Code Database as CSV
1. Go to http://mappinghacks.com/
2. Click the geodata hyperlink from the header menu.
3. Now you will see all the data files. Click zipcode.zip to download the file.

Option:2
A Free Zip Code Database + Latitude and Longitude, download from here.

Option:3
Data from populardata, get it from here.

Ramaswamy Palaniappan