I just is in the startup of using ASP.NET (and Ajax). To ease my understanding these links will help through the day:
I just is in the startup of using ASP.NET (and Ajax). To ease my understanding these links will help through the day:
So, now I’ve actually used the .NET track and C#. I was in the the need of an unpacker, unpacking scene releases (you know all those RAR:ed multi-volume file sets). So I thought it could be nice way learn the Microsoft approach.
My first impression (compared to Java):
DirectoryInfo abstraction. Here I had to laugh; when I used the Equals() method, no value comparison was used. Having two objects, pointing to the same directory, ended up as false, when Equals() was applied. Of course I expected the equals method to compare if two directories where the same (and by same I do not mean by-reference). There were only for me to write my own helper functions, which also had to take care of trailing slashes as well, and of course translating to strings and then back to directory infos