invasion

Stories submitted by invasion

Subversion visually explained in 30 sec(coding-time.blogspot.com)

submitted by invasioninvasion(210) 4 years, 1 month ago

A simple flash explantion of Subversion with 2 concurrent users. Includes conflict solving. read more...

1 comment |category: |Views: 137

tags: another

Free subversion + wiki at assembla.com(coding-time.blogspot.com)

submitted by invasioninvasion(210) 4 years, 1 month ago

A tip if you are looking for a free SVN hosting. read more...

add a comment |category: |Views: 6

tags: another

Ever wondered why there are attributes in XML?(coding-time.blogspot.com)

submitted by invasioninvasion(210) 4 years, 1 month ago

Explanation by the author of XML, I asked him using email. read more...

add a comment |category: |Views: 6

tags: another

Implement your own Parallel.For in C#(coding-time.blogspot.com)

submitted by invasioninvasion(210) 4 years, 1 month ago

Are you interested in threading? How could Parallel.For be implemented? I tried to implement it and it scales well. read more...

add a comment |category: |Views: 56

tags: another

Serialize any data to XML in .Net(coding-time.blogspot.com)

submitted by invasioninvasion(210) 4 years, 1 month ago

How to serialize any data structure to XML? My first idea was XmlSerializer. But then I found out it had some serious drawbacks. Luckily, there is a better option - NetDataContractSerializer. read more...

add a comment |category: |Views: 21

tags: another