It's difficult to tell what is being asked here. This question is ambiguous, 开发者_如何学Cvague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form.
I am using visual c# 2010 express edition and sql server 2008 R2 Express to develop a software. Now I need to create reports in c# based on the data that is stored in the sql database.
Is that possible? I noticed that every time I add an item (code or XAML file) it gets copied to project folder. This way I cannot keep reusable files separately. I could build a dll ou开发者_JAVA百科t
I\'m using C# Express 2010. I made a WPF application with free VIBlend Edit controls, these controls uses the corresponding dlls, is it possible to create a stand alone executable?
I have just completed (basically) a beginner\'s database application with SQL Server and Visual C#.开发者_StackOverflow社区I am using Visual C# Express, not the full-scale Visual Studio thing, which a
I have run into the following error message at run-time with my novice\'s Sql / Visual C# database program:
I am slightly new to .net development, so bear with me here. I created a blog project in the .net MVC 3 framework using Visual C# 2010 Express, and everything works great.
I want to execute action in my C# application when user clicks e.g. Ctrl+C combination. I\'ve found a spcific code, but i want - when user hits ctrl+c - the selected text will be copied & will be
I\'m following Ron Penton\'s Beggining C# Game Programming book and in Part 2 it begins with DirectX programming开发者_如何学编程. To start, it tells me to generate the code from the SharpDevelop\'s w
I have been working on a service the last two days, saving the entire time with ctrl-s, testing, running, installing, etc.