Monthly Archives: October 2008

Write a simple object to and from XML using C#

Write a simple object to and from XML using C# Write to XML file is always easier than read from XML file. Not too sure what I mean, it is alright because I have a sample for you to understand … Continue reading

Posted in .Net | Leave a comment

The myth of LINQ (simplest sample for ADO.NET Entity Data Model)

If you are a .NET fan out there then you will basically hearing from many people asking, I have ADO.NET 2.0 so why is there a LINQ? It was a myth to me too. After Microsoft launch Service Pack 1 … Continue reading

Posted in .Net | Leave a comment

Write Table content from Database to XML file

I found the easiest way to write a table or even tables from database to XML file is in.NET languages. To do this in Java you might probably need to include not only one but few proprietary library or open … Continue reading

Posted in .Net | Leave a comment

The ‘Microsoft.Jet.OLEDB.4.0’ provider is not registered on the local machine

I am using Visual Studio 2008 in Windows Server 2008 x64.   Armando Restrepo having a more accurate here: http://blog.crowe.co.nz/archive/2007/04/16/728.aspx   I seriously do not think that if you open a web site using File -> Open -> Web Site… … Continue reading

Posted in .Net | Leave a comment