i have c# windows form when it opens it load thousands of record to fill a data table, the problem is when i click on the form it show a blank window for some time before displaying all the data, So
I generate dynamic enums that represent integer IDs from my database in a C# ASP.NET solution.I would like two things, although neither may be possible.
I have a web method, which has a user defined class as its return type. This class in present in another namespace. Now in my web service consumer class when I am trying the fetch the user defined cla
Does The following entity datasource will perform orderby after filtered in each CustomExpression in queryextender or it will perform orderby first then go into each query extender before selection.
Is SaveChanges() necessary with function imports (stored procedures)? Example: void foo(Product product)
I am trying to develop a .NET class that updates a VB6 Form and its controls with various new captions (It is in an assembly that is COM visible).
I have a prototype for a lib written in C++. It is CPU intensive so I wrote one part in C (because of tools) the meat in C++ and used custom memory allocators and various things.
We\'re upgrading a large system to ASP.NET 4, and we\'ve discovered a strange issue with the way paths starting with ~ are resolved for some of our Ajax requests. Our Ajax requests use Server.Execute,
I have some loosely coupled code that depends on a specific assembly being loaded into the current application domain:
i think i know the answer to this question, bu开发者_如何学编程t it never hurts to ask... our .net application needs to store things like names in the database.