|
|
|
|
|
Total Hits: 132 | Today: 0
|
Author: Mark Hines
|
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....
|
|
|
|
Total Hits: 101 | Today: 0
|
Author: Mark Hines
|
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....
|
|
|
|
Total Hits: 96 | Today: 0
|
Author: Indrajeet Valera
|
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....
|
|
|
|
Total Hits: 99 | Today: 0
|
Author: programmersheaven
|
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?...
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Mike Rousos
|
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....
|
|
|
|
Total Hits: 57 | Today: 0
|
Author: Mark Hines
|
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....
|
|
|
|
Total Hits: 61 | Today: 0
|
Author: Karthik
|
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 ...
|
|
|
|
Total Hits: 32 | Today: 0
|
Author: Alex Homer
|
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...
|
|
|
|
Total Hits: 239 | Today: 0
|
Author: Mark Hines
|
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....
|
|
|
|
Total Hits: 228 | Today: 0
|
Author: Scott Allen
|
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....
|
|
|
|
|
|