自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

  • 博客(4)
  • 资源 (7)
  • 收藏
  • 关注

翻译 第8章 SportsStore:导航与购物车

C H A P T E R 8 ■ ■ ■ SportsStore: Navigation and Cart 运动商店:导航与购物车 In the previous chapter,we set up the core infrastructure of the SportsStore application. Now we willuse the infrastructure to

2011-10-27 22:52:04 3109

翻译 第9章:SportsStore:管理

C H A P T E R  9 ■ ■ ■ SportsStore: Administration SportsStore:管理 In this final chapter onbuilding the SportsStore application, we will give the site administrator a wayof managing the product cat

2011-10-27 14:27:44 1761

翻译 第7章 SportsStore — 一个真实的应用程序

C H A P T E R   7 ■ ■ ■   SportsStore—A Real Application SportsStore — 一个真实的应用程序   We’ve built a quick,simple MVC application. We’ve l

2011-09-23 19:10:48 3595

翻译 《Pro ASP.NET MVC 3 Framework》译文目录

Pro ASP.NET MVC 3 Framework 精通ASP.NET MVC 3框架 原文:Pro ASP.NET MVC 3 Framework(3rd Edition), Adam Freeman and Steven Sanderson, Apress, 2011 书名:《精通ASP.NET MVC 3框架》 目 录 Part 1: Introducing

2011-09-05 19:05:15 5618 9

C# 6 and .NET Core 1.0: Modern Cross-Platform Development

Create powerful cross-platform applications using C# 6, .NET Core 1.0, ASP.NET Core 1.0, and Visual Studio 2015 About This Book Build modern, cross-platform applications with .NET Core 1.0 Get up-to-speed with C#, and up-to-date with all the latest features of C# 6 Start creating professional web applications with ASP.NET Core 1.0 Who This Book Is For Are you struggling to get started with C#? Or maybe you're interested in the potential of the new cross-platform features that .NET Core can offer? If so, C# 6 and .NET Core 1.0 is the book for you. While you don't need to know any of the latest features of C# or .NET to get started, it would be beneficial if you have some programming experience. What You Will Learn Build cross-platform applications using C# 6 and .NET Core 1.0 Explore ASP.NET Core 1.0 and learn how to create professional web applications Improve your application's performance using multitasking Use Entity Framework Core 1.0 and learn how to build Code-First databases Master object-oriented programming with C# to increase code reuse and efficiency Familiarize yourself with cross-device app development using the Universal Windows Platform and XAML Query and manipulate data using LINQ Protect your data by using encryption and hashing In Detail With the release of .NET Core 1.0, you can now create applications for Mac OS X and Linux, as well as Windows, using the development tools you know and love. C# 6 and .NET Core 1.0 has been divided into three high-impact sections to help start putting these new features to work. First, we'll run you through the basics of C#, as well as object-orient programming, before taking a quick tour through the latest features of C# 6 such as string interpolation for easier variable value output, exception filtering, and how to perform static class imports. We'll also cover both the full-feature, mature .NET Framework and the new, cross-platform .NET Core. After quickly taking you through C# and how .NET works, we'll dive into the internals of the .NET class libraries, covering topics such as performance, monitoring, debugging, internationalization, serialization, and encryption. We'll look at Entity Framework Core 1.0 and how to develop Code-First entity data models, as well as how to use LINQ to query and manipulate that data. The final section will demonstrate the major types of applications that you can build and deploy cross-device and cross-platform. In this section, we'll cover Universal Windows Platform (UWP) apps, web applications, and web services. Lastly, we'll help you build a complete application that can be hosted on all of today's most popular platforms, including Linux and Docker. By the end of the book, you'll be armed with all the knowledge you need to build modern, cross-platform applications using C# and .NET Core. Style and approach This book takes a step-by-step approach and is filled with exciting projects and fascinating theory. It uses three high-impact sections to equip you with all the tools you'll need to build modern, cross-platform applications using C# and .NET Core.

2016-07-18

ASP.NET Identity教程(中英文对照)

本系列教程详细、完整、深入地介绍了微软的ASP.NET Identity技术,描述了如何运用ASP.NET Identity实现应用程序的用户管理,以及实现应用程序的认证与授权等相关技术,译者希望本系列教程能成为掌握ASP.NET Identity技术的一份完整而有价值的资料。 本教程译自Adam Freeman所著的《Pro ASP.NET MVC 5 Platform》一书中的第13-15章,本文也发表于译者在博客园的博客上(https://www.cnblogs.com/r01cn),在那里可以隐藏英文进行阅读。

2016-02-22

Pro ASP.NET MVC 5 Platform

The power of ASP.NET MVC 5 stems from the underlying ASP.NET platform. To make your ASP.NET MVC applications the best they can be, you need to fully understand the platform features and know how they can be used to build effective and elegant MVC framework applications. The ASP.NET platform provides ASP.NET MVC applications with a rich suite of services including vital every-day features like extensible request handling, state management, and user authentication. Understanding how these features work is the difference between creating an average web application and the best-in-class. MVC applications that are architected with a thorough knowledge of the underlying platforms are faster to write, faster to run, and more readily adaptable to change. In Pro ASP.NET MVC 5 Platform, best-selling author Adam Freeman explains how to get the most from the entire ASP.NET platform, beginning with a nuts-and-bolts description of the patterns and tools you need through to the most advanced features. He goes in-depth at every stage to give you the practical knowledge that you need to apply these concepts to your own code.

2014-10-20

精通正则表达式

《精通正则表达式》[美]Jeffrey E.F. Friedl著,余晨译,电子工业出版社出版,页数544,出版日期2007。 没什么好说的,人人都需要精通正则表达式,而且是中文的,如果你是一个开发人员,下载吧!

2012-06-21

Pro ASP.NET MVC 3 Framework

ASP.NET MVC框架是微软2009年新推出的web应用程序开发技术。ASP.NET MVC技术进展很快,微软今年(2011)刚推出了MVC 3版本。本人觉得目前正在学习MVC 2技术的朋友,还不如直接进入MVC 3的学习。这里推荐一本学习MVC 3技术的好书:Pro ASP.NET MVC 3 Framework(3rd Edition) — 《精通ASP.NET MVC 3框架》,它比较完整地介绍了MVC 3技术的方方面面,几乎可以说,学习MVC 3可以不用其它教程了。掌握了本书所介绍的概念与技术之后,MVC开发的技术水平的提高就是时间积累的问题了。 贴出来供大家下载学习,本人在自己的博客里(http://blog.csdn.net/r01cn/article/details/6750743)有本书部分章节的翻译,有兴趣的人可以借鉴参考。

2011-09-05

Beginning ASP.NET 3.5 in C# 2008

一本全面而完整的ASP.NET从入门到精通的教材。想深入学习ASP.NET技术的人,绝对值得一读。 因为文件太大,用winrar分解成了两个文件,这是文件2。

2009-08-29

Beginning ASP.NET 3.5 in C# 2008

一本全面而完整的ASP.NET从入门到精通的教材。想深入学习ASP.NET技术的人,绝对值得一读。 因为文件太大,用winrar分解成了两个文件,这是文件1。

2009-08-29

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除