isisun photos
Categories
Charts
Visitors
Category Archives: Programming
Setting FileSystemWatcher
I have to watch for changes in INI file so needed somehow to put an event which should trigger an action in my program.FileSystemWatcher class is exactly what I needed.It’s easy to use and very helpful so I will paste the codesnippet that I have found:
/*
* C# Programmers Pocket Consultant
* Author: Gregory S. MacBeth
* [...]
Start with NHibernate
NHibernate is a .NET based object persistence library for relational databases.NHibernate is a port of the excellent Java Hibernate relational persistence tool. I just started to look how this framework is functioning and if we can use it in our work.After googling for some time I found that there are usefull sources of information on [...]

Binding DatagridView to DataTable Snippets