23 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ---
 | |
| title: ASPNET
 | |
| ---
 | |
| ## ASP.NET
 | |
| 
 | |
| # Overview
 | |
| 
 | |
| ASP.Net is a web development platform provided by Microsoft. It is used for creating web-based applications and websites using HTML, CSS, and JavaScript as front end. 
 | |
| Server-side programming languages like C# and VB .NET may be used to code the back end.
 | |
| 
 | |
| ASP.NET offers different frameworks for creating web applications, e.g. Web Forms, ASP.NET MVC, ASP.NET Web API, SignalR etc.
 | |
| 
 | |
| #### More Information:
 | |
| - [ASP .NET Tutorials](https://www.tutorialspoint.com/asp.net/)
 | |
| - [ASP .NET Site](https://www.asp.net/)
 | |
| - [ASP .NET Microsoft Documentation](https://docs.microsoft.com/en-us/aspnet/#pivot=aspnet/)
 | |
| - [ASP .NET MVC Site](https://www.asp.net/mvc/)
 | |
| - [ASP .NET MVC Tutorials](https://www.tutorialspoint.com/asp.net_mvc/)
 | |
| - [ASP .NET MVC Interview Questions](https://medium.com/dot-net-tutorial/top-50-asp-net-mvc-interview-questions-with-answers-1fd9b1638c61)
 | |
| 
 | |
| ASP.Net development is now available on Mac and Linux, Checkout more here:
 | |
| - [ASP .NET Core](https://docs.microsoft.com/en-us/aspnet/core/tutorials/first-mvc-app-xplat/start-mvc?view=aspnetcore-2.1)
 |