I'm trying to enforce a Controller/Entity pattern using Generic Interfaces. The Controller class should have Get methods to return the Entity objects, and the Entity class should have a Controller ...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23123360.html
One of our staff members is attempting to post new job positions on our intranet. He can post a position successfully, however when he tries to post another position he gets the following error:
...
http://www.experts-exchange.com/Microsoft/Development/.NET/Q_23474697.html
I have an Windows Form application in C#.NET (framework 3.5). This application will get called by a button on other applications that will make the call open my application, including command line ...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CSharp/Q_23538307.html
Please, help me to create simple 'hello, world' application in .Net framework 3.5.
I just downloaded the framework and don't have anything else. I need a very short step-by-step instructions. Th...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_23660324.html
Zones:
.NET,
C#Date Answered: 08/19/2008 Grade: A Views: 0
I've installed .Net Framework 3.5, and I expect C# 3.0 constructions to work but both MSVS 2005 and command line do not recognize them (as if 3.5 had not been installed).
See the attched snippet o...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23059...
Is there a good way via the framework to extend the date class to add additional functions? If there is no official way, that's ok, I'll write a wrapper but it would be handy to be able to inherit...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23078097.htm...
Here what I need to do:
I have a list of link buttons on the left hand side of a page. When clicked, a variable amount of dynamic imagebuttons (that need to be able to postback to their handler...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23179131.html
Hi,
How do I confirm successful installation of .NET framework 3.5 on server? It looks like it went out there okay because it did create this path: c:\WINDOWS\Microsoft.NET\Framework\v3.5, but w...
http://www.experts-exchange.com/Programming/Languages/.NET/.NET_Framework_3.x/Q_23190686.h...
I'm trying to encrypt a byte array before I put that data into a database. I have string encryption down but I'm having trouble with encrypting this byte array. I'm attaching my class, it's in Vb...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23272394.html
Hi,
I have a device I am connecting to my computer that I communicate with via RS232. I must convert the commands to Binary in order to communicate with the device over RS232. I need to c...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23644743.html