
ASP.NET
文章平均质量分 69
zlxadhkust
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
UNTITLED FOR THE MOMENT
首先,根据第105页的指导,得到一个简单的aspxyemi原创 2014-04-22 22:45:51 · 579 阅读 · 0 评论 -
关于本人将会搬家博客的声明
至对这个博客有点关注的人: 本人写博客的初衷很简单,主要是管理个人的知识和信息,软件开发这个行业的知识有其独特的性质,博大精深,结构宏大而细微处又琐碎,往往要经过一番长期的求索才能领悟一些知识,比如原理,算法等等,所以作为从业人员,记录下自己解开的知识点非常重要。这些博客其实只是个人的学习笔记,目标读者也只是我自己而已,没想到还是有很多人来看,也有些被收入知识库。 也没有想到有一天会写原创 2017-04-13 17:05:25 · 565 阅读 · 0 评论 -
<Professional ASP.NET MVC 5> - Note 02
CHAPTER 9 Routing Unless both parameters have a default value, a potential ambiguity exists, so Routing will ignore the default value on the {action} parameter. When you specify a default valu原创 2016-12-12 11:18:26 · 667 阅读 · 0 评论 -
Set Up Scheduler Job on Azure
Create Scheduler Job Services Create a Job Collection Configure Action Settings Now you have it ready.原创 2016-11-10 18:18:41 · 373 阅读 · 0 评论 -
Deploying ASP.NET MVC App On Azure
Prerequisite & Precondition: Windows 7 Pro Visual Studio 2015 Enterprise (Update 3) SQL Server 2014 Express The web app is based on ASP. NET MVC 5, Entity Framework, and it has data stored i原创 2016-10-24 16:08:28 · 377 阅读 · 0 评论 -
Set Up Ninject and Moq In A MVC 5 Prjoect
Install Ninject Install Moq Prepare Code: Add /Abstract/IAuctionRepository.cs using System.Collections.Generic; using TeAwaOnlineArtwork原创 2016-10-05 10:28:25 · 327 阅读 · 0 评论 -
<Pro ASP.NET MVC 5> - Note01
CHAPTER 16 Advanced Routing Features Working with Areas to customize the routing system by replacing the standard MVC routing implementation classes and use the MVC Framework areas featu原创 2016-09-04 18:27:48 · 486 阅读 · 0 评论 -
<Professional ASP.NET MVC 5> - Note 01
CHAPTER 3 VIEWS public ActionResult Index() { return View("~/Views/Example/Index.cshtml"); } When using the tilde syntax, you must supply the file extension of the view because this bypasse原创 2016-09-01 13:41:14 · 526 阅读 · 0 评论 -
How to uninstall Visual Studio Express 2012
原创 2016-03-07 10:11:59 · 407 阅读 · 0 评论 -
Vincent's ASP.NET Cookbook: Get Connected to Database
Open Visual Studio 2012 Express You may have no clue about how to type in the "Server name", find it in your SQL Server Mangement Studio Once connected, a new node wi原创 2015-09-19 15:56:21 · 658 阅读 · 0 评论 -
Note On <Beginning ASP.NET 3.5> Chp 10 & <Professional ASP.NET 3.5 SP1 Edition> Chp 19
Chapter 10: ASP.NET AJAX Chapter 19: ASP.NET AJAX So, all the texts start this off at talking about the scenario when updating part of a web page is desired, which is referred as asy原创 2015-09-19 22:25:51 · 746 阅读 · 0 评论 -
Note on <Pro ASP.NET MVC 4> - 01
Source of MVC: http://aspnetwebstack.codeplex.com/原创 2015-06-08 18:59:06 · 580 阅读 · 0 评论 -
Note On <Programming Entity Framework 2nd Edition> -04
Setting Default Values "You can also set default values in your database, so why define defaults directly in the model? The CustomerTypeID property is non-nullable. Not only is this defin原创 2015-01-28 15:49:56 · 558 阅读 · 0 评论 -
Notes On <Practical ASP.NET Web API> - 01
Chp-1: Building a Basic Web API原创 2014-06-10 22:00:52 · 935 阅读 · 0 评论 -
如何使用<Beginning ASP.NET 3.5 in C# and VB>书中的示例代码
以第13章为例:LINQ 先创建一个website原创 2014-05-15 23:26:36 · 1667 阅读 · 3 评论 -
dotNET Trouble Shooting
1. 由于启动用户实例的进程时出错,导致无法生成 SQL Server 的用户实例。该连接将关闭。原创 2014-04-24 14:30:39 · 988 阅读 · 0 评论 -
<Pro ASP.NET MVC 5> - Note02
CHAPTER 3: The MVC Pattern Building Loosely Coupled Components Implement an interface that defines all of the public functions required. By introducing interface, I ensure that there原创 2016-09-17 20:23:18 · 925 阅读 · 2 评论