Browse by Tags
All Tags »
Dev Community »
Windows Forms »
.NET 2.0 Framework (
RSS)
Recently a project I was working on required us to dynamically load an assembly at runtime, and invoke a method on the newly loaded assembly. After we had this working, I noticed that when we tried to then load a newer version of the dynamic assembly...
I attended Omar Khan's Visual Studio Codename "Orcas" Preview for AJAX Web Development this afternoon, and walked away very excited about getting my hands on it. Unlike the Silverlight alpha & beta previews, which will take nearly a complete paradigm...
Wow. We just finished up the Microsoft MIX 07 keynote address, and as Ray Ozzie and Scott Guthrie were detailing the latest announcements from the Microsoft dev front, some eyepopping demos and incredible platform announcements were made public. As I...
Just a quick note on manipulating IIS virtual directories from .NET code: I was writing a Custom Action class for my solution's web setup project, and was not sure how to best go about removing the already created virtual directory on Rollback or Uninstall...
...a lot of developers tend to over-engineer. Many folks are using nested master pages or multiple, separate master pages to manipulate their asp.net 2.0 web app layouts...