rstrahl

Stories submitted by rstrahl

Nothing is Trivial!(west-wind.com)

submitted by rstrahlrstrahl(7226) 4 years, 9 months ago

A little story about customer expectations adn developer realities in relation to 'trivial' projects. read more...

add a comment |category: |Views: 0

tags: another

Shutting up Invalid ViewState from SPAM bots(west-wind.com)

submitted by rstrahlrstrahl(7226) 4 years, 9 months ago

Handling Invalid ViewState selectively to work around SPAM bot errors overloading standard error handling, logging and notifications. read more...

add a comment |category: |Views: 41

tags: another

Web Application Project Conversion and Orcas(west-wind.com)

submitted by rstrahlrstrahl(7226) 4 years, 9 months ago

I'm going once again through a conversion from Stock Projects to a WAP project conversion this time for my Web Store. I've done the conversion once before but returned back to stock projects because of a Visual Web Developer requirement. Recently though development on the store has been a lot... read more...

add a comment |category: |Views: 0

tags: another

Moving Projects/Solutions between Orcas and Visual Studio 2005(west-wind.com)

submitted by rstrahlrstrahl(7226) 4 years, 10 months ago

With Orcas supporting multi-targeting it'll be common to work in Orcas with .NET 2.0 projects. Orcas updates projects and solution files but as it turns out it's not difficult to move projects and solutions between VS 2005 and Orcas. read more...

add a comment |category: |Views: 0

tags: another

Resource Unloading in a custom ASP.NET Localization Resource Provider(west-wind.com)

submitted by rstrahlrstrahl(7226) 4 years, 10 months ago

In ASP.NET 2.0 ResourceProviders allow extension of the native resource mechanism with your own resource backing store by implementing a custom ResourceProvider. It's fairly easy to create a new provider but figuring out how to unload resources with a dynamic resource store like a database is not quite straightforward. Here's how... read more...

add a comment |category: |Views: 72

tags: another

Introduction to Localization in ASP.NET 2.0(west-wind.com)

submitted by rstrahlrstrahl(7226) 4 years, 10 months ago

Check out the localization features in ASP.NET 2.0 and understand how they work under the covers. This introduction focuses on the ASP.NET 2.0 specific technology for localization and discusses how Resource Providers are used to provide the various integrated localization features in ASP.NET 2.0 and Visual Studio .NET. The focus of this article is on the technology rather on the deep semantics of localization. Serves as an introduction for the Resource Provider article. read more...

add a comment |category: |Views: 13

tags: another

Creating a Data Driven ASP.NET Localization(west-wind.com)

submitted by rstrahlrstrahl(7226) 4 years, 10 months ago

Find out how to build an ASP.NET 2.0 Resource Provider that uses database data for its localization storage rather than Resx files. Database resources can be much more flexible and this article demonstrates how to build a powerful ASP.NET resource editing front end that allows editing of resource data in a live ASP.NET application in a context sensitive manner. read more...

1 comment |category: |Views: 324

tags: another

Orcas JavaScript Intellisense(west-wind.com)

submitted by rstrahlrstrahl(7226) 4 years, 10 months ago

A few quick tests to see what JavaScript features show up with Intellisense in the new Orcas Intellisense features. Unfortunately it looks like at least in Orcas Beta 1 a number of common JavaScript scenarios either don't produce proper Intellisense or actually break Intellisense altogether. read more...

1 comment |category: |Views: 3

tags: another

Creating a data driven ASP.NET Resource Provider and Editor Article po(west-wind.com)

submitted by rstrahlrstrahl(7226) 4 years, 10 months ago

Find out how to create a data drive ASP.NET resource provider that uses database data for localization and use ASP.NET to edit resources in real time as part of your application. This post is a compilation of links to the primary article, online samples, another Introduction to Localization article and documentation as well as some discussion of the implementation. read more...

add a comment |category: |Views: 55

tags: another