unit test cases in asp net mvc

asp-net-mvc2-in-action

asp-net-mvc2-in-action

Ngày tải lên : 07/05/2013, 15:13
... building web applications with ASP. NET MVC. —Jeremy Skinner, ASP. NET Developer ASP. NET MVC in Action should be at the top of your list I highly recommend this book for anyone interested in breaking ... avail- able on the ASP. NET MVC website (at http://www .asp. net/ mvc/ ). If you’re just getting started with ASP. NET , you will want to read some of the older books covering the ASP. NET pipeline and server ... considered rock stars in the ASP. NET community and they have opened up the doors to their concert with ASP. NET MVC in Action. —Mohammad Azam, Microsoft MVP I really enjoyed ASP. NET MVC in Action and...
  • 432
  • 444
  • 3
Tìm hiểu ASP.NET MVC và xây dựng siêu thị trực tuyến

Tìm hiểu ASP.NET MVC và xây dựng siêu thị trực tuyến

Ngày tải lên : 23/11/2012, 11:42
... StoreKeeper int id OderDetails StoreKeeper int id, string trackingId ManageShipping StoreKeeper int id, string trackingId CreateShipping StoreKeeper string title, decimal price DeleteShipping StoreKeeper ... departmentId, string title, string description, string sku, decimal? unit Price, int? discountPercentage, int? untisInStock, string smallImageUrl, string fullImageUrl DeleteProduct StoreKeeper int id ManageOders ... string sku, decimal? unit Price, int? discountPercentage, int? untisInStock, string smallImageUrl, string fullImageUrl EditProduct StoreKeeper int productId EditProduct_OnPost StoreKeeper int?...
  • 125
  • 1.9K
  • 40
Tìm hiểu và xây dựng ứng dụng web siêu thị trực tuyến với asp.net mvc

Tìm hiểu và xây dựng ứng dụng web siêu thị trực tuyến với asp.net mvc

Ngày tải lên : 23/11/2012, 13:44
... MembershipCreateStatus membershipCreateStatus ManageUser Admin string searchType, string searchInput DeleteUser Admin string id ManageRole Admin 31 TIÊU ĐỀ CHƯƠNG 2 LINQ to SQL hỗ trợ đầy đủ transaction, ... string userName, string password, bool persistent, string returnUrl ForgotPassword ForgotPassword_OnPost string userName, string secretAnswer Register Register_OnPost UserInformation userInformation ChangePassword ... RedirectResult…. 2. LINQ TO SQL Tham khảo http://weblogs .asp. net/ scottgu 2.1.Linq to SQL là gì? LINQ to SQL là một phiên bản hiện thực hóa của O/RM (object relational mapping) có bên trong .NET Framework...
  • 125
  • 998
  • 5
ASP.NET-MVC-3-RC-Release-Notes

ASP.NET-MVC-3-RC-Release-Notes

Ngày tải lên : 24/01/2013, 13:25
... the ASP. NET MVC forum, where members of the ASP. NET community are frequently able to provide informal support: http://forums .asp. net/ 1146.aspx Upgrading an ASP. NET MVC 2 Project to ASP. NET MVC ... </assemblyBinding> </runtime> New Features in ASP. NET MVC 3 RC This section describes features that have been introduced in the ASP. NET MVC 3 RC release since the Beta release. ASP. NET MVC ... MVC 3 ASP. NET MVC 3 can be installed side by side with ASP. NET MVC 2 on the same computer, which gives you flexibility in choosing when to upgrade an ASP. NET MVC 2 application to ASP. NET MVC 3. To...
  • 10
  • 479
  • 4
Programming ASP.NET MVC 4

Programming ASP.NET MVC 4

Ngày tải lên : 18/04/2013, 10:24
... of ASP. NET MVC and would like to both create ASP. NET MVC 4 applications and continue working with ASP. NET MVC 3 applications, fear not ASP. NET MVC can be installed and run side by side with ASP. NET ... 331 Error Handling in ASP. NET MVC 331 Enabling Custom Errors 332 Handling Errors in Controller Actions 333 Defining Global Error Handlers 334 Logging and Tracing 336 Logging Errors 336 ASP. NET Health ... talking about an application that doesn’t exist yet and start building it! Installing ASP. NET MVC In order to begin developing ASP. NET MVC applications, you’ll need to download and install the ASP. NET...
  • 492
  • 4.3K
  • 336
Tìm hiểu ASP.NET MVC và xây dựng siêu thị trực tuyến VỚI ASP.NET MVC

Tìm hiểu ASP.NET MVC và xây dựng siêu thị trực tuyến VỚI ASP.NET MVC

Ngày tải lên : 25/04/2013, 21:05
... StoreKeeper int id OderDetails StoreKeeper int id, string trackingId ManageShipping StoreKeeper int id, string trackingId CreateShipping StoreKeeper string title, decimal price DeleteShipping StoreKeeper ... departmentId, string title, string description, string sku, decimal? unit Price, int? discountPercentage, int? untisInStock, string smallImageUrl, string fullImageUrl DeleteProduct StoreKeeper int id ManageOders ... string sku, decimal? unit Price, int? discountPercentage, int? untisInStock, string smallImageUrl, string fullImageUrl EditProduct StoreKeeper int productId EditProduct_OnPost StoreKeeper int?...
  • 123
  • 1.2K
  • 3
Introducing Server Controls in ASP.NET AJAX

Introducing Server Controls in ASP.NET AJAX

Ngày tải lên : 05/10/2013, 10:20
... at the heart of how ASP. NET AJAX enables AJAX functionality in existing ASP. NET pages using partial-page updates. This chapter gave you a high-level overview of the main ASP. NET AJAX server controls and ... packaged in the Futures CTP builds of ASP. NET AJAX, which should surface in future releases of ASP. NET AJAX. Using ASP. NET AJAX server controls is the easiest and quickest path to implementing AJAX ... implementing AJAX functionality in your ASP. NET application. They are also ideal for when a minimal amount of change in desired for existing ASP. NET applications that make extensive use of ASP. NET server controls. ■ Note If...
  • 28
  • 477
  • 0
Using Server Controls in ASP.NET AJAX

Using Server Controls in ASP.NET AJAX

Ngày tải lên : 05/10/2013, 10:20
... skills in ASP. NET and lowers the learning curve drastically. CHAPTER 6 ■ USING SERVER CONTROLS IN ASP. NET AJAX 129 828-8 CH06.qxd 9/28/07 4:46 PM Page 129 Figure 6-5. Editing the task list in the ... with three fields as shown in Figure 6.10. CHAPTER 6 ■ USING SERVER CONTROLS IN ASP. NET AJAX 125 828-8 CH06.qxd 9/28/07 4:46 PM Page 125 Using Server Controls in ASP. NET AJAX T his chapter follows ... existing applications as easily as possible and in a manner that involves touching your existing code as little as possible. Additionally, for new applications, it involves reusing your existing...
  • 22
  • 592
  • 0
4-Tier Architecture in ASP.NET with C#

4-Tier Architecture in ASP.NET with C#

Ngày tải lên : 17/10/2013, 14:15
... ee.Message.ToString(); } finally { person = null; pBAL = null; } } In the above method, I am doing following things mainly: 1. Instantiating BAL object 2. Instantiating BO object 3. Settinng ... code inside it. - Hide Code using System; using System.Data; using System.Configuration; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using ... Architecture in ASP. NET with C# I am using 3-Tier architecture in my different projects, but adding a 4th tier is a novelty for me. After reading this article, I can see the benefits to add a Business...
  • 26
  • 450
  • 0
Module 5: Using Trace in ASP.NET Pages

Module 5: Using Trace in ASP.NET Pages

Ngày tải lên : 05/11/2013, 12:15
... tracing works. Lead -in ASP. NET aids the debugging and testing process by providing two types of trace capabilities, page-level and application- level. 6 Module 5: Using Trace in ASP. NET ... of ASP. NET. Students will learn about the two tracing techniques in ASP. NET, page-level tracing and application- level tracing. In the lab, students will enable and disable tracing for an ASP. NET ... messages to both add.aspx and numberbox.aspx. 8. View add.aspx in Internet Explorer. 2 Module 5: Using Trace in ASP. NET Pages BETA MATERIALS FOR MICROSOFT CERTIFIED TRAINER PREPARATION PURPOSES...
  • 20
  • 445
  • 0
Tài liệu Bài số 3: Tổng quan về ASP.NET MVC Framework docx

Tài liệu Bài số 3: Tổng quan về ASP.NET MVC Framework docx

Ngày tải lên : 13/12/2013, 09:15
... To learn more about ASP. NET MVC visit <a href="http:/ /asp. net/ mvc& quot; title=" ;ASP. NET MVC Website">http:/ /asp. net/ mvc& lt;/a>. </p> < /asp: Content> Tt ... Global.asax using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web .Mvc; using System.Web.Routing; namespace HiTest { // Note: For instructions ... |Bài số 3: Tổng quan về ASP. NET MVC Framework 22 4 Tài liệu tham khảo http://www .asp. net/ http://weblogs .asp. net/ scottgu/archive/2007/10/14 /asp- net- mvc- framework.aspx Microsoft Vietnam...
  • 22
  • 751
  • 9
Tài liệu ASP.NET MVC Tutorial 10 CS docx

Tài liệu ASP.NET MVC Tutorial 10 CS docx

Ngày tải lên : 17/12/2013, 13:15
... be easily tested. What is a Model Class? An MVC model contains all of the application logic that is not contained in an MVC view or MVC controller. In particular, an MVC model contains all of ... understand that the ASP. NET MVC framework is not tied to LINQ to SQL in any way. ASP. NET MVC is compatible with any data access technology. Create a Movie Database In this tutorial in order to illustrate ... can create MVC model classes by taking advantage of Microsoft LINQ to SQL. We examined two strategies for displaying database data in an ASP. NET MVC application. First, we created LINQ to SQL...
  • 12
  • 761
  • 4

Xem thêm