New editors for Rule, Task, Decision, Definitions support a single screen editing interface with * Unlimited undo-redo support * Assisted typing and Intellisense * Complete keyboard support for building complex expressions * IDE like expression building,
Tomas Petricek talks about C# 3.0 and the languages that led to many of its new features. The two languages that most inspired C# 3.0, F# and C-omega, are discussed in detail along with how the features changed as they moved from the research languages to
A C# .net VT/Telnet terminal emulator. The project is still very much in development but the Terminal is quite useable and fairly tolerent. It requires a c# 2 compiler. If anyone has taken this project any further, I'd love to see the results.
Once you have opened the index you can start adding documents. Every object you want to insert into the index is a Document. Each document in index has fields that contain some information about it. For each of the fields you need to specify what the inde
MonoRail From Castle Getting Started A MonoRail introductory tutorial MonoRail (former Castle on Rails) is a MVC web framework inspired on Action Pack. The Action Pack way of development is extremely productive, very intuitive and easily testable.