随笔分类 - 深度.net
摘要:windows 2008/win8 iis aspnet_iisreg.exe 0x8007000BOpen a Command Prompt Window打开一个命令提示符窗口Change directory to: c:\windows\Microsoft.NET\Framework64\v2.0.50727更改目录:C:\ WINDOWS \ Microsoft.NET \框架64\ V2.0.50727Run the following command: aspnet_regiis.exe /i运行以下命令:Aspnet_regiis.exe的/我
阅读全文
摘要:http://msdn.microsoft.com/en-us/library/szatc41e(v=vs.110).aspx
阅读全文
摘要:http://msdn.microsoft.com/en-us/library/ms171868(v=VS.110).aspx#parallel
阅读全文
摘要:Parallel programing with .nethttp://blogs.msdn.com/b/pfxteam/archive/2011/09/17/10212961.aspxThread Synchronization (C# and Visual Basic)http://msdn.microsoft.com/en-us/library/ms173179.aspx
阅读全文
摘要:Log message Request and Response in ASP.NET WebAPIBy logging both incoming and outgoing messages for services can be useful in many scenarios, such as debugging, tracing, inspection and helping customers with request problems etc. I have a customer that need to have both incoming and outgoing mess..
阅读全文
摘要:Introduction to ASP.NET Web Programming Using the Razor SyntaxBy Microsoft ASP.NET Team|June 22, 2010This chapter gives you an overview of programming with ASP.NET Web Pages using the Razor syntax. ASP.NET is Microsoft's technology for running dynamic web pages on web servers.What you'll le
阅读全文