Hi all, I am looking for examples of frameworks for mobile programming for C# and/or Java. I am not interested in toolkits or others. I need to see how show...
I am at a new shop, day 2, and they use SourceGear for version control. I came from a shop that used Subversion. Everthing was set up during my 'watch39; with...
Has anyone had any luck in using MSDeploy to deploy publisher policy files? It works just fine for us with "regular" GAC assemblies, but not for these. The...
I am looking for a way to store (read, write, search) a small amount of information for a website. Is there a way to avoid a database to store data?...
Hi, I want to set up Team Build or msbuild such that during each build it also publishes the source code that was used to build that specific build. In...
Why do .NET podcasts so rarely give us convenient links for zune? http://feeds.feedburner.com/HerdingCode Perhaps there's a trick I'm not aware of? Of course...
http://thedailywtf.com/Articles/Silent-But-Deadly.aspx I wouldn't want to see this guy in politics... By far the most WTF do it yourself suicide kit......
I have an interface defined in a library that I don't want to create a dependency to for all users of another library. For example, let's say I have: interface...
I think my memory must be going. Today I was in Visual Studio (2005) editing a file when I decided I wanted to look at two different parts of the file...
Thank you very much. I think will do the job just right. I see here http://customsoftwareconsult.com/extensions/febe/febe50/FEBE5.0.html that it can backup...
Hi all, Anyone knows a good FF migration tool for the profile settings, passwords and other stuff? I need a merge tool, to be specific. I need to transport my...
I blogged this, but of course the server is undergoing maintenance right now, so I can't just post a link. :p Anyway, since I know not all of you read my blog...
ah yes, I remember him saying that they will not follow the Java path by introducing an intermediate language - like the J byte code. ... Von: Adrian Vintu...
Since we're bashing on ms... again... Can anyone remember the interview w/ Mr Bill where he explicitly said that ms is not going to follow the Java route i.e....
I can't get any web pages off www.mocrosoft.com <http://www.mocrosoft.com/> and a ping gives. D:\Documents and Settings\Richard>ping www.microsoft.com Pinging...
What is the name of the toolwindow that displays what is in your clipboard ring? I know it should exists but I cannot find it in vs 2008. TIA // Ryan...
do you guys have some general guidelines as to when to use compiled regex (regexOptions.Compiled)? my general thought is if they are complex and reused over...
It doesn't appear we've discussed this - ever. Which would you use to create an image of a new laptop? Are these two tools the only choices? Is Drive Image...
A while back I realised that the reason for the "Vista" brand would have been to protect the "Windows" brand in the long-term. Calling Windows "Vista" seemed...
Let's say I want to be able to create an instance of MyClass from a DateTime, so that an explicit cast can be used: myClassInstance = (MyClass) DateTime.Now; I...
I also got the new icon. Bout 1-2 weeks ago. IE and FF. Could it be country specific? See attached screen shot. PS my gfriend really loves this new icon, cause...
I have a drop down panel that is supposed to extend downward above the items below it. This works fine (except in IE6, but oh well) except that Safari and IE7...
Did any of you gmail users notice the new gmail icon in your browser address bar? The red-white envelope is replaced with something else... Whats up with the...
Is Beyond Compare still the best diff tool for Windows? It's been a few years since I last looked at the market for these tools and I was wondering if there is...
Since about a week I can't access <http://blogs.msdn.com> http://blogs.msdn.com anymore. In IE7 I get this message: You are not authorized to view this page ...
I would also add a short notice: do not localize your .net framework unless you really need it. I find it an incredible pain in the butt as a developer and...