Click here to Skip to main content
15,893,588 members
Please Sign up or sign in to vote.
1.00/5 (5 votes)
See more:
hello
I want to have an exemple of a project in asp.net with files (css, js,...c#) and IIs server
i need a good example please
thik you
Posted

There are literally hundreds of examples right here on code project.
You should Check them out[^] and find what suits your fancy.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 10-Dec-12 17:55pm    
A 5. :-)
--SA
fjdiewornncalwe 11-Dec-12 9:34am    
Thanks, Sergey.
It depend what you are looking for.
ASP.NET has at least three main streams: Web Forms, MVC, Web Pages.
With Web Forms you have few control over the emitted code. All css, js and html code snippets come together from components/controls. Every component/control writer is supposed to handle everything regarding his component/control. Thus from a project's point of view, you have really litte to do with these.
These "old fashioned" concepts you mentioned, come back to ASP.NET with ASP.NET MVC. Although MVC itself is not a new design pattern, it is quite new in the Microsoft world. If you come from PHP, Rubly, Pyhton or other script-oriented world, you might find MVC a good companion.
NerdDinner is one of the famous ASP.NET MVC tutorials. And is is really good. I suggest you start here:
http://nerddinnerbook.s3.amazonaws.com/Intro.htm[^]
http://nerddinner.codeplex.com/[^]
 
Share this answer
 
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900