Search - Articles
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Tuesday, March 03, 2009
Dev Articles
Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 

FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home >Search > Articles & Samples > ASP.NET 2.0 > Assembly


Search:
What's New - What's Hot
Embedding Resources in ASP.NET 2.0 Assemblies - Part 2     
Total Hits: 138  |  Today: 0Author: Mark Hines      Rating:  
Read Reviews | Write Review |  Your Rating: 

In this article Mark examines how to embed resources in ASP.NET 2.0 Assemblies with the help of code samples.
Using embedded resources with ASP.NET 2.0 has made deploying your server controls easier than ever. First, we will address some issues that need clarification when using embedded resources. Then, it will be time to leverage this power and its inherent flexibility to easily customize the look and feel of those controls for each of your sites....

Embedding Resources in ASP.NET 2.0 Assemblies     
Total Hits: 108  |  Today: 0Author: Mark Hines      Rating:  
Read Reviews | Write Review |  Your Rating: 

With ASP.NET version 2.0, it has become a snap for server control authors to embed image and script resources into assemblies, making deployment clean and error-free. Mark Hines shows you how, and notes a few pitfalls of which to be aware....

Assembly in .NET: Part 1  Version: 0.00     Price: $0.00  
Total Hits: 7  |  Today: 0Author: Abhishek Bhat      Rating:  
Read Reviews | Write Review |  Your Rating: 

An assembly in the .Net world is nothing but a DLL or an exe. It is a basic building block of any .Net application.

An Assembly contains metadata and manifest information. The reason for the emergence of assembly concept was to overcome the common "DLL Hell" problem in COM. The assembly contains all the code, resources, metadata and even version information. Metadata contains the details of every "type" inside the assembly. In addition to metadata, assemblies also have a special file call...

WCAG 2.0: The new W3C accessibility guidelines evaluated     
Total Hits: 105  |  Today: 0Author: programmersheaven      Rating:  
Read Reviews | Write Review |  Your Rating: 

The second version of the Web Content Accessibility Guidelines (WCAG) is in final working draft and will soon be officially released. Version 1 of the guidelines came under much criticism for being vague, full of jargon and extremely difficult to use. The W3C has been working on version 2.0 of the guidelines for over 5 years now, but has it been worth the wait?...

Deploy .NET thick client application assemblies to remote server     
Total Hits: 106  |  Today: 0Author: Indrajeet Valera      Rating:  
Read Reviews | Write Review |  Your Rating: 

This demo shows new way of deploying .NET thick client application assemblies, like Windows Forms and Console applications, to remote server which makes deployment and maintenance bit easier. This demo also concentrates on code security of .NET applications.During the days of VB, we use to prepare a setup file and were forced to run setup on each system....

Assembly in .NET 2.0  Version: 0.00     Price: $0.00  
Total Hits: 5  |  Today: 0Author: Gaurav Tomar      Rating:  
Read Reviews | Write Review |  Your Rating: 

Before the .NET platform was introduced, we had to deal with the predecessors of assemblies: normal DLLs exporting global functions and COM DLLs exporting COM classes. Microsoft itself introduced the phrase DLL Hell to describe traditional problems with DLLs....

Create satellite assemblies with ResX Builder  Version: 0.00     Price: $0.00  
Total Hits: 7  |  Today: 0Author: gordon_matt      Rating:  
Read Reviews | Write Review |  Your Rating: 

Localization in Visual Studio is very good and whilst I found it suitable for almost every situation, there is one issue that can cause a lot of grief; how does one deploy new satellite assemblies when an application has already been built? For many small projects this is not an issue and the developer simply deploys a new version. However, this is not always an easy choice to make. Wouldn’t it be wonderful to create a satellite assembly and upload it to your application without having to rebuil...

Migrating an APTCA Assembly to the .NET Framework 4  Version: 0.00     Price: $0.00  
Total Hits: 6  |  Today: 0Author: Mike Rousos      Rating:  
Read Reviews | Write Review |  Your Rating: 

In the Microsoft .NET Framework 4, the common language runtime (CLR) security model has undergone some substantial changes. One of these changes, the adoption of Level2 transparency (much like Silverlight’s security model), is likely to impact authors of AllowPartiallyTrustedCallers (APTCA) libraries....

Embedding Resources in ASP.NET 2.0 Assemblies     
Total Hits: 63  |  Today: 0Author: Mark Hines      Rating:  
Read Reviews | Write Review |  Your Rating: 

One of the greatest difficulties when developing common web controls (either server or user controls) that we’ve come across in our development group is how to deal with client-side scripts and images. In ASP.NET 1.1 we have recently started using an HttpModule and compiled resource files, but ASP.NET 2.0 makes it much easier to manage embedding resources in assemblies....

How to embed resources in ASP.NET 2.0 assemblies     
Total Hits: 67  |  Today: 0Author: Karthik      Rating:  
Read Reviews | Write Review |  Your Rating: 

Hi, this is Karthik with the Microsoft ASP.NET developer support team here at Microsoft. I have been working with ASP.NET for the past year and a half and have been involved with software development for about eight years now. The concept of embedding resources in assemblies that I discuss in this article is a pretty cool one. This could be very useful in large Web applications that involve lots of reusable components. In this article, I will talk about and provide step-by-step instructions for ...

Accessibility Improvements in ASP.NET 2.0 - Part 1     
Total Hits: 37  |  Today: 0Author: Alex Homer      Rating:  
Read Reviews | Write Review |  Your Rating: 

Some two years ago, I was honored to be invited to take part in the design review panel for ASP.NET, looking at the feature set proposed for version 2.0. That seems a long time ago now, but one of concerns I expressed at the time was that ASP.NET should provide better support for developers to add features to their pages that improve accessibility for all users. The World Wide Web Consortium (W3C) and many other industry bodies have long been pushing for wider support across all sites for disabl...

Embedding Resources in ASP.NET 2.0 Assemblies - Part 2     
Total Hits: 245  |  Today: 0Author: Mark Hines      Rating:  
Read Reviews | Write Review |  Your Rating: 

Using embedded resources with ASP.NET 2.0 has made deploying your server controls easier than ever. First, we will address some issues that need clarification when using embedded resources. Then, it will be time to leverage this power and its inherent flexibility to easily customize the look and feel of those controls for each of your sites....

Assembly Version and Web Projects     
Total Hits: 234  |  Today: 0Author: Scott Allen      Rating:  
Read Reviews | Write Review |  Your Rating: 

Tips on using the AssemblyVersion attribute in ASP.NET 2.0 Web Projects. The ASP.NET compiler doesn’t assign a version number to the dynamically generated assemblies for web forms. This is true in 1.1, too, it’s just that we usually asked for the version number from a code-behind file, and all the code-behind files compiled together into a single assembly....



Disclaimer - Privacy
© 2002-2012 DevASP.net