DOTNET POWER PLAY
.NET stuffings and MICROSOFT (C) technologies
Monday, January 31, 2005
Saturday, January 29, 2005
CodeGuru: C# Winforms Wizard
CodeGuru: C# Winforms Wizard: "A lot of time is spent in developing the simple but time-consuming user interface in Visual Studio .NET in the C# environment in the initial stages because Microsoft Corporation has provided a plain and simple form in the Wizard that is bundled with Visual Studio."
Thursday, January 27, 2005
Tuesday, January 25, 2005
Top Ten Tips for Web Services Interoperability
Top Ten Tips for Web Services Interoperability: "Top Ten Tips for Web Services Interoperability
I thought it might be fun to put together a 'Top Ten Tips for Web Services Interoperability' - especially between .NET and IBM WebSphere, BEA WebLogic and some of the open source toolkits. I'd love to add other people's experiences, findings and comments to this list..."
Monday, January 24, 2005
Saturday, January 22, 2005
Welcome to simonguest.com
Welcome to simonguest.com: " month-long webcast series focusing on interoperability � why it matters to the business, common strategies and methods, and guidance on specific implementation scenarios between the major platform players. We'll feature over 40 webcasts, cool giveaways, and brand-new technical guidance from experts such as Simon Guest, Dino Chiesa, and Navdip Bhachech"
Friday, January 21, 2005
Wednesday, January 19, 2005
ASP.NET Home: ASP.NET Whidbey: Working with the ASP.NET 2.0 ObjectDataSource Control
ASP.NET Home: ASP.NET Whidbey: Working with the ASP.NET 2.0 ObjectDataSource Control: "Summary: ADO.NET and the SqlDataSource make two-tiered data access easy in ASP.NET 2.0. However, they aren't as helpful in n-tier applications, where the ObjectDataSource provides that same ease of use for business objects. Learn how to use the ObjectDataSource control to build a proper multi-tier Web application with the ASP.NET 2.0 Framework. (17 printed pages)
Contents"
Web Services Developer Center: Web Services Enhancements (WSE): Using Role-Based Security with Web Services Enhancements 2.0
Web Services Developer Center: Web Services Enhancements (WSE): Using Role-Based Security with Web Services Enhancements 2.0: "Summary: How to use Web Services Enhancements 2.0 SP1 for Microsoft .NET (WSE 2.0) to integrate X.509-based WS-Security authentication with role-based security features in the Microsoft .NET Framework. Highlights the use of WS-Policy in WSE 2.0 to greatly simplify tasks. (26 printed pages)"
Sunday, January 16, 2005
Friday, January 14, 2005
ASP.NET Development Center Home: Using HTTP Modules and Handlers to Create Pluggable ASP.NET Components
ASP.NET Development Center Home: Using HTTP Modules and Handlers to Create Pluggable ASP.NET Components: "Using HTTP Modules and Handlers to Create Pluggable ASP.NET Components
Scott Mitchell, 4GuysFromRolla.com Atif Aziz, Skybow AG
September 2004
Summary: In this article, Scott Mitchell and Atif Aziz show how you can use HTTP modules and handlers to add error logging to your ASP.NET applications. (22 printed pages)"
Scott Watermasysk - Code Samples Entries
Scott Watermasysk - Code Samples Entries: "Code Samples Entries
Quick and dirty code examples. Probably not much explanation, but hopefully you will find them handy."
Microsoft ASP.NET v1.1 Member Management Component Prototype
Microsoft Member Roles Add-On fo Microsoft ASP.NET v1.1 Member Management Component Prototype
Microsoft ASP.NET v1.1 Membership Management Component Prototype is a collection of classes and sample scripts that allows a developer to more easily authenticate users, authorize users, and store per-user property data in a user profile.
Thursday, January 13, 2005
Wednesday, January 12, 2005
Security on .net (MSDN) starting point
Security .NET Security
The Microsoft .NET Security page has been moved. Please visit the new location at the Security Developer Center, where you can find in-depth content, community resources, downloads, product information, and more.
Tuesday, January 11, 2005
Monday, January 10, 2005
Thursday, January 06, 2005
WSDL.EXE problem with BEA WSDL
As it turns out, using the 1.x builds of the .NET Framework, wsdl.exe (and VS.NET) are sometimes unable to process perfectly good WSDL documents generated from the latest versions of BEA WebLogic Workshop. If the WSDL contains multiple schemas, and any have the same targetNamespace as another, you'll get something like, "a schema with the namespace 'urn:foo-bar" has already been added."
There are not currently plans to fix this behavior in the 1.x versions of the framework. The product group is, however, planning to fix it in 2.0 (although it's not yet in beta 1 yet). Since I know at least 2 large Microsoft customers have hit this problem, I thought someone else might find this XSLT transform beneficial.