what is place of asp.net & MVC in web programming there were no explanations about . | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 2

what is place of asp.net & MVC in web programming there were no explanations about .

16th Jul 2016, 4:57 PM
Ali Safakheir
Ali Safakheir - avatar
3 Antworten
+ 1
it is used in back end bro it will be dealt later when we complete client side 'coding
17th Jul 2016, 5:56 AM
manish rawat
manish rawat - avatar
0
thanks.
17th Jul 2016, 8:20 AM
Ali Safakheir
Ali Safakheir - avatar
0
asp.net is a technology that made by Microsoft to using C# programming language for making Web Application based on .Net Framework. MVC is a architecture that divides your application in 3 parts : Models , Views , Controllers 1.Models contains classes that you want ro store data on it and retrieved data from it 2. Views are .cshtml or .aspx files that contains Html codes for UI 3. Controllers are classes that make connections between View and Model another architecture that made C# as a Web programming language is webform. C# with asp.net based on MVC is Back-end or Server-side programming in other words server-side program is a program that tenders UI for user and show data to users and retrieve data from user and make proccess on it
12th Jun 2018, 2:49 PM
Rambod Gh
Rambod Gh - avatar