View Thread : something abt asp.net


The_Ruler496
first and most important thing.....

asp.net is not a language...it is a framework developed by M$(Microsoft) for developing itz web applications...framework contains libraries processes and others
we can use languages like C#.net,VB.net,j#.net to develop applications on asp.net..and with VISUAL STUDIO.net(not a programming language..it is a development environment) most of the coding is reduced...sometimes reduced to a line or two

among all scenarios asp.net is ideal for developing mobile based applications(windows OS on mobile phones)
some very good sites work using asp.net example ORKUT,windowslive(obvious) etc etc..you can know this by looking at the end of the url....any url related to asp.net developed site ends with aspx

more things abt asp.net itz working etc in coming posts

nikon
Thats correct and You can code asp.net using c#, vb.net and j#, I am using c# for the development of the asp.net projects.