![]() |
Tags | Domains | Searches | Statistics | Options | Advanced Search |
Software design & architecture - 42 minutes ago
Today I passed my first .NET 3.5 exam: the 70-503 (Windows Communication Foundation Application Development) exam. It wasn't easy and I can say that I was lucky: I've got only one question regarding WCF and COM+ (which …
Also tagged: wcf, web services, soa, exam, vs2008
ASP.NET Debugging - 11 hours ago
We tend to get an issue in the ASP.NET support group from time to time that is around Reporting Services. These are generally issues around the process taking up large amounts of memory or slow performance or similar …
Also tagged: asp net, reporting services
荒井省三のBlog - 24 hours ago
Guidance Automation eXtensionのVisual Studio 2008 SP1に対応したアップデートがリリースされています。このリリースのインストールは、以下のような順序で行います。 Visual Studio 2008 SP1 Visual Studio 2008 SDK 1.1 GAX 2008 February Guidance Automaintion Toolkit 2008 …
ASP.NET Debugging - Oct 3, 2008
There are 3 different ways you can store session in an ASP.NET application: InProc (default mode) State Server SQL Server InProc means we store the data in the same process (in memory) on the web server, in the …
荒井省三のBlog - Oct 3, 2008
Silverlight2.0 RC0に対応したDynamic Language SDK 0.4.0が公開されています。 お知らせまで。 追伸:まだ、DLRの変更点とかまで調べきれていません。
Spic and Spam - Oct 2, 2008
I've been a consultant for over 8 years and during that time, I've lead a few projects, been on a few and helped to clean up a few more. I have also been a part of some failed projects, which honestly, if you're going …
Also tagged: commerce server, moss
Spic and Spam - Oct 2, 2008
A common issue that occurs on all development projects is when is someone done. You will here phrases like: I'm done, but... I'm done except for... I'm kinda done. I'm done when it works on my machine, etc …
Also tagged: commerce server, moss
![]() |
Microsoft Web Platform Installer Beta ReleasedCarlosAg Blog - Oct 2, 2008 Today we are releasing a new Web Site at http://www.microsoft.com/web/ where users can get a one stop shop for learning about the Microsoft Web Platform. This is part of a bigger effort to make it easier to get started … Also tagged: iis |
ASP.NET Debugging - Oct 2, 2008
Thought I would give a little details on one type of optimization that it is possible to see and explain what it is and how it affects things so that if you come across it, you will understand what is happening. So …
Code Junkie - Oct 1, 2008
It's been a while since I posted my last blog entry. This time it is on few ASP.NET data binding scenarios and how you should use AntiXss encoding. Very important for ASP.NET developers. Check it out on our team blog …