It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
I am in need of running static code analysis using fxCop for C#..NET projects and display its results in Sonar? I am new to Sonar. Can I run FxCop from S开发者_运维问答onar on .NET code. How would I d
I have a question, and it may be because I\'m not understanding the way viewstate works.I have some code that sets a viewstate variable in the setter for a property in a custom control I have made.
We have a need to manage our DNS records (add/update) remotely using C#... I know of and have written/implemented a solution using WMI but the problem is that WMI can be painfully slow.
I have a probl开发者_JS百科em. When I press \"return\" key in the text box ASP.NETpage page must do some AJAX operation.It does Ajax operation but it also reloads or postbacks the page.
I\'m trying to do a little partitioning, dividing list entries into 6-month blocks. Using this LINQ to Entities query, I get results that imply that integer division is not taking place:
I would like to know what are drawbacks of a stateless class (if any)? Has anyone seen a real-world application where some use case mandated the creation of a statele开发者_运维问答ss class (No hello
I have a project to do for work to do in C#.I have the requirements for a project and this part is just a small piece in the entire project.I was given test data and the result.I need to code it so th
hi i want to export an entity framework query to excel if i use Microsoft.Office.Interop.Excel , it takes about 3 minutes . is there any other method to export the query to excel faster?
I\'m probably misunderstanding code-first table-per-hierarchy inheritance, but this is my set-up: I have HTMLGadgets (and other types) inheriting from Gadget, which inherits from Entity. Entity has on