自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(44)
  • 资源 (4)
  • 收藏
  • 关注

转载 Handling session and authentication timeouts in ASP.Net

Handling session and authentication timeouts in ASP.Net By George Mihaescu Summary: this article describes the handling of in-process session and authentication timeouts in an ASP.Net applicat

2013-05-31 13:57:17 907

转载 Caution with using asp.net session timeout and FormsAuthentication timeout together

Problem: You've set your session timeout to 20 minutes and forms authentication timeout to 20 minutes. However you notice sometimes your session is not valid and yet people are still logged on. how

2013-05-31 13:46:42 772

转载 Form Authentication Time Out and Session time Out

Are you using Forms authentication?Forms authentication uses it own value for timeout (30 min. by default). A forms authentication timeout will send the user to the  by Text-Enhance" id="_GPLITA_1

2013-05-30 13:27:42 887

转载 SPID Execution Model

Figure 1: Execution Model – Running, runnableand suspended status, Runnable Queue and Wait List Figure 2 shows how SQL Serversessions rotate between the following statuses: Running (only one s

2013-05-30 13:10:01 582

转载 Prototypal Inheritance vs. Classical Inheritance

http://chamnapchhorn.blogspot.sg/2009/05/prototypal-inheritance-vs-classical.htmlWhile it is possible to emulate classical inheritance like Java or C#, it is clear that we do prototypal inheritanc

2013-05-29 17:31:47 570

转载 VaryByParam,VaryByHeader, VaryByControl, VaryByCustom OutputCache Directive Attributes

http://w3mentor.com/learn/asp-dot-net-c-sharp/asp-dot-net-language-basics/varybyparamvarybyheader-varybycontrol-varybycustom-outputcache-directive-attributes/VaryByCustomVary the output cach

2013-05-29 16:49:01 1203

转载 Asp.net 2.0 Windows Authentication

http://msdn.microsoft.com/en-us/library/ff647076.aspxIIS AuthenticationWhen ASP.NET is configured for Windows authentication, it relies on IIS to authenticate its clients using the configu

2013-05-29 16:33:26 1301

转载 Asp.net 2.0 Form Authentication

http://msdn.microsoft.com/en-us/library/ff647070.aspxIIS AuthenticationASP.NET authentication is a two-step process. First, Internet Information Services(IIS) authenticates the user and cr

2013-05-29 16:16:39 1402

原创 Asp.net Authorization "Allow" and "Deny" Order

Is the order of "allow" and "deny" matter?To clarify about the order of Allow and Deny, authorization is going to apply based on the first match it finds, so order is very important. For ins

2013-05-29 15:43:42 834

转载 HttpContext.Current.ApplicationInstance.CompleteRequest in depth

http://derekreynolds.wordpress.com/2009/10/27/using-response-redirect/If you’re going to use Response.Redirect, always set the second param to false and callSystem.Web.HttpContext.Current.Appl

2013-05-29 10:42:29 4938

原创 How to get current thread ID in asp.net

AppDomain.GetCurrentThreadID()

2013-05-28 15:46:05 559

转载 Asp.net Page Life-cycle

General Page Life-cycle StagesStageDescriptionPage requestThe page request occurs before the page life cycle begins. When the page is requested by a user,

2013-05-26 10:40:36 597

转载 ASP.NET Pipeline Processing

http://man.ddvip.com/web/bsaspnetapp/LiB0321.htmlASP.NET Pipeline ProcessingASP.NET authentication and authorization mechanisms are implemented using HTTP module objects, which are invoked a

2013-05-26 10:12:28 1370

转载 Difference Between Razor View Engine and ASPX View Engine

http://www.dotnet-tricks.com/Tutorial/mvc/91JM151212-Difference-Between-Razor-View-Engine-and-ASPX-View-Engine.htmlView Engine is responsible for rendering the view into html form to the browser

2013-05-26 10:09:19 1156

转载 RenderPartial vs RenderAction vs Partial vs Action in MVC Razor

http://www.dotnet-tricks.com/Tutorial/mvc/Q8V2130113-RenderPartial-vs-RenderAction-vs-Partial-vs-Action-in-MVC-Razor.htmlThere are different ways for rendering a partial view in MVC Razor. Man

2013-05-26 09:58:00 773

转载 RenderPartial vs RenderAction vs Partial vs Action in MVC Razor

http://www.dotnet-tricks.com/Tutorial/mvc/Q8V2130113-RenderPartial-vs-RenderAction-vs-Partial-vs-Action-in-MVC-Razor.htmlThere are different ways for rendering a partial view in MVC Razor. Man

2013-05-26 01:18:11 339

转载 Difference Between Razor View Engine and ASPX View Engine

View Engine is responsible for rendering the view into html form to the browser. By default, Asp.net MVC support Web Form(ASPX) and Razor View Engine. There are many third party view engines (like Spa

2013-05-26 01:08:04 483

转载 RenderPartial vs RenderAction vs Partial vs Action in MVC Razor

http://www.dotnet-tricks.com/Tutorial/mvc/Q8V2130113-RenderPartial-vs-RenderAction-vs-Partial-vs-Action-in-MVC-Razor.htmlThere are different ways for rendering a partial view in MVC Razor. Many

2013-05-26 01:06:58 331

转载 RenderPartial vs RenderAction vs Partial vs Action in MVC Razor

http://www.dotnet-tricks.com/Tutorial/mvc/Q8V2130113-RenderPartial-vs-RenderAction-vs-Partial-vs-Action-in-MVC-Razor.htmlThere are different ways for rendering a partial view in MVC Razor. Man

2013-05-26 01:03:09 504

转载 RenderPartial vs RenderAction vs Partial vs Action in MVC Razor

http://www.dotnet-tricks.com/Tutorial/mvc/Q8V2130113-RenderPartial-vs-RenderAction-vs-Partial-vs-Action-in-MVC-Razor.htmlThere are different ways for rendering a partial view in MVC Razor. Man

2013-05-26 00:54:57 340

转载 RenderPartial vs RenderAction vs Partial vs Action in MVC Razor

http://www.dotnet-tricks.com/Tutorial/mvc/Q8V2130113-RenderPartial-vs-RenderAction-vs-Partial-vs-Action-in-MVC-Razor.htmlThere are different ways for rendering a partial view in MVC Razor. Man

2013-05-26 00:31:51 394

转载 RenderPartial vs RenderAction vs Partial vs Action in MVC Razor

http://www.dotnet-tricks.com/Tutorial/mvc/Q8V2130113-RenderPartial-vs-RenderAction-vs-Partial-vs-Action-in-MVC-Razor.htmlThere are different ways for rendering a partial view in MVC Razor. Man

2013-05-26 00:30:22 339

转载 RenderPartial vs RenderAction vs Partial vs Action in MVC Razor

http://www.dotnet-tricks.com/Tutorial/mvc/Q8V2130113-RenderPartial-vs-RenderAction-vs-Partial-vs-Action-in-MVC-Razor.htmlThere are different ways for rendering a partial view in MVC Razor. Many

2013-05-26 00:26:42 357

转载 RenderPartial vs RenderAction vs Partial vs Action in MVC Razor

http://www.dotnet-tricks.com/Tutorial/mvc/Q8V2130113-RenderPartial-vs-RenderAction-vs-Partial-vs-Action-in-MVC-Razor.htmlThere are different ways for rendering a partial view in MVC Razor. Man

2013-05-26 00:26:40 336

转载 RenderPartial vs RenderAction vs Partial vs Action in MVC Razor

http://www.dotnet-tricks.com/Tutorial/mvc/Q8V2130113-RenderPartial-vs-RenderAction-vs-Partial-vs-Action-in-MVC-Razor.htmlThere are different ways for rendering a partial view in MVC Razor. Man

2013-05-26 00:26:00 333

转载 RenderPartial vs RenderAction vs Partial vs Action in MVC Razor

http://www.dotnet-tricks.com/Tutorial/mvc/Q8V2130113-RenderPartial-vs-RenderAction-vs-Partial-vs-Action-in-MVC-Razor.htmlThere are different ways for rendering a partial view in MVC Razor. Man

2013-05-26 00:24:53 325

转载 RenderPartial vs RenderAction vs Partial vs Action in MVC Razor

http://www.dotnet-tricks.com/Tutorial/mvc/Q8V2130113-RenderPartial-vs-RenderAction-vs-Partial-vs-Action-in-MVC-Razor.htmlThere are different ways for rendering a partial view in MVC Razor. Man

2013-05-26 00:21:52 383

转载 RenderPartial vs RenderAction vs Partial vs Action in MVC Razor

http://www.dotnet-tricks.com/Tutorial/mvc/Q8V2130113-RenderPartial-vs-RenderAction-vs-Partial-vs-Action-in-MVC-Razor.htmlThere are different ways for rendering a partial view in MVC Razor. Man

2013-05-26 00:19:13 384

转载 RenderPartial vs RenderAction vs Partial vs Action in MVC Razor

http://www.dotnet-tricks.com/Tutorial/mvc/Q8V2130113-RenderPartial-vs-RenderAction-vs-Partial-vs-Action-in-MVC-Razor.htmlThere are different ways for rendering a partial view in MVC Razor. Man

2013-05-26 00:18:39 405

转载 RenderPartial vs RenderAction vs Partial vs Action in MVC Razor

http://www.dotnet-tricks.com/Tutorial/mvc/Q8V2130113-RenderPartial-vs-RenderAction-vs-Partial-vs-Action-in-MVC-Razor.htmlThere are different ways for rendering a partial view in MVC Razor. Man

2013-05-26 00:16:48 366

转载 RenderPartial vs RenderAction vs Partial vs Action in MVC Razor

http://www.dotnet-tricks.com/Tutorial/mvc/Q8V2130113-RenderPartial-vs-RenderAction-vs-Partial-vs-Action-in-MVC-Razor.htmlThere are different ways for rendering a partial view in MVC Razor. Man

2013-05-26 00:16:03 348

转载 RenderPartial vs RenderAction vs Partial vs Action in MVC Razor

http://www.dotnet-tricks.com/Tutorial/mvc/Q8V2130113-RenderPartial-vs-RenderAction-vs-Partial-vs-Action-in-MVC-Razor.htmlThere are different ways for rendering a partial view in MVC Razor. Man

2013-05-26 00:14:49 423

转载 VSTO SaveCopyAs方法在Excel 2007下必须注意的一个问题

http://www.haogongju.net/art/273841SaveCopyAs是与Excel当前的默认保存设置格式相关的,它不会根据文件名后缀来自动调整保存的格式,也就是说,如果你设置默认存储格式为Excel 97-2003 Workbook(.xls)格式,而SaveCopyAs参数里的文件名是.xlsx的话,其实真正的格式仍然是.xls的,在这种情况下,你用Exce

2013-05-22 17:27:26 1334

原创 Thread Static

Sample Code:using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;using System.Threading;namespace WebApplicati

2013-05-21 22:40:28 801

原创 How to test SOAP web service via SOAPUI

http://www.codeproject.com/Articles/38839/Test-Your-ASP-NET-WebService-using-SoapUI#heading0003soapUIis a tool for Testing Web Services. These can be the SOAP Web Services as well RESTful Web Serv

2013-05-21 22:04:37 606

原创 How to consume web service base on WSDL

WSDL: Web Service Defination Lauguage, which define the exchange XML format in SOAP web service.In .Net, we can use the command line below to generate proxy class.wsdl /language:C# /out:myProxyC

2013-05-21 22:01:05 490

转载 Visit Method

In some cases, you may want to check nodes that are deeper than the Member level such as individual Statement nodes. In this case, you can call a method that starts with "Visit" to initiate a drilld

2013-05-08 23:05:50 650

转载 Attributes in C#

http://www.codeproject.com/Articles/2933/Attributes-in-CAttributes in C#By sadaf alvi, 24 Sep 2002   4.84 (142 votes) Is you

2013-05-05 16:31:46 598

转载 some knowledge

During analysis, FxCop recursively traverses through the nodes that make up your assemblies. The most interestingnodes are ModuleNode objects, TypeNode objects (such as ClassNode), and Member objects

2013-05-05 11:45:01 527

转载 7 Steps to Write Your Own Custom Rule using FXCOP

http://www.codeproject.com/Articles/30666/7-Steps-to-Write-Your-Own-Custom-Rule-using-FXCOP7 Steps to Write Your Own Custom Rule using FXCOPBy Shivprasad koirala, 25 Nov 2008

2013-05-05 11:39:52 749

MCTS Self-Paced Training Kit(70-516)

EXAM PREP GUIDE Ace your preparation for the skills measured by MCTS Exam 70-516—and on the job—with this official Microsoft study guide. Work at your own pace through a series of lessons and reviews that fully cover each exam objective. Then, reinforce and apply what you’ve learned through real-world case scenarios and practice exercises. Maximize your performance on the exam by mastering the skills and experience measured by these objectives: Modeling data Managing connections and context Querying data Manipulating data Developing and deploying reliable applications PRACTICE TESTS Assess your skills with the practice tests on CD. You can work through hundreds of questions using multiple testing modes to meet your specific learning needs. You get detailed explanations for right and wrong answers—including a customized learning path that describes how and where to focus your studies.

2012-05-21

Microsoft Press Windows Azure Step by Step

Teach yourself how to build and host scalable applications in the cloud using Windows Azure—one step at a time. Ideal for those with basic programming skills, this tutorial provides practical, learn-by-doing exercises for working with the core services and features of the Windows Azure platform. Discover how to: Extend your existing skills to the cloud development model Build a simple web role application and deploy it to the cloud Create a worker role project to perform backend processes Store persistent data with Windows Azure Storage Develop a scalable database application in the cloud using Microsoft SQL Azure™ Connect several cloud-based applications with Windows Azure AppFabric Design a multitiered solution that can scale to meet user demand

2012-02-23

空空如也

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

TA关注的人

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