Author: admin

  • Blog
  • Author: admin

Entity framework code first and inheritance- Table Per Type

Also see part-2 of this blog post- Entity Framework code first and Inheritance–Table per hierarchy Recently I am using Entity Framework a lot. So I tried some of advance scenario and this post related to it only. In this post we will learn how entity framework handles inheritance. In object oriented world, We all use Inheritance

Indian Buget Effects on the Technology

The Indian Finance Minister has presented a financial budget for year 2007-2008. The FM has put a 12% met tax on softwares.I have found a very ineresting site where we can found whole effects of budgets on technology .here is the link http://www.tech2.com/budget

Ajax control toolkit for ASP.NET 1.1,2.0 -ANTHEM.NET

There are lots of Ajax enable toolkit available to asp.net 2.0 but i have found another one Ajax enable toolkit. It is Jason Diamond’s MyAjax.net which has recently been redesigned and launched on SourceForge.Net as Anthem.NET.Anthem.net is so easy to use and contain almost all the controls are Ajax Enabled.It supports view state, so you

How to zip files programatically thorugh asp.net

Lots of time we are required to zip the uploaded files due to hosting space limitation. I have found a great article to zip uploaded files pragmatically through asp.net and gzip libraries. here is the link for that great articles