Monthly Archives: August 2005

ASP.NET tips

How to create simple RSS feed Practical using stored procedures for paging and sorting data for asp.net grid Extensive ASP.net security guidances Components of ASP.net, WebGarden Model, HTTP Pipeline Securely Implement Request Processing, Filtering, and Content Redirection with HTTP Pipelines … Continue reading

Posted in Web | Leave a comment

An Extensive Examination of Data Structures in .NET

For FW 1.1  and FW 2.0    

Posted in System | Leave a comment

Agile Project Management & Bug Tracking Software

TargetProcess:Suite is a web-based integrated agile project management and bug tracking software. It is designed to solve distributed teams problems and support agile development processes like Extreme Programming. Integrated Bug Tracking makes project management more effective, improves overall project traceability … Continue reading

Posted in Tools | Leave a comment

WS-E updates: WS-C, WS-AT, WS-BA

The WS specifications related to Transactions (WS-Coordination, WS-AtomicTransaction and WS-BusinessActivity) have just been updated: http://msdn.microsoft.com/webservices/webservices/understanding/specs/default.aspx?pull=/library/en-us/dnglobspec/html/wsatspecindex.asp    

Posted in SOA | Leave a comment

Introducing System.Transactions in .NET 2.0

Juval Lowy introduces his publication about System.Transanctions. "…Developers on the Microsoft® Windows® platform traditionally choose between two transactional programming models: explicit transaction management or declarative transaction flow and management. Both these programming models have their disadvantages and neither one is … Continue reading

Posted in N-tier system | Leave a comment

Discovering Patterns in .NET Framework

Rob Pierry published an interesting article about design patterns in August MSND Magazine: "Discover the Design Patterns You’re Already Using in the .NET Framework"  

Posted in Design | Leave a comment

New Trace features in .NET FW 2.0

John Robbings at his article wrote "… The number-one sentiment about tracing is that it’s very cool that you set a TraceSwitch externally in the config file, but getting the TraceSwitch to reread the config file while the app is running is … Continue reading

Posted in Debugging | 1 Comment

.NET multithreading articles

There I’d like to post a bunch of .NET multithreading articles:   1) Concurrency programming: http://blogs.msdn.com/larryosterman/archive/2005/2/11.aspx "…processor has no way of accessing 64bit addresses atomically.  What that means is that when a 32bit processor writes a 64bit value, it does … Continue reading

Posted in System | 60 Comments

WinFX Beta1 Image Download

Thanks to Keith Swem from MS WinFX Team who give a link to the image version of WinFX Beta1: http://www.microsoft.com/downloads/details.aspx?FamilyID=64193cc5-d566-402c-a211-ba48b312cf6d&displaylang=en   Moreover, I thank him for help in resolving some problems related WinFX RC beta1 and real Beta1 – this two version … Continue reading

Posted in Evangelism | Leave a comment

WinFX: Giving Computers a Voice

I’d like to post some links to the articles and samples of how to use SpeechAPI in WinFX. First article, small FAQ, one more FAQ, and now Speech synthesis example and Speech grammars example. To start it working u need: 32bit WindowsXP + SP2 … Continue reading

Posted in Evangelism | Leave a comment