Browse by Tags
All Tags »
.Net »
Development (
RSS)
My previous employer used a tool to attach databases that were located on a substituted path. I needed this conversion logic in another kind of environment and used the almighty google. So I hit an article on Avner Kashtan 's blog titled Query SUBST information...
Today I had a very annoying issue. I was debugging an application on an VS2005 instance of a computer that I did not prepare / installed myself. I wanted the "break on all exceptions" behaviour in the debugger. Normally you just go to the menu and select...
I found this really nice little to add a string as a resource . You just select a string in the editor, right click to get the context menu and select to add it as a resource. You then get a dialog in which you can specify the key value and the resourcefile...
Just google a bit with the keywords compression plus viewstate and lots of articles are to be found about this subject like this one . The problem is that in most situations programmers are doing something that the webserver already can do for you. Not...
Today a collegue had me flabbergasted by using the & operator in a boolean comparison like the following example. return x & y; Both x and y were booleans and I said "Hey you just forgot an &! A single & is a bitwise operator.". And he...
I failed for the Microsoft 70-300 examen this afternoon. I am disappointed in the result because I expected to pass. When I saw the score it felt very weird to see I had failed. I really don't have a clue which questions I did wrong.... so it is almost...
Yesterday I posted about a news scoop at Ars-Technica referring Game studio express . Microsoft already posted a press bulletin about this at their site ( here ). But I wasn't aware of this. Rob Tillie mentioned in the comments that he doesn't think that...
I just received a notification that NDepend 2.0 beta is released by Patrick Smacchie. NDepend analyzes your dotnet 1.x assemblies and outputs a huge set of code metrics based on the IL. It can also create a nice dependancy chart of your assemblies where...
The problems I am having with the WS-Addressing specs....
My view on the kids programming language (KPL) and what it is all about....
So wouldn't it be handy if you have a HttpHandler that formats sourcecode like csharp, vb.net, xml (related) and html? So I started googling but could find one! So that left me with some work!...
Using signtool to sign your applications to prevent tampering and allow mass distribution over the web. Use free certificate authorities like CAcert for signing....
I got the following error after converting an old project. Use command line option '/keyfile' or appropriate project settings instead of 'AssemblyKeyFile' So I did what it asked me and then suddenly it added my keyfile to my project! Well... that wasn...
So.. where did it go? It took me a couple of minutes to find it but it seems to be an "advanced" feature :-) Go to: Tools --> Options... Check the 'Show all settings' box in the lower right corner Then go to: Projects and Solutions -->...
I thought that VS2005 or well.. Visual Studio Express edition would have the string resource generator (SRG) feature build in. Turns out that it only has the resources as strongtyped properties and lacks the cool parameterized methods. So I installed...
More Posts
Next page »