I have inherited a small scripting language and I am attempting to port it to the DLR so that it is a little easier to manage. So far it has been fairly straight forward. I have run into a problem tho
To get a search website built quickly I plan to split the work between two teams: One to build the search engine and one to build web UIs (mobile/desktop). My plan is to build the search engine开发者_
I worked through building a WCF web service on my development machine. I built the service, created a test client, tested everything and it works. I was starting to feel pretty good about this WCF stu
public class Foo : IFooBarable {...} public class Bar : IFooBa开发者_运维技巧rable {...} So why then will this not compile...
I\'ve created a Windows Forms Application in Visual Studio 2008, .NET 3.5. Now I want to finalize my project, i.e. to create a single .exe file which I can give to someone and he will be able to run i
Let say I got the following classes: public class Post { public Date BeginDate { get; set; } [Validate2Date(BeginDate, EndDate, ErrorMessage = \"End date have to occurs after Begin Date\")]
Our company currently has a web site which is deployed in Windows 2000 OS, which means that we could only install .NET 2.0 on that machine. Upgrading the Webserver OS is out of the question, since thi
I have an administrator and a guest user... When the administrator logs in he should be redirected to the default.aspx but if the guest logs in he should be redirected to the guest.aspx page... Curr
I would like to be able to use .NET 3.5 types in an application based on .NET 2.0开发者_JAVA技巧.
I\'m having an issue with the TreeView in Visual Studio 2008.I\'m adding the TreeView to my form, loading it with data at runtime, and then the last object in the list ends up being farther down than