mrprk

Stories submitted by mrprk

Mini SQL Query RC1 Released(pksoftware.net)

submitted by mrprkmrprk(370) 2 years, 4 months ago

Mini SQL Query - the open source SQL editor for any ADO.NET provider - has been uploaded today, RC1... Lots of goodies including the new generic schema engine and text templating including access to the data. read more...

add a comment |category: |Views: 13

tags: another

WPF Apps With The Model-View-ViewModel Design Pattern(msdn.microsoft.com)

submitted by mrprkmrprk(370) 3 years ago

A nice article on the MVVM pattern for WPF. read more...

add a comment |category: |Views: 460

tags: another

ASP.NET MVC Generator - First Cut(pksoftware.net)

submitted by mrprkmrprk(370) 3 years, 3 months ago

A simple Rails like code generator for ASP.NET MVC sites. read more...

2 comments |category: |Views: 224

tags: another

Separating Concerns within Windows Applications(pksoftware.net)

submitted by mrprkmrprk(370) 3 years, 4 months ago

When coding, the Separation of Concerns (SoC) is a principal that basically will help organise your applications and make them more manageable. Dependency Injection (DI) typically goes hand in hand with SoC. I thought I would take a look at how to apply “SoC” and “DI” to a windows application... read more...

add a comment |category: |Views: 25

tags: another

An NUnitForms testing strategy(pksoftware.net)

submitted by mrprkmrprk(370) 3 years, 10 months ago

A method of using NUnitForms to simplify GUI test fixtures read more...

add a comment |category: |Views: 23

tags: another

Beta Release of Mini SQL Query(pksoftware.net)

submitted by mrprkmrprk(370) 3 years, 11 months ago

A free, small and lightweight SQL query tool for MSSQL/access/oracle databases. Easily extenable, written in C#. read more...

add a comment |category: |Views: 3

tags: another

An MVC Project Template for Visual Web Developer 2008 Express(pksoftware.net)

submitted by mrprkmrprk(370) 4 years, 1 month ago

I have put together a simple C# project template for Visual Web Developer 2008 Express Edition. read more...

add a comment |category: |Views: 115

tags: another

Tip - Use failing Unit Tests to mark your TODO Items(pksoftware.net)

submitted by mrprkmrprk(370) 4 years, 3 months ago

Programming tip to avoid losing notes in the process of getting on with the coding! read more...

add a comment |category: |Views: 0

tags: another

GENNIT - code generator(gennit.com)

submitted by mrprkmrprk(370) 4 years, 3 months ago

Various code generation options - GENNIT code is FXCOP'd, Unit Tested and uses solid industrial stength foundations (ActiveRecord, NHibernate). There's no black box with GENNIT, you get all the code in a ZIP file ready to be built and run. GENNIT provides a number of generators for you to use in the creation of your own project. * NHibernate 1.2 DAL ORM * Castle ActiveRecord DAL ORM * XHTML Forms * Facebook Template read more...

add a comment |category: |Views: 121

tags: another

Behaviour Driven Unit Test Design Tool(pksoftware.net)

submitted by mrprkmrprk(370) 4 years, 5 months ago

A simple tool to help focus on functional behaviour while creating unit tests. read more...

add a comment |category: |Views: 13

tags: another

Getting Started with NUnitForms(pksoftware.net)

submitted by mrprkmrprk(370) 5 years ago

A simple introduction to unit testing a user interface using NUnitForms. read more...

add a comment |category: |Views: 234

tags: another

Simple Rollback for Database Unit Testing(pksoftware.net)

submitted by mrprkmrprk(370) 5 years ago

Unit testing rollback using a transactionscope... read more...

add a comment |category: |Views: 8

tags: another