|
<<
Page 1 of 4
>>
Using Nested Master Pages in VS 2008
Scott Guthrie
writes " The good news is that VS 2008 fully supports nested master pages, and makes using them super easy. Going forward I recommend that almost all ASP.NET projects should advantage of this feature - since it can add tremendous flexibility to the UI of your projects. Using Nested Master Pages With VS 2008...."
Getting the Modified Files for a Team Build in Orcas
Aaron Hallberg
writes "....We added a property to our MSBuild logic called GetPopulateOutput - if you set this property to true, the Get task populates three output item groups:
"
How to access Server Controls From Client Script
Michael Palermo
writes " how to access the value of a server control from client-side script...Here is the markup of a content page - notice the script tag....Because ASP.NET will alter the ID of a server control based on a variety of reasons, accessing the client id is the best way to get the actual rendered id!
"
Case insensitive string comparison utility
Michael Palermo
writes "Here is a little utility method that takes two strings and determines equality while ignoring case...."
June 27 if you are in the Southwest
Steele Price
writes "The main speaker this year will be Scott Guthrie, the original creator of Microsoft's ASP.NET architecture. He is a general manager at Microsoft over many areas of developer technology including ASP.NET, IIS, ASP.NET Ajax, and Silverlight. His presentation will center on the newest video and web technology that has been announced at recent conferences"
Using XamlWriter and XamlReader to clone an object
Mike Hillberg
writes "...here’s a trick to clone an object by writing it out to Xaml then reading it back in. As such, the cloning rules it follows matches the Xaml serialization rules (see here for some more info). That primarily means that it only clones public properties – no fields or events – and it clones deep. So here’s what the code might look like:"
Silverlight shines brighter!
Somasegar
writes "With these technologies and products, we are taking a huge step forward to deliver a comprehensive client application platform and a consistent tool set that spans standards based web to rich interactive applications to the desktop and devices."
Code for Scripting XML Configuration Files
David Aiken
writes "Recently I needed a way of changing some configuration parameters to automate some deployment, seemed like a job for PowerShell....Pretty neat. Hopefully you can see how this can be applied to ConnectionStrings and all those other configuration sections."
Silverlight news
Chris Auld
writes "Silverlight includes cross platform .NET in the browser. Uses the same CLR that ships with full framework- it has the same JIT, GC and type-system that you have with desktop .NET apps today. It means that it loads and can run the same compiled assemblies that are used with the .NET Framework today- subject to it not quite having the full framework at its disposal- i.e. som namespaces are missing."
Two ASP.NET Configuration Best Practices
Brian Sherwin
writes "Disable the ability to request WSDL definitions from ASP.NET web services....The < deployment retail =” true ” / > Switch in Maching.config"
Unlimited free SMS messages, exposed as a .NET Class Library!
Jonas Folleso
writes " ....A simple C# library allowing you to send unlimited free SMS messages through "Ung1881". You can choose to either download the compiled binaries or the source code..."
You can add a custom folder to XPe catalog
Alexander Wechsler
writes "Create your own custom folders in the XPe catalog....One has to start Component Designer from the command line using the -C parameter such as"
Detecting if IIS is installed and ASP/ASP.NET is registered
Scott Dorman
writes "The question at hand really boils down into two separate issues: How to detect if Internet Information Services (IIS) is installed. How to detect if ASP and/or ASP.NET is registered with IIS. The best way to detect if IIS is installed is to look for the presence of the following registry key:"
Drools.NET - .NET Rules Engine
Johnson Smith
writes "Last couple of weeks, we had some issues in creating rules engine for our aviation requirements using Microsoft WWF(Windows Workflow Foundation), but unfortunately WWF doesn't fufill our requirements. So, finally we decided to create a customized powerful rules engine and we got recommendation on Drools.NET framework from one of fellow of Microsoft Corporation. Here, I would like to give brief introduction about Drools.NET framework..."
DNN Interface & Scalability - anyone have any experience?
Robert Chartier
writes "What I would like to know is if anyone has had any experience in a large scale roll-out of this popular portal. Specifically, have you ever had upwards to a million plus users in the system, and had to deal with the administration of these users. Lets take a quick example:"
ELMAH - Review Web App's Errors
Johnson Smith
writes " An open-source HTTP modules and handlers designed by Atif Aziz (www.raboof.com) and referred to as Error Logging Modules and Handlers (ELMAH). Whenever a runtime error occurs in one of our Web applications (SharePoint or ASP.NET), ELMAH logs the error and e-mails me its details. This provides us with a few precious minutes to fix the problem before the user has a chance to report it. When an unhandled exception is encountered in an ASP.NET or SharePoint application, the application's Error event is raised, which can be handled in the application's Global.asax file or by an HTTP module...."
.Net Framework mobile applications crashing (Map4PDA/etc) after the Q's MOL2 update? The fix is here!
Aaron Tiensivu
writes "More clever users have discovered how to work around an IME bug in the new MOL2 update which seems to make a lot of .NET Framework applications crash under Windows Mobile 5...."
It's not right when IsRightToLeft is wrong
Michael Kaplan
writes "Yesterday in the post For the [locale] explorer in you...., I mentioned that there was a bug. Francois is actually the person who saw it, and he came and asked me about it....The bug can be seen in the picture of the Uighur (PRC) culture (ug-CN):"
ASP.NET AJAX 1.0 RC Available
SharePoint Blogs
writes "Microsoft has released ASP.NET AJAX 1.0 RC (12-14-2006). You can download RC:"
Rules for the FORMAT_STRING derivation
Chris Webb
writes "If you've ever wondered (as I have, on occasion) why the FORMAT_STRING property of a calculation is sometimes inherited from whatever measure you're using inside your calculation and sometimes not, here's a short KB article describing the rules that are applied...."
<<
Page 1 of 4
>>
|