Category: "Announcements [B]"
CSharp.targets erros
After I read the article,I recommeneded before, on code project. I finally solved the problem for CSharp.targets errors. Because I have not installed CF .net powertoys. Now, everythings are alright!
Learnt a new word
Today, I listened a talk from TechEd 2006.
They mentioned TDD.
Well, I did a search in Wikipedia too.
http://en.wikipedia.org/wiki/Test-driven_development
This is quite interesting ,Test-Driven Development. Writing the test cases and then only implement the codes for the cases. It sounds like a kind of hacking the code.
This week learning program
This week learning program is the networking library in C#. I aimed to write a ftp client.
Microsoft TechEd 2007
Microsoft TechEd Australia
- Gold Coast Convention Center
- 7-10 Aug
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