Similar articles
LA.NET [EN]
Associating XAML namespaces to CLR namespaces
Take a look at the following (simple) XAML: <UserControl x:Class="SilverlightApplication1.MainPage" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xm...
Mikael Söderström
Add namespaces with Razor
When you are using ASP.NET with WebFormViewEngine and wants to call a method in a separate namespace, you can add a reference to the namespace in web.config to get a cleaner view. You can easily do i...
Getfirebug Blog
Firebug Internals: Firebug’s private namespaces.
Wladimir Palant’s great post about using namespaces in XUL overlays gives me another chance to explain one aspect of Firebug source that throws some folks off at first. All the Firebug source f...
ASP.NET Weblogs
Visual Studio: How to include missing namespaces
Some of my readers have problem with detecting correct namespaces to include in code samples. Here is how to get references in place using Visual Studio IDE. You can let Visual Studio to solve refere...
Gunnar Peipman's ASP.NET blog
Visual Studio: How to include missing namespaces
Some of my readers have problem with detecting correct namespaces to include in code samples. Here is how to get references in place using Visual Studio IDE. You can let Visual Studio to solve refere...