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 […]

Continue reading →

Programming in .NET – part 1

This is the first article from a long serie that wants to present the programming in .NET( Windows si Internet)  for the understanding of beginners.To follow this minicourse, you must have minimum programming knowledge.I consider that you know what a variable is ,that you posess a minimum SQL knowledge and you have heard about 3-tier.The […]

Continue reading →