C# : Tutorial of Asp.net with c# and example

Example and code about windows application, web application, SQL, C#, WPF etc which is helpful to developer and programer.

Search This Blog

Tutorial : What is vb dot net and its use?

♠ Posted by Unknown in ,,
What is vb.Net? VB.Net is a simple, modern, object-oriented computer programming system developed and owned by Microsoft. Visual Basic was originally developed to make it easier to write programs for the Windows operating system. The basis of Visual Basic is an earlier programming language called BASIC. Visual Basic is often referred to using just the initials VB. Visual Basic is easily the most widely used computer programming system in the history of software.it is combine the power of .NET Framework and the common language runtime with the productivity benefits that are the hallmark of...

Disadvantages of ASP.NET Technology

Disadvantages of ASP.Net Limited control compare to HTML: Server controls render themselves as HTML(Hypertext markup language), but the HTML output usually failed to comply with web standards, and server controls generated irregular and complex ID values that are hard to access using JavaScript. Big data in the view state: annoying site visitors with slower response times and required the bandwidth demands of the server. Limited support for testing: The tightly coupled architecture designed is unsuitable for unit testing. Integration testing can be a great challenge, too. Difficult...

Advantages of asp.net and Asp.net vs Asp

Advantages of ASP.NET Advantages of ASP.NET framework for Web development are as follows: Web application exists in compiled form on the server so the execution speed is faster as compared to the interpreted scripts. ASP.NET reduces the line of code needed to develop large applications. The code-behind allows you easier to maintain the code when it comes to large websites. The ASP code and HTML smoothly mix with each other to generate dynamic web pages. It is an ideal server-side scripting technology that is why code runs on the windows server before displaying on the web browser. Built-in...

What is asp.net

♠ Posted by Unknown in
Asp.Net Definition :  Asp.Net (Active Server Pages) is server-side Web application framework which is an open source. Asp.Net framework designs for web development its use to create dynamic WebPages. It was developed before 2000 by Microsoft which is allow programmers to build dynamic web application, web service any many more about web. Asp to meet market demand it is run on the server and generates dynamic web pages that can be viewed in different web browsers. About Version : Version 1.0 of .Net Framework was released in January 2002 and beginning of success of Microsoft's...