February 2008 - Posts
Windows Server 2008 Security Guide is available on Microsoft TechNet site and my favorite subject inside is actually IIS7 related chapter ( Chapter 6: Hardening Web Services ). This chapter focuses on how to harden Web servers running Windows Server 2008...
read more
Architects and developers can use the Web Client Software Factory to quickly incorporate many of the proven practices and patterns of building Web client applications. These practices and patterns have been identified during the development of many Web...
read more
Take a look on the following code snippet: Func < int , int > r = null ; r = n => n > 1 ? r(n - 1) + r(n - 2) : n; Console .WriteLine(r(6)); It's hard to read it and understand from one reading, isn't it?
read more
LINQ to Active Directory implements a custom LINQ query provider that allows querying objects in Active Directory. Internally, queries are translated into LDAP filters which are sent to the server using the System.DirectoryServices .NET Framework library...
read more
Until we are waiting for the first public beta of Silverlight 2, which will be a major update of Silverlight that focuses on enabling Rich Internet Application (RIA) development, Scott Guthrie has published his team effort on the rich set of features...
read more
Good news Maybe you have noticed that there are few changes in Visual Studio 2008 XML related tools, but however here is the list of changes: Fully supported IntelliSense Using of code snippets when editing XML, XSLT, XSD … Schema cache and Schema...
read more
Congratulations, first place goes to Macedonia. more @ http://www.silverlightchallenge.eu
read more