Thursday, February 7, 2008

Links of interest

Testing

http://xunitpatterns.com

LINQ

Q&A: http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=2769747&SiteID=1

LINQ in tiered application: http://geekswithblogs.net/michelotti/archive/2007/12/30/118076.aspx

ASP.NET

Some bits onto LosFormatter and ViewState serialization: http://weblogs.asp.net/vga/archive/2004/05/11/DontLetTheBinaryFormatterGetAtIt.aspx

ASP.NET load balanced deployment considerations: http://www.c-sharpcorner.com/UploadFile/gopenath/Page107182007032219AM/Page1.aspx http://www.eggheadcafe.com/articles/20030514.asp

WCF ASP.NET compatibility modes: http://msdn2.microsoft.com/en-us/library/aa702682.aspx

IIS

Setting P3P policy for IIS. Open your IIS and expand local computer -> expand Web Site -> Expand Default Web Site -> go to your virtual directory -> right click to properties -> go to Http Header Tab -> Custom Http Headers and click Add -> Key in Custom Header name ="(P3P) and Custom Header Value = "(policyref="Full URL for ur policy file location", CP="NON DSP COR CURa TIA")" http://programmingschools.blogspot.com/2007/05/create-cookies-cross-domain.html

How to install IIS certificate from the .cer file that customer threw at you without telling you a password. http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/53dfdb5e-6106-4d99-85bb-da199bc27c7e.mspx?mfr=true

Enable XPI download via IIS: http://www.digcode.com/default.aspx?page=ed51cde3-d979-4daf-afae-fa6192562ea9&article=d3b72da5-f037-4e0c-90a1-f81f8b59daee

WCF Reservation of namespaces

http://msdn.microsoft.com/en-us/library/ms733768.aspx and doing it programmatically: http://www.pluralsight.com/blogs/keith/archive/2005/10/17/15632.aspx
And the one extra to read for Vista: http://dotnetraj.spaces.live.com/Blog/cns!8FAA9A469DC71DC!279.entry?wa=wsignin1.0

And a small observation:
netsh http add urlacl url=http://+:8000 user=domain\account

will not work and (error: 87), you need to add a '/' to the url:

netsh http add urlacl url=http://+:8000/ user=domain\account

Other

Command line visual studio performance tools: http://blogs.msdn.com/wenlong/archive/2007/12/04/profiling-wcf-wf-applications-with-vs-performance-profiler.aspx

DNS based cross domain javascript and cookies thoughts: http://www.alexpooley.com/2007/08/07/how-to-cross-domain-javascript/

Overall very good review onto current cross domain browser issues: http://www.coachwei.com/blog/_archives/2008/3/11/3574715.html

Selecting the right Garbage Collector mode: http://www.informit.com/guides/content.aspx?g=dotnet&seqNum=621 http://blogs.msdn.com/maoni/archive/2004/09/25/234273.aspx

Compress/Decompress multiple files with Gzip in .NET 2.0. http://blogs.msdn.com/dotnetinterop/archive/2006/04/05/.NET-System.IO.Compression-and-zip-files.aspx http://www.codeplex.com/DotNetZip

 

No comments: