Updating database from cvs file in VB.Net

I got a simple request to let shippers upload information with shipped dates in csv files .
Now this is rather simple request and problem especially in versatile framework like .Net . I figured just googling around would find me simple solution, however it took a little bit of more search and tweaking to get this [...]

Writing full screen apps in VB.Net

I set out to write small desktop app for myself. Strangely there are very few resources or explanations online how to write full screen apps in VB.Net or any other .Net . It is not a game FYI but if someone would like to write one, he would want his game to be full-screen.