Thanks in advance for all of your help! I am currently developing a program in C# 2010 that launches PLink (Putty) to create a SSH Tunnel. I am trying to make the program able to keep track of each t
We have a MVC 2.0 / c# 4.0 application that we develop visual studio. We have a part of the site (admin) that we have put in it\'s own sub directory and with its own routing rules:
In C# 4.0 and IronPython 2.6, is it possible to e开发者_开发问答xecute a python script in it\'s own thread?
Is it possible to create开发者_如何学运维 a sql database instance with C# code.I have no problem adding a database to an existing SQL instance, for example WONEA\\SQLEXPRESS but for creating another S
I\'m trying to use IronPython as an intermediary between a C# GUI and some C# libraries, so that it can be scripted post compile time.
Working on a project that uses some IronPython scripts to as plug-ins, that utilize functionality coded in C#.In one of my C# classes, I have a property that is of type:
I\'m using the code from this blog: http://blog.maartenballiauw.be/post/2009/05/20/ASPNET-MVC-Domain-Routing.aspx to implement subdomains. My goal is to have an area /admin/ that works with urls like:
All my past programming experience has been in C++ o开发者_运维问答n VS2003/8, Mostly service based and completely self taught.
I get an AccessViolationException when I try to st开发者_如何学Pythonart debuggin a C#-MVC2-webproject in VisualStudio 2010. But there is no Stacktrace or indication where the error occurs.
How to display the data of tables that are linked by a primary key and foreign key where the foreign key of the data repeats?