M
M
MacDag2015-01-04 21:28:19
ASP.NET
MacDag, 2015-01-04 21:28:19

How to use ASP.NET MVC?

Explain the principle and technology of ASP.NET MVC. I started learning from videos. But I did not understand:
1. Is only the server part written on it? and the client side is written in html/css and so on? if so, how can they be combined with each other?
2. Or on ASP.NET MVC, you can create a full-fledged site (both client and server).
Please answer in detail.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Anton, 2015-01-04
Bruilo @AntonBruilo

You see a bad video, since you don’t understand the essence.
I don't recommend watching videos at all. In my opinion, good books will give the most complete picture of the technology, as well as understand the subtleties. Most of these "videos" come from substandard courses where they promise to teach you how to earn $1,500 in a month by learning the basics of HTML. And you'll write something like Hello World - and no one seems to need it ...
As for the book on ASP.NET MVC, I'll advise: "A. Freeman - ASP.NET MVC with examples in C #".
You will be able to answer your questions after 10 minutes of reading this book.
Chapter 1 just explains the essence of the MVC pattern.

E
Eugene, 2015-01-05
@Eugene22

A full-fledged application is written on ASP.NET MVC, although more emphasis is placed on the server side, but ASP.NET MVC is something more than a backend - it also has its own principles for interacting with code on the client side - with javascript. e.g. using SignalR, Ajax, data validation, etc. As well as generating html code using Razor expressions.
Well, you can look at this source for more details: metanit.com/sharp/mvc5

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question