Shahar Gvirtz's Weblog

Browse by Tags

All Tags » ASP.NET (RSS)
DTOGenerator: Easily Generate Data Transfer Objects from ADO.NET Entity Framework or LINQ to SQL Data Classes
In my previous post I wrote about a small utility that automatically generates Data Transfer Objects from LINQ to SQL Data Classes. Few days ago I had the time to add an important feature – the application can now generate DTO’s from ADO.NET Entity Framework...
an Open Source Utility that Automatically Create Data Transfer Objects based on LINQ to SQL Data Classes
Few weeks ago I posted in my Hebrew blog a post about using Data Transfer Objects to work with LINQ to SQL and ADO.NET Entity Framework (that currently both of them doesn’t support working with POCO). One of the comments I got was that using DTO’s takes...
How To: Prevent running ASP / ASP.NET code in specific folder
Sometimes, you may want to prevent running ASP or ASP.NET code in specific folder, for security reasons for example. In this case, you have to follow these instructions (Windows Server 2003, IIS6): run inetmgr, the IIS management console Right-Click on...
Posted: Mar 16 2008, 02:54 PM by shahargs | with 5 comment(s)
Filed under:
Dynamic Data Web Application - Part 1
ASP.NET 3.5 Extensions is a package of new controls and tools that improve the existing ASP.NET 3.5. One of the interesting (and time-saving) features, is the Dynamic Data Controls. Dynamic Data Controls can be used to build easily, almost without writing...
More Posts