Home Posts tagged '.net'

Posts Tagged ‘.net’

SQLite – a database for .Net applications

Posted in Developer Resources, Links on Friday, January 30th, 2009 at 12:33 No Comments

SQLite is a well known alternative for developers wishing to provide a light database embedded with the application. Moreover SQLite is in the public domain and thus allows many developpers to rely on this SQL database engine.

For .Net developpers who needs a local databse, you can use…

Continue reading

Win32 API from .Net application

Posted in Developer Resources, Links on Thursday, January 29th, 2009 at 22:59 No Comments

When you use .Net, you sometimes need some old win32 api’s. Even if a managed environment is really appreciable and confortable, there are some part of windows you can’t access from C# or VB .net code. Then you often have no other choice than rely…

Continue reading

.Net auto update application

Posted in Developer Resources, Links on Wednesday, January 28th, 2009 at 09:48 2 Comments

I’m looking for a way to insert an auto-update functionnality in a .Net application.  So far, I found only 3 approaches to easily update an application:

  1. Microsoft Patterns & Practices provide an Updater Application Block v2.0. An application block is a…
Continue reading

Pex or automated white box testing .net

Posted in Developer Resources, Links on Thursday, January 15th, 2009 at 21:11 No Comments

Microsoft Research - Pex automated testing .net

Yesterday, I randomly discovered a new tool for .Net to help developers with code testing. Microsoft Research has developed Pex, a test plugin which can be integrated to Visual Studio. So far nothing is…

Continue reading
  • Pex or automated white box testing .net
  • Pex or automated white box testing .net
  • Pex or automated white box testing .net
  • Pex or automated white box testing .net