30th July 2006, 02:45 pm
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 […]
Tags:
.Net,
C#,
code-generation,
download,
net_framework,
visual_studio,
websearch,
XML,
xml_file,
xml_schemas,
xsd Category:
.Net,
C#,
XML |
7 Comments
6th July 2006, 01:01 am
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 […]