kolbis

Stories submitted by friends of kolbis

Behaviour-Driven Development in .NET with SpecFlow and White(devblog.cloudreach.co.uk)

submitted by MikeBorozdinMikeBorozdin(1146) 5 days, 12 hours ago

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 read more...

1 comment |category: |Views: 194

tags: another

Touch Pad Free for Windows Phone 7 and Windows 8(www.nullar.com)

submitted by tiernanotiernano(1674) 1 month, 8 days ago

Developing on Windows 8, but dont have Multi touch hardware? Have a Windows Phone 7 device? Check out Touch Pad Free! small server app runs on your Win8 machine, and client runs on Windows Phone 7. read more...

4 comments |category: |Views: 74

tags: another

C# Selections with SQL Syntax (Not LINQ!)(www.sharpregion.com)

submitted by AdrianAisembergAdrianAisemberg(2004) 3 months, 6 days ago

Select objects in C# with real SQL syntax. Give your users the ability to filter/select data during runtime. read more...

2 comments |category: |Views: 234

tags: another

5 screens and a cloud(blog.lotas-smartman.net)

submitted by tiernanotiernano(1674) 5 months, 27 days ago

Microsoft talk about 3 Screens and a cloud... My Question, why not 5? read more...

add a comment |category: |Views: 35

tags: another

Using Dropbox as a personal Git and Mercurial Storage area(blog.lotas-smartman.net)

submitted by tiernanotiernano(1674) 6 months, 12 days ago

Quick tutorial on how to use Dropbox as a shared folder for Git or Mercurial read more...

1 comment |category: |Views: 39

tags: another

Command-Line Interception and Expression Validation with C#(www.sharpregion.com)

submitted by AdrianAisembergAdrianAisemberg(2004) 6 months, 24 days ago

CLAP v3 brings so much magic to command-line parsing, you'll want to go back to console apps having all this coolness! There is even a NuGet for that. read more...

1 comment |category: |Views: 5

tags: another

CLAP v2 for .NET released with a new web-site(adrianaisemberg.github.com)

submitted by AdrianAisembergAdrianAisemberg(2004) 7 months, 10 days ago

CLAP (.NET Command Line Auto Parser) v2 was released along with a new web-site with full documentation and many examples. read more...

1 comment |category: |Views: 25

tags: another

Developing Applications for Visio with Visual Studio(www.mikeborozdin.com)

submitted by MikeBorozdinMikeBorozdin(1146) 8 months, 22 days ago

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). read more...

add a comment |category: |Views: 5

tags: another

Easy Windows-Phone 7 Navigation and Arguments Passing(www.sharpregion.com)

submitted by AdrianAisembergAdrianAisemberg(2004) 10 months, 23 days ago

Navigation and passing arguments in WP7 is kinda crappy. Not anymore. With this kick-ass solution, we can now pass any object to the navigated page and even use strong-typed pages instead of strings uri's. read more...

add a comment |category: |Views: 11

tags: another

WPF DataGrid CheckBox Single Click Checking/Unchecking(www.mikeborozdin.com)

submitted by MikeBorozdinMikeBorozdin(1146) 11 months, 13 days ago

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. read more...

add a comment |category: |Views: 31

tags: another

WCF Rest POX Service with Help Page(www.devcurry.com)

submitted by tiernanotiernano(1674) 11 months, 15 days ago

Representational State Transfer (REST) support was included in WCF 3.5. In WCF 4.0, this feature has been enhanced with Help page support. This facility was added as WCF REST allows direct call to OperationContracts, using HTTP protocol by the client application. read more...

add a comment |category: |Views: 19

tags: another

CLAP: A Kick-Ass .NET Command-Line Parser(www.sharpregion.com)

submitted by AdrianAisembergAdrianAisemberg(2004) 11 months, 20 days ago

Inspired by ASP.NET MVC controller-actions syntax: Introducing CLAP: Command-Line Auto Parser. The last parser you will ever need for a .NET application. Supports verbs, validations, automatic type-conversion (switches, arrays, enums etc), global parameters and more. Write your code as usual and let CLAP do the work. read more...

add a comment |category: |Views: 17

tags: another

A Loggly Target for NLog(blog.lotas-smartman.net)

submitted by tiernanotiernano(1674) 1 year ago

Use Loggly? (A Logging as a Service Application) Using NLog? Try this! use both together! Code available on GitHub read more...

add a comment |category: |Views: 18

tags: another

Custom Source-Control Automation for SVN(www.sharpregion.com)

submitted by AdrianAisembergAdrianAisemberg(2004) 1 year ago

Implementing custom actions for svn has never been so easy. With Visual Studio and C#, you'll see how to implement and deploy new actions for Vercue in minutes. Samples included in the post: - Auto update - Auto commit - Custom Macros - Custom Monitors read more...

add a comment |category: |Views: 30

tags: another

Vercue Extensions with C# - Part 1(sharpregion.com)

submitted by AdrianAisembergAdrianAisemberg(2004) 1 year, 1 month ago

SVN automation with Vercue extensions. Vercue can be extended to add UI elements and automation actions and macros. This post shows how to extend Vercue to add new UI elements. In-addition, the post shows how to use User-Properties both as an end-user and an extension developer. read more...

add a comment |category: |Views: 72

tags: another

Running Solr on .NET(bugsquash.blogspot.com)

submitted by tiernanotiernano(1674) 1 year, 2 months ago

Getting the Java Based Solr project working on .NET using IKVM read more...

add a comment |category: |Views: 10

tags: another