mikeborozdin
Name: mikeborozdin
Score: 168
Last Seen: 149 days, 1 hour, 39 minutes ago
Member Since: 18 January, 2009
DotNetShoutout
atom rss
3
Shouts

My Agile Journey

published 145 days, 2 hours, 8 minutes ago posted by mikeborozdinmikeborozdin 149 days, 1 hour, 39 minutes ago
Friday, January 25, 2013 11:51:18 AM GMT Monday, January 21, 2013 12:19:48 PM GMT
What has helped me and what I've noticed, while learning the Agile Software Development (more)
category: Agile | clicked: 42 | comment | | source: www.mikeborozdin.com
tags:
3
Shouts

Cloudreach Dev Blog: Asynchronous Code Reviews as an Efficient Way of Ensuring Code Quality

published 295 days, 22 hours, 30 minutes ago posted by mikeborozdinmikeborozdin 300 days, 13 hours, 40 minutes ago
Monday, August 27, 2012 3:29:33 PM GMT Thursday, August 23, 2012 12:18:35 AM GMT
Code reviews are known for having a number of undeniable benefits. At the same, code reviews are known as time consuming and tedious processes. However, asynchronous reviews can help to avoid those problems and rip benefits of code reviews and dramatically improve code quality. (more)
category: Agile | clicked: 27 | comment | | source: devblog.cloudreach.co.uk
5
Shouts

Behaviour-Driven Development in .NET with SpecFlow and White

published 383 days, 6 hours, 8 minutes ago posted by mikeborozdinmikeborozdin 392 days, 17 hours, 18 minutes ago
Friday, June 01, 2012 7:51:14 AM GMT Tuesday, May 22, 2012 8:41:10 PM GMT
This article gives an overview of behaviour-driven development (BDD), talks about .NET tools for BDD (SpecFlow) and UI testing (White) and proceeds with a working example giving hands on BDD in .NET (more)
category: Agile | clicked: 38 | comment | | source: devblog.cloudreach.co.uk
4
Shouts

Developing Applications for Visio with Visual Studio (Windows Forms, WPF, XBAP)

published 650 days, 6 hours, 48 minutes ago posted by mikeborozdinmikeborozdin 653 days, 31 minutes ago
Thursday, September 08, 2011 7:11:32 AM GMT Monday, September 05, 2011 1:28:16 PM GMT
This tutorial demonstrates how to extend the Visio functionality by writing an Visio add-in with VSTO, creating a standalone application with both Windows Forms and WPF, and finally by building a browse application with WPF (XBAP). (more)
category: UX | clicked: 21 | comment | | source: www.mikeborozdin.com
tags: XBAP, WPF, VSTO
5
Shouts

WPF DataGrid CheckBox Single Click Checking/Unchecking

published 736 days, 1 hour, 42 minutes ago posted by mikeborozdinmikeborozdin 736 days, 16 hours, 46 minutes ago
Tuesday, June 14, 2011 12:17:32 PM GMT Monday, June 13, 2011 9:13:06 PM GMT
WPF DataGrid has a very annoying behaviour of forcing users to click twice on a checkbox in order to check or uncheck it. There are a number of solutions proposing handling mouse preview events and switching a DataGrid into the edit mode manually. The problem with such solutions is that the require writing quite a lot of extra code that seems to be an overkill for such a minor, yet irritating problem. I propose a better option, to use a DataGridTemplateColumn instead of DataGridCheckBoxColumn. (more)
category: UX | clicked: 32 | 1 comment | | source: www.mikeborozdin.com
5
Shouts

Graphical Tools for SQL Server CE 4.0

published 1000 days, 19 hours, 9 minutes ago posted by mikeborozdinmikeborozdin 1001 days, 15 hours, 14 minutes ago
Wednesday, September 22, 2010 6:49:45 PM GMT Tuesday, September 21, 2010 10:45:32 PM GMT
SQL Server CE 4.0 CTP has promising features, but it's a bit unclear how to manage its databases. This post explains how to use WebMatrix and SQL Server Toolbox for that task. (more)
category: Data | clicked: 0 | comment | | source: www.mikeborozdin.com
4
Shouts

Introducing SQL Server CE 4.0 CTP

posted by mikeborozdinmikeborozdin 1011 days, 13 hours, 17 minutes ago
Sunday, September 12, 2010 12:41:36 AM GMT
What SQL Server CE 4.0 means for ASP.NET developersWhere to get and how to installHow do I create my tables?!! When I came across a story on the newest version of SQL Server CE by Scott Guthrie, as well as a blog post in the SQL Server CE team blog, I was amazed that it was possible to run on a web server for ASP.NET application in the Medium Trust mode without any installation. This literally means that finally one can use SQL for storing data even though their hosting plan, for example, doesn’t allow ... (more)
category: Data | clicked: 1 | comment | | source: www.mikeborozdin.com
10
Shouts

Design Patterns are not a Silver Bullet and the State of the Programming Blogosphere

published 1260 days, 3 hours, 47 minutes ago posted by mikeborozdinmikeborozdin 1262 days, 2 hours, 11 minutes ago
Wednesday, January 06, 2010 10:12:08 AM GMT Monday, January 04, 2010 11:47:57 AM GMT
Design patterns are not a universal tool that can be applied to any project or be used with any programming language. Quality code can be produced without implementing any pattern or even without using OOP. One shouldn’t think of their colleagues as of bad developers if they don’t know the names of fancy design patterns. Moreover, not any single programming project is a business application. Recently I have read so many blog posts where authors ranted about design patterns, test-driven development and s... (more)
category: Architecture | clicked: 1 | comment | | source: www.mikeborozdin.com