This week learning program
This week learning program is the networking library in C#. I aimed to write a ftp client.
CryptoStream
I have done a google search on crypto topic.
Some examples are saying to CryptoStream(outStream,
TripleDESCryptoServiceProvider.CreateDecryptor(),CryptoStreamMode.Write) and then write chirp text into this stream. They are saying it will be decrypted. But this doesn't work for me. I used CryptoStream(inputStream,
TripleDESCryptoServiceProvider.CreateDecryptor(),CryptoStreamMode.Read) reads the chirp text and then writes into an output stream. That works!
Microsoft TechEd 2007
Microsoft TechEd Australia
- Gold Coast Convention Center
- 7-10 Aug
I watched the latest webcast about VS 2008
I watched the latest webcast about VS 2008. MS seem to integrate some function which is currently provide by opensource into VS 2008. For example LINQ is similar with what currently NHibernate doing. VS team system will have more testing functions, that is what NUnit is doing now. Well, I am a kind of Mono person, I will continue those open source framework. Moreover, I am doing a lot of things in Java too. Those framework have Java version. This is good for me jumping between C# and Java.
Config in Mono
I found we can't just set Handler to mod_mono.
I need to create the "Alias". and use "AddMonoApplications" to add the path into the application pool.
If not, that will get HTTP 503 error