-
What if Visual Studio supported achievements, just like games on Steam, Xbox or PS3? Bragging to your coworkers about which one you’ve just unlocked, imagine that! Here’s a little proposed list for some of them. .NET / C# flavored, of course. Falling Down – Created a new SharePoint...
-
Using ASP.NET’s session storage and management providers for web applications is a no-brainer. User’s preferences, external API access tokens, uploaded documents, you name it, it usually makes sense. We’ll move it into the database when it gets too big, right? Our new photo book creation...
-
Welcome to our first behind the scenes post, an upcoming series of technical articles about Poyomi, our new photobook creation and printing service. Handling lots of incoming photos, processing them and rendering live previews as fast as possible shouldn’t be a problem with todays powerful server...
-
Attached, you can find a couple of ASP.NET MVC demos which demo: ajax views
route debugging
menulink helper
error handling (controllers, views, customization)
different view results (RSS view result among them)
model binding
custom controller factory with a simple Autofac dependency injection demo
custom...
-
Our office nests at least two Futurama maniacs that will quote just about any line from the series, whether the quote is relevant to the current discussion or not. Triumphantly playing back the exact video clip is of course necessary. This little video player parses subtitle files, searches for matching...
-
Demo source code (6.17MB) from the talk “Continuous integration: good, bad and the ugly” given at the NT konferenca 2009 in Portorož, Slovenia. Check the included Readme file for instructions.
-
It has been quite a while, i wrote something usefull here. Main reason is, that i simply dont find time to write blog. I try it, but there is allways something to do. But, this is worth for breaking the stride. ReSharper 4.0 Release Version is out . JetBrains developed a great product. They waited quite...
-
I never though about it, but printing (not creating!) PDF documents from code without user intervention is not a trivial task. Nearly everyone has Adobe Reader or an alternative PDF viewer installed doesn't help a lot. Let's look at the options: Adobe has Acrobat SDK , you can use ActiveX controls...
-
I'll soon have far less free time that I have now, so I'm actively working on simplifying my life. I don't want to give up things, I try to slipstream as much as possible. So far I think I'm doing quite well. One big time waster was putting together Sunday's regular weekly links....
-
I'll soon have far less free time that I have now, so I'm actively working on simplifying my life. I don't want to give up things, I try to slipstream as much as possible. So far I think I'm doing quite well. One big time waster was putting together Sunday's regular weekly links....
-
Let's say you are writing a Visual Studio add-in that does some stuff with selected text, for example string literals in the code. It would be very user friendly if the user could just click inside that string literal and add-in would figure it out and select a complete string. Well, that's just...
-
Another piece of good news that . NET Framework Library source code is now available in Visual Studio 2008. There are couple of knobs that should be turned if you want to enabled it, so the best way is to follow instructions on Shawn Burke's blog . In couple of minutes you could be seeing something...
-
After writting last entry on installation of .NET and Java runtimes I did a bit of searching. I noticed that one of very popular contest is .NET versus Java or C/C++ versus Java or C/C++ versus .NET (ok, I haven’t actually seen the last one in the wild, but I am sure it exists).
I [...]