Welcome to Kodyaz Development Resources Sign in | Join | Help

August 2006 - Posts

In the project that i am working, there is a interop between Com and .Net where the Com Functions Expect Recordsets And They also provide Recordsets back to the .Net. Using System.Xml namespace and some schema parsing code i am able to convert between Read More
How many times you asked your self, what is going under the hood , if you call the function System.Net.WebClient.DownloadData, with .Net 2.0 you can see whole the requests going and coming when you call this method with 2 steps. 1) Just create a app.config Read More
What do you expect when you write *.bat , whole files ending with .bat , no just be careful, because it brings also files ending with bat_bla, batt, batter, etc. So if you are using this expression with System.IO.Folder.GetFiles always check the extensions Read More