Browse by Tags
All Tags »
ASP.NET »
C# (
RSS)
For those who can't (or don't want to) deploy .NET Framework 3.5, the service packs included for the 2.0 and 3.0 versions of the framework are available as standalone downloads. Microsoft .NET Framework 2.0 Service Pack 1 (x86) Microsoft .NET...
Filed under: .NET, WinForms, ASP.NET, SoftDev, C#, Microsoft, MSDN, MVP, VisualStudio, WCF, WPF, WF, WindowsClient
Visual Studio 2008 and .NET Framework 3.5 has finally shipped. MSDN subscribers can download the final version of Visual Studio 2008 from MSDN Subscription Downloads , but anyone can get a trial version or an Express Edition . The .NET Framework 3.5 contains...
Filed under: .NET, WinForms, ASP.NET, SoftDev, C#, Microsoft, MSDN, SQLServer, XML, VisualStudio, WCF, WPF, WF, WindowsClient, LINQ
Today, S.Somasegar announced at TechEd Developers EMEA , amongst other things, that they the product team at Microsoft is putting the finishing touches on Visual Studio 2008 and .NET FX 3.5. They are on track to shipping these products before the end...
Filed under: .NET, Architecture, ASP.NET, Community, SoftDev, C#, Microsoft, MSDN, MVP, VisualStudio, TechEd
With IIS7 a new transfer method is available in the HttpServerUtility class . It's the TransferRequest method . What this method is intended to do is behave like the HttpResponse.Redirect method without the penalty of traveling to the client and back...
Filed under: .NET, Architecture, ASP.NET, Community, SoftDev, C#, Microsoft, MSDN, MVP, Web, PageModules, IIS
The P&P team has released another Web Client Software Factory Guidance Bundle . This time is the Validation Guidance Bundle . What are some scenarios to consider using the guidance in this bundle for? Improving UI responsiveness while reusing entity...
Filed under: .NET, Architecture, ASP.NET, Community, SoftDev, C#, Microsoft, MSDN, MVP, Web, WCSF, PnP, SoftwareFactories
Introduction In this article I will demonstrate how a web application can benefit from the use of Page Modules using, for the demonstration, the Page Flow Store Quick Start and the Page Flow Application Block shipped with the Web Client Software Factory...
Filed under: .NET, Architecture, ASP.NET, Community, SoftDev, C#, Microsoft, MSDN, MVP, Web, WCSF, PnP, SoftwareFactories, PageFlow, PageModules
The P&P team came up with a new concept for the Web Client Software Factory : Guidance Bundles . What is a Guidance Bundle? A Guidance Bundle is a small package of guidance whose purpose is to allow users to quickly, conveniently, and easily learn...
Filed under: .NET, Architecture, ASP.NET, Community, SoftDev, C#, Microsoft, MSDN, MVP, Web, WCSF, PnP, SoftwareFactories
Check out the knowledge base page at the Web Client Guidance Community site .
Filed under: .NET, Architecture, ASP.NET, SoftDev, C#, Microsoft, MSDN, MVP, Web, WCSF, SoftwareFactories
From my article on Page Modules some people might have gotten the wrong impression that this would be the only way to get a reference to the page given its path, but it isn't. You can use the System.Web.UI.PageParser.GetCompiledPageInstance method...
Filed under: .NET, Architecture, ASP.NET, Community, SoftDev, C#, Microsoft, MSDN, MVP, Web, PageModules
Sometime ago I built a custom resource provider for ASP.NET that relied on an attribute applied to the HTTP handler (usually a page ) class instead of its virtual path to determine the location of the resources. Something like this: [ ResourceLocationAttribute...
I've been asked if the Page Modules are really useful and if is there such an high cost on client-side redirects. I hope this helps to shed some light to the issue.
From the need to handle events in every rendered page and not wanting to pay the penalties (network usage and server load) of frequent client redirects, I came up with the concept of Page Modules. Read all about it.
Filed under: .NET, Architecture, ASP.NET, Community, SoftDev, C#, Microsoft, MSDN, MVP, Web, PageModules
(Republished at http://www.codeproject.com/useritems/PageHandlerFactoryWithMod.asp ) Introduction This article introduces the concept of Page Modules , which are similar to HTTP Modules but related to Page Life Cycle , and the need for them. How HTTP...
Filed under: .NET, Architecture, ASP.NET, Community, SoftDev, C#, Microsoft, MSDN, MVP, Web, PageModules
In a previous post , I talked about Page Flow Navigation vs. Page Navigation . This is an adaptation of the Reference Implementation to work with Page Flow Navigation . (You’ll need the changed version of the Page Flow Application Block .) Downloads Reference...
Filed under: .NET, Architecture, ASP.NET, Community, SoftDev, C#, Microsoft, MSDN, MVP, Web, WCSF, PnP, SoftwareFactories
In a previous post , I talked about Page Flow Navigation vs. Page Navigation . This is an adaptation of the PageFlowWithShoppingCartQuickStart sample to work with Page Flow Navigation . (You’ll need the changed version of the Page Flow Application Block...
Filed under: .NET, Architecture, ASP.NET, Community, SoftDev, C#, Microsoft, MSDN, MVP, Web, WCSF, PnP, SoftwareFactories, PageFlow
Introduction I've been working with page flows for the past days and the idea of navigating to a page flow instead of navigating between pages belonging to a pageflow is making more sense each time I think about it. The Web Client Software Factory...
Filed under: .NET, Architecture, ASP.NET, Community, SoftDev, C#, Microsoft, MSDN, MVP, Web, WCSF, PnP, SoftwareFactories, PageFlow
Glenn Blocks is requesting for feedback on what the p&p team should build for the next iteration of the Web Client Software Factory . If you have something in mind, let him know.
Filed under: .NET, Architecture, ASP.NET, Community, SoftDev, C#, Microsoft, MSDN, MVP, Web, WCSF, VisualStudio, PnP, SoftwareFactories
Continuing the improvement of the CustomTextMessageEncoder (see this and this ), this time I'll use the XmlDictionaryWriter instead of the XmlTextWriter whenever the character encoding is utf-8 , utf-16 or Unicode . To achieve this, all that's...
A kind reader of one of my blogs posed me a question about a problem with HttpUtility.UrlEncode . His problem was that he needed to URL encode São Marcos and instead of getting S%E3o%20Marcos he was getting S%C3%A3o%20Marcos . The problem here is the...
This bug has been around for a while and affects web site development when using custom identities (classes that implement System.Security.Principal.IIdentity ) and the ASP.NET Development Server. To reproduce this bug, you have to implement the IIdentity...
More Posts
Next page »