Recent Posts


Comments

Meet IntelliCommand (Visual Studio 2010/2012 extension) by outcoldman

How many shortcut keys you know in Visual Studio? Do you want to know all of them? I know how you can learn them very easy. I'd like to introduce you a cool extension for Visual Studio 2010/2012 which I wrote with help of my colleagues Drake Campbell...
1
Comments

Silverlight 4 in Action by outcoldman

Silverlight 4 in Action (Manning, Pete Brown) – this is second book, which I read about Silverlight. First was Pro Silverlight 3 in C# (Apress, Matthew MacDonald), which helped me when I was need to very quickly know more about Silverlight after...
1
Comments

The art of Unit Testing with Examples in .NET by outcoldman

First time when I familiarized with unit testing was 5 or 6 years ago. It was start of my developing career. I remember that somebody told me about code coverage. At that time I didn’t write any Unit tests. Guy, who was my team lead, told me “Do you see...
Filed under: , , , , , ,
0
Comments

Silverlight basics. Validation. Part 2. IDataErrorInfo & INotifyDataErrorInfo by outcoldman

At previous my blog post I wrote about how to implement validation with DataAnnotations. I this part of my article I will describe interfaces IDataErrorInfo and INotifyDataErrorInfo . I recommend you to read first part before read this part. Because I...
1
Comments

Silverlight basics. Validation. Part 1. DataAnnotations & ValidatesOnExceptions by outcoldman

Silverlight 4 has some new ways for validate input values (some new approaches to implement validation in your application). First approach is DataAnnotation . In this case you should describe validation rules with attributes. Two other ways (both of...
0
Comments

Reviews of two new books from O'Reilly about HTML and JavaScript by outcoldman

I got two new books from O’Reilly about Html 5 and JavaScript (ECMAScript 5): Mark Pilgrim - Html 5: Up and Running Shelley Powers – JavaScript Cookbook Both of these books are published by O’Reilly. First book with mark Google Press. Read more...
0
Comments

Small sample of using Code Contracts by outcoldman

I had read about Code Contracts long time ago, but I didn’t see a reason to use contract instead of simple tests and argument's check with Exception's throws. Only now I’m trying to use them at real project. I didn’t see why I need to write: Contract...
Filed under: , , , ,
0
Comments

Register hotkey in system for WPF application by outcoldman

Couple days ago I got a question about how to register hotkey in Windows for WPF application. I remembered that one year ago I was solving the same problem in WinForms application, I was registering hot keys for my application, it was Vista Keys Extender...
Filed under: , , ,
0
Comments

Config Transformation Tool: Parameters support by outcoldman

Couple of weeks ago I wrote about my small utility Config Transformation Tool, which I wrote with base of web.config transformation task. In those moments I was thinking about opportunity to pass parameters to transform file, to tool can replaces parameters...
0
Comments

Wrox–Professional WCF 4–Windows Communication Foundation with .NET 4 by outcoldman

Couple of weeks ago I got a paper copy of book Pablo Cibraro, Kurt Claeys, Fabio Cozzolino, Johann Grabner - Professional WCF 4: Windows Communication Foundation with .NET 4 . This book has not a lot of pages, just about 400. Really, I don’t remember...
Filed under: , , , , , ,
More Posts Next page »