Design, Solutions and .NET Framework by Dejan Dimitrovski

February 2008 - Posts

IIS 7.0 Security aspects
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
Posted: Fri, Feb 29 2008 2:27 by dejan | with no comments
Filed under: , ,
Web Client Software Factory 2.0
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
Lambda expressions
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
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
Silverlight 2.0 Beta1 Feature Set
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
Posted: Mon, Feb 25 2008 8:51 by dejan | with no comments
Filed under:
Visual Studio 2008 XML Tools
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
Posted: Mon, Feb 25 2008 8:40 by dejan | with 2 comment(s)
Filed under: ,
1st European Silverlight Challenge
Congratulations, first place goes to Macedonia. more @ http://www.silverlightchallenge.eu read more
Posted: Thu, Feb 21 2008 13:44 by dejan | with no comments |
Filed under: