using
ASP.net c#, how do I know what to use?
I keep coming accross code samples online for ASP.net c#, however they never seem to list which namespaces they include, for example:[详细]
2023-01-18 18:46 分类:问答Silverlight connectivity with database using ado.net
I want to connect my sql server 2005 database using ado.net in silverlight. I want to connect manually to my database.[详细]
2023-01-18 11:16 分类:问答Deny direct request using .htaccess
Is there any way to use 开发者_如何学JAVA.htaccess to deny direct Request to a specific part of my website e.g. www.example.com/XXXXX[详细]
2023-01-18 07:11 分类:问答Alias for class name in the method
I have some curly question.. I can define alias for the class开发者_开发知识库 at top of my document, Such as[详细]
2023-01-17 06:41 分类:问答Using alias with 'using'
I would like to define my own alias for complex type. I\'m curious why the compiler does not recognize already imported types. For example:[详细]
2023-01-16 12:51 分类:问答using in defining object in c#
when we use using for defining an object?for example: using (Login ob开发者_如何学GojLogin = new Login())[详细]
2023-01-15 09:11 分类:问答CA2000 error with 'using' statement. How to make this valid?
The following code is giving me this code analysis error开发者_高级运维 CA2000 : Microsoft.Reliability : In method \'SessionSummary.SessionSummary_Load(object, EventArgs)\', call System.IDisposable.[详细]
2023-01-14 23:57 分类:问答c# using declarations - more = good or bad?
edit typos Hi, This is possibly a moronic question, but if it helps me follow best practice I don\'t care :P[详细]
2023-01-14 13:48 分类:问答Which is faster - A Using block or Try/Catch/Finally
This is a followup question to this Should I stick with the Try/Catch/Finally construct, or go with the Using construct?[详细]
2023-01-14 01:23 分类:问答Attaching a process to an Event Handler in Visual Studio 2010 for Sharepoint 2010 site
I\'ve written an event handler for sharepoint 2010site using visual studio 2010 . I had attached a breakpoint to the code and followed the process which i had done in visual studio 2008.[详细]
2023-01-13 07:17 分类:问答
加载中,请稍侯......