'Study/ASP.NET MVC & Core'에 해당되는 글 13건

  1. 2011.07.08 Using ASP.NET MVC and the OpenXML API to Stream Excel Files
  2. 2011.03.23 Virtual ASP.NET MVC Conference
  3. 2011.03.12 ASP.NET MVC 3 사용 준비
Study/ASP.NET MVC & Core2011. 7. 8. 09:06

ASP.NET MVC 환경에서 데이터를 엑셀 형태로 내보내기 (스프레드 시트 생성 지원)

http://www.codeproject.com/KB/aspnet/Streaming_Excel_ASP_NET.aspx

Posted by 굥쓰
Study/ASP.NET MVC & Core2011. 3. 23. 09:07
ASP.NET 온라인 컨퍼런스

http://www.mvcconf.com/
Posted by 굥쓰
Study/ASP.NET MVC & Core2011. 3. 12. 20:27

ASP.NET MVC 3 로의 개발을 위해 아래와 같은 사전 준비 절차가 필요합니다.
사전 준비 및 개발 단계가 진행됨에 따라 추가 내용을 등록 할 예정입니다.

1. Visual Studio 2010 설치

Visual Studio 2010 또는 Express Edition 사용

 Get everything free with one simple installer
  • ASP.NET and ASP.NET MVC
  • Visual Studio 2010 Express Development Tool
  • SQL Server Express Database


 http://www.asp.net/downloads


2. ASP.NET MVC3 추가 설치

ASP.NET MVC 3 is a framework for building scalable, standards-based web applications using well-established design patterns and the power of ASP.NET and the .NET Framework.

It installs side-by-side with ASP.NET MVC 2, so get started using it today!

http://www.asp.net/mvc/mvc3 


3. ASP.NET 소개

 ASP.NET is a free web framework that enables great Web applications. Used by millions of developers, it runs some of the biggest sites in the world. Learn More

http://www.asp.net/get-started

4. MVC3 소개

 This tutorial will teach you the basics of building an ASP.NET MVC Web application using Microsoft Visual Web Developer Express, which is a free version of Microsoft Visual Studio. Before you start, make sure you have the following installed using the Web Platform Installer. 

http://www.asp.net/mvc/tutorials/getting-started-with-mvc3-part1-cs

5. ASP.NET MVC3 강좌

ASP.NET MVC3 Basic
http://rintiantta.blog.me/40121555538

Building Data-Centric Web Apps with ASP.NET MVC and Ext JS
http://msdn.microsoft.com/en-us/magazine/gg650660.aspx

6. 도움 사이트들

Microsoft Web
http://www.microsoft.com/web/

Posted by 굥쓰