outcoldman' Blog
Blog about WPF, Silverlight, ASP.NET, MVC, etc
Sign in
|
Join
Home
Contact
RSS
Atom
Comments RSS
Search
Tags
.NET
.NET 4.0
ASP.NET
ASP.NET 4
Backup
Book Review
Bulk Insert
C#
C# 4
C# IN A NUTSHELL
CCNet
Code Contract
CodePlex
COM
Config Transformation Tool
Continuous Integration
Convert
CruiseControl
DataGrid
Dynamic
Excel
Extension Methods
FireFox
Hotkey
HTML
Internet Explorer 8
JavaScript
KeysExtender
Localization
Manning
MCP
MCTS
Mock
Moq
NCover
NDepend
nUnit
O’REILLY
Parse
PDF
Regex
Regular Expressions
Reports
ReSharper
RESTful
Silverlight
Silverlight 4
SOA
SQL Server
SQL Server Express
Stored Procedures
SVN
Table-Valued Parameters
TDD
TFS
Transact SQL
TSQL
Twitter
Unit
Validation
Visual Studio
WCF
web
Web Design
Windows 7
WPF
WPF 4
XAML
XDT
XML-Document-Transform
ZIP
Sponsors
advertise here
Navigation
Home
Blogs
Archives
January 2011 (2)
November 2010 (2)
October 2010 (1)
September 2010 (4)
August 2010 (6)
June 2010 (1)
April 2010 (3)
March 2010 (2)
Recent Posts
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...
Filed under:
.NET
,
Silverlight 4
,
Silverlight
,
Book Review
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:
TDD
,
nUnit
,
.NET
,
Book Review
,
Mock
,
Moq
,
Manning
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...
Filed under:
.NET
,
XAML
,
Silverlight
,
Validation
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...
Filed under:
.NET
,
XAML
,
Silverlight
,
Validation
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...
Filed under:
JavaScript
,
HTML
,
ASP.NET
,
Book Review
,
web
,
Web Design
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:
C#
,
.NET
,
WPF
,
ReSharper
,
Code Contract
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:
C#
,
.NET
,
WPF
,
Hotkey
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...
Filed under:
C#
,
.NET
,
CodePlex
,
XML-Document-Transform
,
XDT
,
Config Transformation Tool
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:
C#
,
.NET
,
.NET 4.0
,
WCF
,
SOA
,
MCP
,
MCTS
0
Comments
TSQL: Passing array/list/set to stored procedure (MS SQL Server)
by
outcoldman
Passing array/list/set to stored procedure is fairly common task when you are working with Databases. You can meet this when you want to filter some collection. Other case – it can be an import into database from extern sources. I will consider few solutions...
Filed under:
.NET
,
TSQL
,
SQL Server
,
Stored Procedures
,
Bulk Insert
,
Transact SQL
,
Table-Valued Parameters
More Posts
Next page »