#define을 C#에서 사용하기
http://chaoskcuf.com/189
디버그 모드 릴리즈 모드 활용
http://kojaedoo.tistory.com/452
딱, 나와 같구나... 친절하게 가이드 해 주는 아래 내용대로 따라해 볼까나.
어디서부터 시작해야할 지 모르겠으면 다음 방법으로 접근해보세요.
|
1. 무엇을 원하는지 데모에 있는 것들을 한번 보세요.
Portal Example
http://dev.sencha.com/deploy/dev/examples/portal/portal.html
Layout Browser
http://dev.sencha.com/deploy/dev/examples/layout-browser/layout-browser.html
Border Layout
http://dev.sencha.com/deploy/dev/examples/layout/complex.html
Ext.Panel
http://dev.sencha.com/deploy/dev/examples/panel/panels.html
Editor examples
http://dev.sencha.com/deploy/dev/examples/simple-widgets/editor.html
Resizable Examples
http://dev.sencha.com/deploy/dev/examples/resizable/basic.html
Ext Buttons
http://dev.sencha.com/deploy/dev/examples/button/buttons.html
Localization with Extjs
http://dev.sencha.com/deploy/dev/examples/locale/multi-lang.html?lang=ko&charset=utf-8
Pivot Grid
http://dev.sencha.com/deploy/dev/examples/pivotgrid/simple.html
Property Grid
http://dev.sencha.com/deploy/dev/examples/grid/property-grid.html
Edit Grid
http://dev.sencha.com/deploy/dev/examples/grid/edit-grid.html
Custom Grid Filters Example (local filtering)
http://dev.sencha.com/deploy/dev/examples/grid-filtering/grid-filter-local.html
Checkbox Selection in a TreePanel
http://dev.sencha.com/deploy/dev/examples/tree/check-tree.html
Tree Grid
http://dev.sencha.com/deploy/dev/examples/treegrid/treegrid.html
Paging
http://dev.sencha.com/deploy/dev/examples/grid/paging.html
Grouping
http://dev.sencha.com/deploy/dev/examples/grid/grouping.html
Statusbar Demo
http://dev.sencha.com/deploy/dev/examples/statusbar/statusbar-demo.html
Statusbar Advanced
http://dev.sencha.com/deploy/dev/examples/statusbar/statusbar-advanced.html
MessageBox Dialogs
http://dev.sencha.com/deploy/dev/examples/message-box/msg-box.html
Tab Panel Examples
http://dev.sencha.com/deploy/dev/examples/tabs/tabs.html
Advanced Tabs
http://dev.sencha.com/deploy/dev/examples/tabs/tabs-adv.html
An Example of a "Tab Scroller Menu" plugin.
http://dev.sencha.com/deploy/dev/examples/tabs/tab-scroller-menu.html
Group Tabs
http://dev.sencha.com/deploy/dev/examples/grouptabs/grouptabs.html
Charts
http://dev.sencha.com/deploy/dev/examples/chart/charts.html
Offline Support - With Google Gears. http://gears.google.com/
http://dev.sencha.com/deploy/dev/examples/tasks/tasks.html
ASP.NET MVC 3 로의 개발을 위해 아래와 같은 사전 준비 절차가 필요합니다.
사전 준비 및 개발 단계가 진행됨에 따라 추가 내용을 등록 할 예정입니다.
1. Visual Studio 2010 설치
Visual Studio 2010 또는 Express Edition 사용
Get everything free with one simple installer
|
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! |
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/
