ASP.NET is a Web application framework developed by Microsoft to build dynamic data driven Web applications and Web services.
1. ASP.NET is a subset of .NET framework. In simple terms a framework is a collection of classes.
2. ASP.NET is the successor to classic ASP (Active Server Pages).
What other technologies can be used to build web applications
1. PHP
2. Java
3. CGI
4. Ruby on Rails
5. Perl
What is a Web Application?
A web application is an application that is accessed by users using a web browser. Examples of web browsers include
1. Microsoft Internet Explorer
2. Google Chrome
3. Mozilla FireFox
4. Apple Safari
5. Netscape Navigator
What are the advantages of Web applications?
1. Web Applications just need to be installed only on the web server, where as desktop applications need to be installed on every computer, where you want to access them.
2. Maintenance, support and patches are easier to provide.
3. Only a browser is required on the client machine to access a web application.
4. Accessible from anywhere, provided there is internet.
5. Cross Platform
How Web applications work?
1. Web applications work on client/server architecture
2. On the client all you need is a browser, that can understand HTML
3. On the server side, the Web application runs under Microsoft Internet Information Services (IIS)
When the client enters the URL of the web application in the browser, and submits the request. The web server which hosts the web application, receives the request. The request is then processed by the application. The application generates, the HTML and hands it over to the IIS (web server). Finally, IIS sends the generated HTML to the client, who made the initial request. The client browser will the interpret the HTML and displays the user interface. All this communication, happens over the internet using HTTP protocol. HTTP stands for Hyper Text Transfer Protocol. A protocol is a set of rules that govern how two or more items communicate.
1. ASP.NET is a subset of .NET framework. In simple terms a framework is a collection of classes.
2. ASP.NET is the successor to classic ASP (Active Server Pages).
What other technologies can be used to build web applications
1. PHP
2. Java
3. CGI
4. Ruby on Rails
5. Perl
What is a Web Application?
A web application is an application that is accessed by users using a web browser. Examples of web browsers include
1. Microsoft Internet Explorer
2. Google Chrome
3. Mozilla FireFox
4. Apple Safari
5. Netscape Navigator
What are the advantages of Web applications?
1. Web Applications just need to be installed only on the web server, where as desktop applications need to be installed on every computer, where you want to access them.
2. Maintenance, support and patches are easier to provide.
3. Only a browser is required on the client machine to access a web application.
4. Accessible from anywhere, provided there is internet.
5. Cross Platform
How Web applications work?
1. Web applications work on client/server architecture
2. On the client all you need is a browser, that can understand HTML
3. On the server side, the Web application runs under Microsoft Internet Information Services (IIS)
When the client enters the URL of the web application in the browser, and submits the request. The web server which hosts the web application, receives the request. The request is then processed by the application. The application generates, the HTML and hands it over to the IIS (web server). Finally, IIS sends the generated HTML to the client, who made the initial request. The client browser will the interpret the HTML and displays the user interface. All this communication, happens over the internet using HTTP protocol. HTTP stands for Hyper Text Transfer Protocol. A protocol is a set of rules that govern how two or more items communicate.
Hello Venkat,
ReplyDeleteThank you for doing the ASP.net. Do you plan to have any videos on IIS sytem from Host side. I always have doubts and I don't have clear picture abt IIS. Your method of explaining clear my doubts on most of the stuff. Thanks
Hi Maran, thank you very much for the feedback. At the moment I don't have any videos on IIS. Can you please let me know, what you are looking for as far as IIS is concerned. If, you are looking for creating a virtual directory and pointing that to a web application, and accessing the application thru that IIS, rather than using the visual studio built in development server. This is something, I am planning to cover in the very near future. Again, thank you very much for taking your time to give the feedback.
DeleteThanks Venkat for the reply .. Yes I am looking for the following content "creating a virtual directory and pointing that to a web application, and accessing the application thru that IIS"
ReplyDeleteThanks
Hi Maran, I have created a video on configuring IIS to run asp.net web applications. Click the link below
DeleteConfiguring IIS to run asp.net web applications
Hi Venkat,
ReplyDeleteI am very much impressed looking at your videos and each and every topic has covered a lot in detail in a short span of each video and every bit of it was useful.
Do you have idea of doing videos on MVC or Entity framework.
Hello Venkat,
ReplyDeleteCan you provide a video on how and where to download sqlexpress & visualstudio express editions and how to configure them to start working.
Thanks in Advance.
Preethi
Hi Venkat,
ReplyDeleteYour C# videos are very helpful and easy to understand.
Can you please prepare videos for android also.
Thanks,
Shubhi
Great Job, thank you
ReplyDeleteThanks Venkat, Your explanations make the bookish understanding a lot easier.
ReplyDeletehi venkat
ReplyDeletecan u show us pls how to configure iis to run asp application .u have shown configuring iis to run asp.net web application.is it the same procedure?
Hi Mr.Venkat,
ReplyDeleteCan you please post videos on Design Patterns.
Thanks in Advance.
GOOD JOB! Excellence
ReplyDeleteThank You very much Sir...Dont have words to say for ur effort...,
ReplyDeleteHello.. sir..Please guide me how to bind data from two Tables in Repeater control??
ReplyDeletejust do inner join query from the table...
Deleteafter that bind it using datatable..
Hi,
ReplyDeletei was impressed with your videos. let me know when you will start WCF and WPF videos.
Hello.. sir..Please guide me how to bind data from two Tables in Repeater control??
ReplyDeleteHi Venkat,
ReplyDeleteFirst of all Thanks a lot for this fantastic learning videos.
I have one doubt in View state. As per your videos if I disable "Enableviewstate" property of text box, it will not retain State.
But when I tried practically, despite of disabling the view state, textbox is able to retain data in turn state.
Hi
ReplyDeleteIs it ok to learn ASP.net without learning C#.
Hi Vivek, I would recommend to learn C# first as this will help to better understand asp.net.
DeleteHi venkat sir i am a huge fan of you i follow each & every videos of your channel and sir i have one doubt, i going to list my requirement that i want in project can you please help me my requirements as follows
ReplyDelete1.USING C#.NE,ASP (web form) ,Oracle DB or sql ,first one preferred
2.Design a customer interaction form (in two part: main and detail) AS BELOW
Option for import the customer details(ID,NAME) in main part , (e-mail) in detail part in tab 1 from (Excel_sheet), group the customers based on nature of business(HW OR SW) while importing and manually in hierarchy level view(Tree view), drag and drop option to change the customer group or to trash it
Option for User should able to schedule the meeting with customer’s calendar.
User should able to interact with customers using E-Mail, SMS
Make reusable (ocx) component for Save, function.
Generate a dynamic report to selected different fields and layout.
this is my requirement sir please make a video for this , i tried it but not getting yet so please sir help me i will remember you throughout my life,,,,,,,,,plz sir
thanking you
Hi Venkat,
ReplyDeleteDo you have a video series recorded for LINQ? It would be of great help for beginners like me if you have one.
Awaiting a reply,
Regards,
Resmi
Hello Venkat,
ReplyDeleteAs we know asp.net application needs a Web browser and Web server.
now here, why web server supports only HTML language and why?
And, Why communication protocol is only HTTP why not TCP/IP.
Thanks & Regard
Sunita
I would like to know
Hello Venkat,
ReplyDeleteThanks For uploading such helpful videos on topics. I have cleared most of my Doubts through your Videos. It's really helpful for Fresher as well as Experienced also.
I personally prefer your videos than any other blogs and also suggest my friends to solve their doubt and learnt from your blogs .
I don't Have knowledge about Web API in asp.net.
So this is my request and also including those guys who are looking for Web API videos plz upload videos on latest Web Api.
Thanks In Advanced
Hello Venkat,
ReplyDeleteThank you for doing the ASP.net. Do you plan to have any videos on SharePoint. Your method of explaining clear my doubts on most of the stuff. Thanks
Hello Venkat,
ReplyDeleteIt is a wonderful experience to watch your videos. I would like too know if you have done any videos on integrating API's provided by website into our own application. For Example: Tracking API's of courier services.
Thanks
Hi Sir,
ReplyDeleteI have gone through your videos...It was nice experience, Videos are very explicit..Do you have any plan to create videos on Dependency Injection and IOC
Thank You
Hello VENKET SIR,
ReplyDeleteI m a Big Fan Of u , Your All Tutorials Help me alot , I m ALI From Karachi Pakistan... Plz Sir Create some Videos about Crystel Reports. Without Crystal Report All .net Videos incompleted For me. Plz Sir i really need ...
Thank You -> your Pakistani Student ..
thanks VENKET for this helpful content can i get ASP.Net Slides?
ReplyDeleteHi Venkat,
ReplyDeleteI've watch mostly all your video and really help me a lot. Thank you for this awesome info.
Hi Venkat,
ReplyDeleteYou are Awesome Man!!!
Your Template for video tutorial with slides/texts.
Wow, really helpful. Much Appreciated :)
Thank you...