Welcome to SpellCoder Sign in | Join | Help
" RSSBus is a Really Simple Service Bus that uses the RSS protocol as the main interchange mechanism. RSS is an extensible protocol used to exchange Feeds of Items. Normally these are news items or blog postings, but they don't have to Read More
"Ada and other high-level language advances. One of the most touted recent developments is Ada, a general-purpose high-level language of the 1980's. Ada not only reflects evolutionary improvements in language concepts, but indeed embodies features to Read More
"Up until maybe a year ago, I had a pretty one-dimensional view of so-called "Agile" programming, namely that it's an idiotic fad-diet of a marketing scam making the rounds as yet another technological virus implanting itself in naive programmers who've Read More
0 Comments
Filed Under:
  Link to Mike Stall's .NET Debugging Blog : How to embed IronPython script support in your existing app in 10 easy steps Read More
0 Comments
Filed Under:
These are technical references required to make a flexible and reliable page path management, one of areas where common CMSes stumble. " The VirtualPathProvider class provides a set of methods for implementing a virtual file system for a Web application. Read More
Check out this interview with the  professor that is heading the team in building Ruby .Net compiler from Queensland University of Technology (my almamater).If you are interested in taking post graduate degrees or research in compilers, do it at Read More
Craig Andera discovered this nifty C# compiler feature "public enum Foo {   One,   Two,   Three, }"   This will also compile   "string[] s = new string[] {"hello","world",}; " Read More
0 Comments
Filed Under: