摘要:
--select * from tblstudentdata where student_id='19840101'--delete from tblstudentdata where student_id='0220129080'----select * from tblstudentdata where student_id='0220129080' --0220020454----declare @count as integer;set @count=0;select @count=count(1) from tblstudentdata 阅读全文
摘要:
/Files/zyip/Sql2008R2InstallBugFix.zipto install sql2008 on windows7, download the attachement , import to registery, the bug will be fixed and you can install the sql2008 阅读全文
摘要:
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 阅读全文
摘要:
Using ASP.NET MVC with Different Versions of IISThis is theC#tutorial (Switch to the Visual Basic tutorial)In this tutorial, you learn how to use ASP.NET MVC, and URL Routing, with different versions of Internet Information Services. You learn different strategies for using ASP.NET MVC with IIS 7.0 阅读全文