Posts tagged ‘xml_file’

XML Class Generator for C# using XSD for deserialization

Let’s say we have an XML file and we want to deserialize that file to our implemented class. This is an easy task if the XML file is simple. However if it has more complex types, it can take a long time to implement the class without error. XSD comes with .Net framework SDK. I […]

Console2: Tabbed Command Prompt

Another open source tool appears on the web.
DownloadSquadLink Console: Tabbed command prompt for Windows.

This one is really useful to me. We are using console when we can’t do everything with mouse clicks. For example, we might want to compile a cs from the visual studio command prompt, we can’t do from the normal command […]