January, 2009

What is .net Framework Fundamental?

An assembly is a file that is automatically generated by the compiler upon successful compilation of every .NET application. It can be either a Dynamic Link Library or an executable file. It is generated only once for an application and upon each subsequent compilation the assembly gets updated. The entire process will run in the [...]

Tags: , ,

Posted in: vb.net programming | No Comments »

4 Reasons Why ASP.NET is Better Than ASP Classic

Asp.net is superior to ASP Classic. There are four main areas that make ASP.NET a much better choice for programmers. These four areas include: stability, performance, scalability and language support. #1 Stability ASP is running under the inetinfo.exe (IIS) process space, making it susceptible to application crashes. This happens because the IIS needs to be [...]

Tags: , , , ,

Posted in: vb.net programming | No Comments »

Classic Asp Vs. Asp.net

ASP (Active Server Pages) was for the first time was released in December 1996. Since then it has been through major changes and has grown and tailored to the new methods of developing web sites and applications for the internet over the period of time. There are two major forms of ASP:- In ASP.net major [...]

Tags: ,

Posted in: vb.net programming | No Comments »

Learn to program

Aspiring software developers often don’t know where to start when learning to program.Should I get a “Teach Myself Programming” book and learn from that?Do I need a Computer Science degree?Which programming languages should I learn?Should I learn every programming language?How do I design an application?The most important thing to understand is programming languages go in [...]

Tags: ,

Posted in: vb.net programming | No Comments »