Archives
-
Top 5 Web Service Mistakes
A great article had been published by Paul Ballard about five common architectual and not technology mistakes that enterprises make when developing web services.
-
MSDN Solution Architecture Center
Up and running…. MSDN Solution Architecture Center where you can find lots of resources for architects…
-
Localization Practices for .Net
A nice article had been published by Michele Leroux Bustmante about Localization of .Net apps…
-
Cool Tools resources for the .Net Developer
If you are looking for some cool tools check the following sites:
-
Programming the .NET Compact Framework in C# (free eBook)
Two books titled Programming the .Net Compact Framework are available free of charge on the net one of the book is based on C# samples and the other based on VB samples.
-
vXCopy - Multi-threaded Files copy tool (C# 2.0)
vXCopy is a cool Multi-threaded Files copy tool with Suspend/Resume support.
-
dotEasy - Great VS addin
dotEASY is a Visual Studio .Net Add-in that evaluates C# source code and performs “advices” in order to improve software quality.. The configuration and programming of the “advices” is invisible to the developer, the tool’s final user, who only requests for code evaluation. A new “advice” can be created defining metrics, thresholds and optionally programming validation classes and execution classes to automatically modify the code. The export and import capabilities allow one person to create an “advice”, which can be configured and exported, so it can be used by many other people.
-
Infopath references
For anyone looking for InfoPath references check :
-
My Enterprise Library Webcast Recording is Online
My Enterprise Library Webcast that was delivered on 17.5.2005 is finally online so if you missed my webcast or want to hear it again come and watch the recording.
-
Threat Modeling Web Applications
Patterns & practices introduces a new approach to threat modeling for Web applications. Threat modeling helps you model your security design so that you can expose potential security design flaws and vulnerabilities before you invest significant time or resources. This approach is integrated into MSF Agile in Visual Studio 2005 and builds on, simplifies, and refines the original six-step threat modeling process from Improving Web Application Security.
-
WSE 3.0 beta comming soon...
WSE 3.0 will a add significant new functionality including, enabling the ASMX programming model over multiple transports (e.g. http, tcp), substantially improved security policy to enable common security messaging scenarios, MTOM for message attachments, interoperability with Indigo and conformance to the latest WS specifications. Based around the themes of Visual Studio 2005 integration, cross platform interoperability and standards support.
-
Learn to Write C# the Fun Way
-
Enterprise Library 1.0 Hands On Labs
The Enterprise Library 1.0 Hands On Labs are now available for download from Microsoft’s web site.
-
Enterprise Library - Dynamic Database Factory
How do I use the Data Access Block with connection information that is not known until runtime?
-
GMail support POP3 and Email Forwarding
I haven’t noticed it till today that GMail now support POP3… and EMail Forwarding….
-
Enterprise Library Webcast (Just Returned)
Well I've just returned from my Enterprise Library WebCast For Israel’s Developer Community and it was fun !
-
Snippets Code Library
Nice C# / Asp / Vb Snippets collection can be found at Ted’s Code Library
-
Enterprise Library Webcast - This Tuesday !
On Tuesday 17.5.2005 I’ll be conducting an Enterprise Library webcast for Israel’s Developers Community so if you are speaking Hebrew and can afford one hour to learn what Enterprise Library is all about …
-
Guidance Automation Toolkit
The Guidance Automation Toolkit is an extension to Visual Studio 2005 that allows architects to author rich, integrated user experiences for reusable assets including frameworks, components and patterns. The resulting Guidance Packages are composed of templates, wizards and recipes, which help developers build solutions in a way consistent with the architecture guidance
-
Allow active content to run in files on My Computer - XP SP2 / Win2003 SP1
When you encounter a Web page that is trying to run active content on your computer, you will receive a message prompting you to indicate whether you want to allow this. If you are certain that you want to allow the Web page to run ActiveX controls or scripts, click Yes in the message box. By clicking Yes, you allow the active content to run on the Web page you’re viewing, but only on that occasion. If you leave the page and return to it later, you will receive the message again (because you did not change the setting that allows active content to run on your computer).
-
Designing .NET Class Libraries
The Designing .NET Class Libraries series presents design guidelines for developing classes and components that extend the .NET Framework. The goal of the Designing .NET Class Libraries series is to encourage consistency and predictability in public APIs while enabling Web and cross-language integration. The guidelines presented in Designing .NET Class Libraries are intended to help class library designers understand the trade-offs between different solutions. There might be situations where good library design requires that you violate these design guidelines. Such cases should be rare, however it is important that you provide a solid justification for your decision.
-
CAB - Composite UI Application Block
Composite UI Application Block (CAB) is a guidance asset (an application block) based on .NET 2.0. It’s intended to provide proven practices to build complex UIs based on simpler “parts” (SmartParts as we call them, “WinParts” in other architectures).
-
Sql Server, ASP and some more FAQ
Check out 531 Q&A about Sql Server, Components, Forms, File System, Email, Dates, General, all in one big PDF file over Asp FAQ
-
How do I remove previous versions of SQL Server 2005 / Whidbey?
If you want to install Visual Studio 2005 or SQL Server 2005 beta version and found out that you are unable to uninstall the previous version….
-
Free eBook - COM & .Net Interoperability eBook
Another free eBook from the Server Side !