<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://msmvps.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>SharePoint world of ECM and Information Management : General</title><link>http://msmvps.com/blogs/laflour/archive/tags/General/default.aspx</link><description>Tags: General</description><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP2 (Build: 40407.4157)</generator><item><title>Australia only discount vouchers for MS Exams. Ask me one</title><link>http://msmvps.com/blogs/laflour/archive/2009/01/13/australia-only-discount-vouchers-for-ms-exams-ask-me-one.aspx</link><pubDate>Tue, 13 Jan 2009 06:57:20 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1661276</guid><dc:creator>Michael</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/laflour/rsscomments.aspx?PostID=1661276</wfw:commentRss><comments>http://msmvps.com/blogs/laflour/archive/2009/01/13/australia-only-discount-vouchers-for-ms-exams-ask-me-one.aspx#comments</comments><description>&lt;p&gt;I have several 10% discount vouchers on Microsoft Exams valid till March 31, 2009&lt;/p&gt;  &lt;p&gt;Note that the limited time offer is valid &lt;strong&gt;in Australia ony&lt;/strong&gt;&amp;#160; and for Microsoft Certified Technology Specialist (MCTS), Microsoft Certified IT Professional (MCITP) and Microsoft Certified Professional Developer (MCPD) exams only.&lt;/p&gt;  &lt;p&gt;If you want to get one drop me a word via “&lt;a href="http://msmvps.com/blogs/laflour/contact.aspx" target="_blank"&gt;Contact Form&lt;/a&gt;” page&lt;/p&gt;  &lt;p&gt;Mirror: &lt;a href="http://laflour.spaces.live.com/blog/cns!7575E2FFC19135B4!1418.entry"&gt;Australia only discount vouchers for MS Exams. Ask me one&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1661276" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/laflour/archive/tags/General/default.aspx">General</category></item><item><title>SQL Encryption Overview</title><link>http://msmvps.com/blogs/laflour/archive/2008/10/27/sql-encryption-overview.aspx</link><pubDate>Mon, 27 Oct 2008 07:58:49 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1652092</guid><dc:creator>Michael</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/laflour/rsscomments.aspx?PostID=1652092</wfw:commentRss><comments>http://msmvps.com/blogs/laflour/archive/2008/10/27/sql-encryption-overview.aspx#comments</comments><description>&lt;p&gt;In these days I’m working on SQL encryption, and would like to post best guidelines for this&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;1. Choose from &lt;strong&gt;Symmetric&lt;/strong&gt; vs &lt;strong&gt;Asymmetric &lt;/strong&gt;encryption, based on the security of key distribution. &lt;/p&gt;  &lt;p&gt;Symmetric encryption algorithms are historically computationally fast, which makes them a good choice when encrypting large amounts of data or when key distribution is not a concern&lt;/p&gt;  &lt;p&gt;2. Protect “Data-in-motion” – transferred data by selecting the right protocol and “Data-at-rest” – stored data.&lt;/p&gt;  &lt;p&gt;3. Choose from encryption in &lt;strong&gt;Database Level &lt;/strong&gt;vs&lt;strong&gt; Row/Collumn Level&lt;/strong&gt;.&lt;/p&gt;  &lt;p&gt;Database level encrypt the whole data file and each db manipulations request data decryption, which hinders performance for big db.&lt;/p&gt;  &lt;p&gt;4. Prefer to create Certificates rather then use pass-phrases or keys&lt;/p&gt;  &lt;p&gt;It simplifies key management and you don’t need to use your pass or pass-phrase in each stored proc&lt;/p&gt;  &lt;p&gt;5. Generate you keys with the most advanced algorithms (AES for Symmetric for example, but it request Win2k3 and above)&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Resources:&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;&lt;a title="http://aspnet.4guysfromrolla.com/articles/021407-1.aspx" href="http://aspnet.4guysfromrolla.com/articles/021407-1.aspx"&gt;http://aspnet.4guysfromrolla.com/articles/021407-1.aspx&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a title="http://aspnet.4guysfromrolla.com/articles/022107-1.aspx" href="http://aspnet.4guysfromrolla.com/articles/022107-1.aspx"&gt;http://aspnet.4guysfromrolla.com/articles/022107-1.aspx&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a title="http://www.sqlservercentral.com/articles/SQL+Server+2005+-+Security/sql2005symmetricencryption/2291/" href="http://www.sqlservercentral.com/articles/SQL+Server+2005+-+Security/sql2005symmetricencryption/2291/"&gt;http://www.sqlservercentral.com/articles/SQL+Server+2005+-+Security/sql2005symmetricencryption/2291/&lt;/a&gt; &lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Mirror: &lt;a href="http://laflour.spaces.live.com/blog/cns%217575E2FFC19135B4%211293.entry"&gt;SQL Encryption Overview&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1652092" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/laflour/archive/tags/General/default.aspx">General</category></item><item><title>Farewell to TechEd 2008, Sydney</title><link>http://msmvps.com/blogs/laflour/archive/2008/09/07/farewell-to-teched-2008-sydney.aspx</link><pubDate>Sun, 07 Sep 2008 11:02:01 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1647058</guid><dc:creator>Michael</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/laflour/rsscomments.aspx?PostID=1647058</wfw:commentRss><comments>http://msmvps.com/blogs/laflour/archive/2008/09/07/farewell-to-teched-2008-sydney.aspx#comments</comments><description>&lt;p&gt;Teched 2008 in Sydney finished. It were amazing 4 days of intensive sessions and parties afterwards.&amp;#160; I attended mostly all SharePoint session about infrastructure, governance and architecture, BizTalk sessions and ASP.NET MVC and LINQ session. The overall impression is high. Not all session were as good as I expected, but SharePoint once where just awesome - Joel Oleson and Michael Noel are just great. Really impressed.&lt;/p&gt;  &lt;p&gt;Got a lot of new info, which trying to sort now.&lt;/p&gt;  &lt;p&gt;The locknote was run by MS “futuronist” architect, describing how nowadays communication changes our life. The resume is that - expose everything to “services” and “context based devices” are&amp;#160; our future.&lt;/p&gt;  &lt;p&gt;Can’t wait the Tech-Ed 2009 in Goldcoast and expecting to deliver my SharePoint presentations at TechEd 2009&lt;/p&gt;  &lt;p&gt;Mirror: &lt;a href="http://laflour.spaces.live.com/blog/cns!7575E2FFC19135B4!1210.entry"&gt;Farewell to TechEd 2008, Sydney&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1647058" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/laflour/archive/tags/General/default.aspx">General</category></item><item><title>Attending TechEd, Australia</title><link>http://msmvps.com/blogs/laflour/archive/2008/09/02/attending-teched-australia.aspx</link><pubDate>Tue, 02 Sep 2008 10:37:20 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1646456</guid><dc:creator>Michael</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/laflour/rsscomments.aspx?PostID=1646456</wfw:commentRss><comments>http://msmvps.com/blogs/laflour/archive/2008/09/02/attending-teched-australia.aspx#comments</comments><description>&lt;p&gt;Going to attend the following TechEd sessions&lt;/p&gt;  &lt;p&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/laflour.AttendingTechEdAustralia_5F00_12209/TechEdsessions_5F00_2.jpg"&gt;&lt;img title="TechEdsessions" style="border-right:0px;border-top:0px;border-left:0px;border-bottom:0px;" height="584" alt="TechEdsessions" src="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/laflour.AttendingTechEdAustralia_5F00_12209/TechEdsessions_5F00_thumb.jpg" width="704" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Mirror: &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1646456" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/laflour/archive/tags/General/default.aspx">General</category></item><item><title>8 random facts</title><link>http://msmvps.com/blogs/laflour/archive/2008/04/13/8-random-facts.aspx</link><pubDate>Sun, 13 Apr 2008 07:58:41 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1585212</guid><dc:creator>Michael</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/laflour/rsscomments.aspx?PostID=1585212</wfw:commentRss><comments>http://msmvps.com/blogs/laflour/archive/2008/04/13/8-random-facts.aspx#comments</comments><description>&lt;p&gt;Last 3 weeks were a bit tough, didn&amp;#39;t have enough time to blog&lt;/p&gt; &lt;p&gt;I moved back to the Sydney from long client engagement at Canberra government, had 2 short-term engagement in Sydney and was tagged by &lt;a href="http://notgartner.wordpress.com/2008/04/08/8-random-facts/" target="_blank"&gt;Mitch Denny regarding 8 random facts&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;So, it&amp;#39;s my turn&lt;/p&gt; &lt;ol&gt; &lt;li&gt;I&amp;#39;m half Russian half Pole - my family roots start from Kraków (Poland), but I was born in Russia.  &lt;li&gt;At high school I took the third place at the sport sniper competition over all regional schools  &lt;li&gt;The first PC I ever seen were&amp;nbsp; &lt;a href="http://en.wikipedia.org/wiki/Commodore_Amiga"&gt;Commodore Amiga&lt;/a&gt;. I was so stunned and I understood that it&amp;#39;s exactly what I wanna do all my life.  &lt;li&gt;The first game I wrote were Sokoban, it were developed on basic with &lt;a href="http://en.wikipedia.org/wiki/ZX_Spectrum" target="_blank"&gt;ZX-Spectrum&lt;/a&gt;. (somewhere between 1990-1992)  &lt;li&gt;I have some problems with vestibular apparatus - it feel myself dizzy even in cab  &lt;li&gt;I was an active FIDO user (NET5063:27.12)and used TMail + GoldED, also I run BBS with Quake game content  &lt;li&gt;I took the 3rd place at the regional Quake-2 contest at year 2001  &lt;li&gt;I was fired from one of my first jobs for failing the project deadline (8 years ago). &lt;/li&gt;&lt;/ol&gt; &lt;p&gt;Mirror:&amp;nbsp; &lt;a href="http://laflour.spaces.live.com/blog/cns!7575E2FFC19135B4!1006.entry"&gt;8 random facts&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1585212" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/laflour/archive/tags/General/default.aspx">General</category></item><item><title>Twitter map</title><link>http://msmvps.com/blogs/laflour/archive/2008/03/15/twitter-map.aspx</link><pubDate>Sat, 15 Mar 2008 11:10:28 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1543718</guid><dc:creator>Michael</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/laflour/rsscomments.aspx?PostID=1543718</wfw:commentRss><comments>http://msmvps.com/blogs/laflour/archive/2008/03/15/twitter-map.aspx#comments</comments><description>&lt;p&gt;&amp;quot;&lt;a href="http://explore.twitter.com%20" target="_blank"&gt;Twitter Blocks&lt;/a&gt;&amp;quot; is a nice tool to build the map of your Twitter&amp;#39;s neighbours&lt;/p&gt; &lt;p&gt;Mine looks so &lt;a title="http://explore.twitter.com/blocks/#laflour" href="http://explore.twitter.com/blocks/#laflour"&gt;http://explore.twitter.com/blocks/#laflour&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;font size="1"&gt;Mirror: &lt;/font&gt;&lt;a title="Twitter map" href="http://laflour.spaces.live.com/blog/cns!7575E2FFC19135B4!970.entry"&gt;&lt;font size="1"&gt;Twitter map&lt;/font&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1543718" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/laflour/archive/tags/General/default.aspx">General</category></item><item><title>Era of pure software developers comes to an end</title><link>http://msmvps.com/blogs/laflour/archive/2008/03/06/era-of-pure-software-developers-comes-to-an-end.aspx</link><pubDate>Thu, 06 Mar 2008 11:24:52 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1535196</guid><dc:creator>Michael</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/laflour/rsscomments.aspx?PostID=1535196</wfw:commentRss><comments>http://msmvps.com/blogs/laflour/archive/2008/03/06/era-of-pure-software-developers-comes-to-an-end.aspx#comments</comments><description>&lt;p&gt;In last years I&amp;#39;ve started to note that there is no place for the pure developers in Computer Science world - their era comes to end. By &amp;quot;pure software developers&amp;quot; I mean those who speciality is just writing code and nothing else.  &lt;p&gt;I&amp;#39;d say I mean geeks. I&amp;#39;m not blaming them, because I consider myself being a geek a bit, but I reckon geeks are not valuable now as they were before - about 5 years ago.  &lt;p&gt;There are some changes happened in IT world. Looking around I found that IT became mature - we are not in infancy stage. We started to develop not for the sake of developing but for others. We are trying to automate the businesses, routines and we put software wherever it possible. It&amp;#39;s hard to find the place where we don&amp;#39;t use PC. We even finally started not the business for software, but software for business.  &lt;p&gt;Infancy has been ended.&amp;nbsp; &lt;p&gt;Now we need to think what to do with all that crap we created and how to resolve existed problems  &lt;p&gt;We are on the threshold to come on another level of abstractions, but we can&amp;#39;t go further being on the same boat - we need paradigm shift. We need to be on the next level of maturity to solve current problems.  &lt;p&gt;Looking at the existed problems in all areas, like prediction systems, data mining, robotics end etc we see that everything is really good engineered - good architectures and good models, but it doesn&amp;#39;t work as we expected, because we are missing the humane factor.  &lt;p&gt;I mean that existed Computer Science engineers can&amp;#39;t solve existed problems, because they think in machine terms, losing the humanity. We resolve problems building machine algorithms, not the psychology algorithms.  &lt;p&gt;Just a simple example, when you bought something on Amazon they record your purchasing and then when you return back they try to predict your taste, suggesting new items based on what is already bought - just standard &amp;quot;prediction system&amp;quot;. It&amp;#39;s good example which shows the power of machine perspective, where everything is easy predicted. But fails from human point of view.&amp;nbsp; Half year ago I bought comics on Amazon as a present to my friend. Since then whenever I come to the Amazon they always suggest me different comics :( I don&amp;#39;t want them. I don&amp;#39;t even like comics. That purchase was exceptional for me, I only interesting in IT books.&amp;nbsp; System is not able to track such behaviour which is natural to people.  &lt;p&gt;I reckon that nowadays we should bring the psychological engineers to Computer Science world, who build the psycho logic algorithms based on the human actions. We should predict people behaviour not the results of behaviour.  &lt;p&gt;This psychology in Computer Science will be that factor (paradigm shift) which allows us to go on the next level in Computer Science, and helps to solve existed problems.  &lt;p&gt;We already made the first step in that direction - &amp;quot;usability engineers&amp;quot;, who are actually good psychologists, and who help us to develop for people, not for machines. But I hardly know about 5-10 products which were developed with &amp;quot;usability engineers&amp;quot; assistance.  &lt;p&gt;We are still too far to build the &amp;quot;psychological&amp;quot; software.  &lt;p&gt;Footnote: this post was written after I found the &lt;a href="http://www.netflixprize.com/"&gt;http://www.netflixprize.com/&lt;/a&gt; competition, where DVD store suggested 1 million for those who improve their prediction system. The most confusing is that contest began October 2, 2006 and continues &lt;strong&gt;at least October 2, 2011&lt;/strong&gt;. 5(!) years to find the solution. It&amp;#39;s exactly what I wrote about. These guys really understand the problems with existed computer science where no humanity exists. And they hope that psychological factor will be introduced and properly implemented in the next 5 years.  &lt;p&gt;Mirror: &lt;a href="http://laflour.spaces.live.com/blog/cns!7575E2FFC19135B4!953.entry"&gt;Era of pure software developers comes to an end&lt;/a&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1535196" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/laflour/archive/tags/General/default.aspx">General</category></item><item><title>Twitter clients</title><link>http://msmvps.com/blogs/laflour/archive/2008/03/05/twitter-clients.aspx</link><pubDate>Wed, 05 Mar 2008 09:43:50 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1533838</guid><dc:creator>Michael</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/laflour/rsscomments.aspx?PostID=1533838</wfw:commentRss><comments>http://msmvps.com/blogs/laflour/archive/2008/03/05/twitter-clients.aspx#comments</comments><description>&lt;p&gt;Today &lt;a href="http://notgartner.wordpress.com/"&gt;Mitch&lt;/a&gt; asked about the favourite Twitter clients.&lt;/p&gt; &lt;p&gt;I use the following 3 clients&lt;/p&gt; &lt;ol&gt; &lt;li&gt;&lt;strong&gt;Google Talk Twitter&lt;/strong&gt; -&amp;nbsp; just to update status. No list of users, no replies, no following, nothing.  &lt;li&gt;&lt;a href="http://arsecandle.org/twadget/"&gt;&lt;strong&gt;Twadget&lt;/strong&gt;&lt;/a&gt; (Vista SideBar widget) - my favourite one. List of users, easy to reply and update the status. Always on the screen. Only one disadvantage - can&amp;#39;t scroll the list of statuses :( For this reason I use number 3  &lt;li&gt;&lt;a href="http://www.techhit.com/OutTwit/"&gt;&lt;strong&gt;OutTwik&lt;/strong&gt;&lt;/a&gt; - outlook twitter. Good support of status, replies, list of statuses with pictures. Keep to look through the history, because don&amp;#39;t like to switch to different folder to read statuses. &lt;/li&gt;&lt;/ol&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;Update: Twitting there &lt;a href="http://twitter.com/laflour"&gt;http://twitter.com/laflour&lt;/a&gt; &lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&lt;font size="1"&gt;Mirror: &lt;/font&gt;&lt;a title="Twitter clients" href="http://laflour.spaces.live.com/blog/cns!7575E2FFC19135B4!951.entry"&gt;&lt;font size="1"&gt;Twitter clients&lt;/font&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1533838" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/laflour/archive/tags/General/default.aspx">General</category></item><item><title>.NET 3.5 Common Namespaces and Types Poster Published</title><link>http://msmvps.com/blogs/laflour/archive/2007/11/04/net-3-5-common-namespaces-and-types-poster-published.aspx</link><pubDate>Sun, 04 Nov 2007 11:08:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1282035</guid><dc:creator>Michael</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/laflour/rsscomments.aspx?PostID=1282035</wfw:commentRss><comments>http://msmvps.com/blogs/laflour/archive/2007/11/04/net-3-5-common-namespaces-and-types-poster-published.aspx#comments</comments><description>&lt;p&gt;Using this poster we can easily inspect what new was added to .NET 3.5 &lt;a title="http://www.microsoft.com/downloads/details.aspx?familyid=7b645f3a-6d22-4548-a0d8-c2a27e1917f8&amp;amp;displaylang=en&amp;amp;tm" href="http://www.microsoft.com/downloads/details.aspx?familyid=7b645f3a-6d22-4548-a0d8-c2a27e1917f8&amp;amp;displaylang=en&amp;amp;tm"&gt;http://www.microsoft.com/downloads/details.aspx?familyid=7b645f3a-6d22-4548-a0d8-c2a27e1917f8&amp;amp;displaylang=en&amp;amp;tm&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The most interesting changes are:&lt;/p&gt;
&lt;p&gt;in &lt;strong&gt;ASP.NET&lt;/strong&gt; regarding authentication and roles&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;System.Web.ApplicationServices namespace provides classes that enable you to access ASP.NET forms authentication, roles, and profiles application services as Windows Communication Foundation (WCF) services. 
&lt;li&gt;System.Web.ClientServices namespace provides classes that support access in Windows-based applications to the ASP.NET AJAX authentication, roles, and profiles services. &lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;in &lt;strong&gt;WCF&lt;/strong&gt; regarding P2P, new ServiceModels&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;System.Net.PeerToPeer namespace provides access to peer networking functionality. 
&lt;li&gt;System.ServiceModel.Web classes that make up the Web Http Programming Model. 
&lt;li&gt;System.ServiceModel.Syndication classes that make up the Syndication Object Model &lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;in &lt;strong&gt;CLR&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;System.DateTimeOffset 
&lt;li&gt;System.TimeZoneInfo 
&lt;li&gt;System.AddIn 
&lt;li&gt;System.Diagnostics.Eventing 
&lt;li&gt;System.Diagnostics.PerformanceData 
&lt;li&gt;System.IO.Pipes &lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;and etc.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1282035" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/laflour/archive/tags/General/default.aspx">General</category></item></channel></rss>