| A System.SecurityException exception occurs when you use Swing components in J# Browser Controls |
| http://www.kbalertz.com/ |
| (835464) - Explains that a System.SecurityException exception occurs when you run J# Browser Controls that use Swing components. Explains that you must change your security policy to work around this problem. |
|
| A System.SecurityException exception occurs when you use Swing components in J# Browser Controls |
| http://www.kbalertz.com/ |
| (835464) - Explains that a System.SecurityException exception occurs when you run J# Browser Controls that use Swing components. Explains that you must change your security policy to work around this problem. |
|
| Auto-Generating Wrapper Classes for Stored Procedures, Part 2: The Internals of the AutoSproc Tool |
| MSDN |
| Review the AutoSproc tool, which uses a code generation technique using classes from the System.Reflection.Emit namespace. It is assumed that the reader is fully conversant with the System.Reflection namespace, but not System.Reflection.Emit or CIL. |
|
| Best Practices for Using DTS for Business Intelligence Solutions |
| MSDN |
| Discover the best practices for using Data Transformation Services (DTS) within the Data Warehousing Framework to capture and present data as Business Intelligence solutions. |
|
| BUG: Session Data Is Not Saved in Out-of-Process Session State |
| http://www.kbalertz.com/ |
| (312112) - When you use SQLServer session state mode, if you try to store an instance of a class that is not marked as serializable into a session variable, the request returns without an error. However, ASP.NET actually fails to save the session data and blocks... |
|
| Creating Customizable Web Services |
| MSDN |
| Earlier this year, I introduced Microsoft® Visual Studio® for Applications (VSA) and Script for the .NET Framework, and how you could use these technologies to make your .NET application customizable. Defining what a .NET application exactly is can be somewhat of a thankless task, since everyone seems to have a slightly different idea of what an application is and whether or not it's .NET. However, one technology is common among most definitions of a .NET application—Web Services. So this month I'll show how to use VSA and Script for the .NET Framework to build a Web Service that is customizable, and in particular, how you can take advantage of Web Services to help build an infrastructure to enable your users to build and deploy the script code that will customize the Web Service. |
|
| Format for .NET Remoting Configuration Files |
| MSDN |
| All remote objects have to be registered with the Remoting Framework before clients can access them. During this registration process, the Framework is provided with all the information required to activate and manage the lifetime of the object. The most important pieces of information required for registration is the type of the object, the URI where it will be deployed, the activation requirements for managing the object lifetime and the channels that can be used to connect to this object. |
|
| Hardcore Visual Studio .NET: Monitoring Application Health with WMI and .NET |
| MSDN |
| The Windows Management Instrumentation framework is one of the least publicized yet most useful tools in the .NET Framework. In this article, you'll learn how to build enterprise class peace-of-mind into your .NET software. |
|
| How to load an assembly at runtime that is located in a folder that is not the bin folder of the application |
| http://www.kbalertz.com/ |
| (837908) - Describes the different ways to refer to the assemblies that are put in different folders. |
|
| HOW TO: Deploy an Assembly to the Target Computer Global Assembly Cache (Q324168) |
| Microsoft Support |
| SUMMARY This step-by-step article describes how to deploy an assembly to the global assembly cache of the target computer. This makes the target computer shareable in other applications. When you do this, strong name signatures must be verified only |
|
| JIT Coding |
| C# Corner |
| One not so well known feature of .NET platform is possibility to invoke compiler and practically create code and assembly from running instance of application. It is possible to do that in two ways. First one is a bit simpler and involves namespaces System.CodeDom and System.CodeDom.Compiler, second one is more efficient and utilizes namespace System.Reflection.Emit. |
|
| Longhorn Foghorn: Still Crazy After All These Bindings |
| MSDN |
| Chris Sells explores how views maintain the current item and how they support filtering and sorting. He then looks at transforms for binding to data of one type and mapping to data of another type or in a different range of values. |
|
| Microsoft Visual C# .NET 2003 Developer's Cookbook |
| The Code Project |
| Chapter 3: Strings and Regular Expressions |
|
| Overview of MSBuild, Part 2: From the Task Author's Perspective |
| MSDN |
| Learn how to create custom tasks that MSBuild transparently uses in your projects. The author details a base class to ease the implementation of your own task, and offers some tips on how to debug your code in this scenario. |
|
| Unify the Role-Based Security Models for Enterprise and Application Domains with .NET |
| MSDN |
| Role-based security allows administrators to assign access permissions to users based on the roles they play rather than on their individual identities. These privileges can be used to control access to objects and methods, and are easier to identify and maintain than user-based security. The .NET Framework provides two role-based security models, which are exposed as two namespaces: System.Enterprise-Services and System.Security.Permissions. Presented here is a comparison of the two options and a discussion of when each is the right choice. The author also demonstrates the process involved in setting up access security and discusses role memberships. |
|
| Using Get assembly info to locate and instantiate a variable using reflection |
| The Code Project |
| Use GetAssembly() , InvokeMember() and GetFields() to mine an assembly. |
|
| Using Reflection Emit to Cache .NET Assemblies |
| MSDN |
| There are few automated ways of caching methods within a Microsoft .NET Assembly or Web Service without writing a significant amount of the logic into the application. And sometimes, if the Web Service or .NET Assembly is from a third party, it isn't possible. This article outlines a non-intrusive caching solution that uses Reflection Emit in the Microsoft .NET Framework. Reflection Emit is the ability to generate assemblies, types, methods, and MSIL (Microsoft Intermediate Language) on the fly in .NET. This generated code can then either by run dynamically or saved to disk as an assembly.
|
|
| XsdTidy beautifies the Xsd.exe output *with full DocBook .net Wrapper* |
| The Code Project |
| Refactors the Xsd.exe classes. Shipped with a full .Net wrapper of DocBook |
|