PDC Day 1 KeyNote Notes
Windows Azure Improvements since last year: Support PHP, CGI, Apache, other frameworks Expose very low-level programming efforts (not just .NET). Example was a C++ app with pointers exposed as an…
Windows Azure Improvements since last year: Support PHP, CGI, Apache, other frameworks Expose very low-level programming efforts (not just .NET). Example was a C++ app with pointers exposed as an…
I’ve worked on a few .NET WinForms applications that utilized a “plugin” model. You’ve probably seen similar apps out there, where a main application searches a directory for DLLs, and…