Some useful and important concepts of ASP.NET
Three Tier Web Architecture is that unique system of
developing web database application. The
Three Tier Architecture in Asp.Net is designed to provide a greater
degree of flexibility for each web application. If web Application or window
Application it does not matter you should use The Tirer Architecture in any
way.Read More
Web Service in Asp.Net is an open protocols that is
used to exchange requests data between applications. Application that are written in many
different programming languages and that run on different platforms can use Web
services to exchange data over computer networks .Read More
MVC is a
Software Design Pattern for developing Web Application .MVC separates the given application into three
interconnected parts .ASP.Net MVC framework has been a real advantage for
developers to build ASP.Net applications.Read More
In article we will discuss about State Management
Technique in Asp.Net.Generally Browsers are always stateless.The browser
communicate with the server using HTTP Protocol. As we all know HTML is a
stateless language.Here, stateless means whenever we visit a website, our
browser communicate with the respective server depends upon our request. It
means that web server does not have any idea about the requests from where they
coming.That means from same client or new clients. On each request web pages
are created and destroyed .Read More
A query string in Asp.Net is a value specified in an HTTP query that
can be used easily within ASP.NET. The query string is appended at the end of
the URL following the question mark(‘?’) character. Multiple query strings can
be specified in the URL by separating them by either an (‘&’) or a (‘;’). Query strings can be used for many
different levels, one common use is to display different information on the
same pages based on the query string.Read More
Comments
Post a Comment