Programming in .NET – part 2 -database creation
Please read the first part at http://serviciipeweb.ro/iafblog/2006/08/13/Programming+In+NET+Part+1.aspx The database will be, for Windows forms, Access , and for ASP.NET projects – SQL Server Express. Why this choice? Very simple. For Windows forms, I need something to be easy deployed – and the most easy is a file based database. For the ASP.NET application, must be […]