November 2008 - Posts

"What NEXT?" - Visual Studio 2010 and with C# 4.0 and VB.NET 10.0 (Oslo)
Published Sat, Nov 29 2008 18:19 | abu
"What's Next?" - Everybody is interested to know about new and upcoming things. While I purchase new thing, I could not wait to use. Previously I was curious to know abour Whidbey, Orcas, WinFx ( Indigo, Avalon)... Next??? Now it is the...
Filed under: , ,
C# Language Evolution - Features of C# 4.0
Published Sat, Nov 29 2008 6:27 | abu
C# Language Enhancement C# 3,0 LINQ C# 3.0 and LINQ With Language Extention C# Dynamic Language Enhancement C# 4.0 can be found on the Downloads page. The CSharpDynamic samples include several projects showing how to use Dynamic with Office, IronPython...
Filed under: ,
Application Architecture Pocket Guides
Published Wed, Nov 26 2008 5:27 | abu
Application Architecture Pocket Guides http://blogs.msdn.com/jmeier/archive/tags/AppArch/default.aspx Web Application Architecture Pocket Guide Mobile Application Architecture Pocket Guide RIA Architecture Pocket Guide Rich Client Application Architecture...
Filed under: ,
WPF, WCF, WF - .NET 3.0 Guide and Self Learning Resources
Published Sun, Nov 23 2008 23:34 | abu
In my free time I like to see videos from Channel9, TechEd and PDC sessions. Guide and Self Learning Resources are avilable @ NetFxGuide http://www.netfxguide.com/guide/wcf.aspx http://www.netfxguide.com/guide/WPF.aspx http://www.netfxguide.com/guide...
Filed under: , , ,
Windows Communication Foundation (WCF) Architecture
Published Sun, Nov 23 2008 1:15 | abu
A bird’s-eye view from 1000 feet in MSDN... Conceptual diagram whitch cover A2Z Basic Key Words associated with WCF. http://msdn.microsoft.com/en-us/library/ms733128.aspx WCF Architecture Digram Basic level articles from MSDN http://msdn.microsoft...
Filed under: ,
MCTS: Microsoft Visual Studio 2008
Published Tue, Nov 18 2008 22:53 | abu
http://www.microsoft.com/learning/mcp/mcts/vstudio/2008/default.mspx MCTS certifications • MCTS: .NET Framework 3.5, Windows Presentation Foundation Applications • MCTS: .NET Framework 3.5, Windows Communication Foundation Applications •...
IIS 7.0 Architecture
Published Tue, Nov 18 2008 5:49 | abu
If you are an ASP.NET, WCF advanced serious developer, would like to play with internals of ASP.NET, Web Service, WCH hosting with IIS 7.0; this this article will be very useful to know it's architecture. http://learn.iis.net/page.aspx/101/introduction...
Filed under: , ,
WCF Tutorial and PPT Presentation
Published Fri, Nov 14 2008 13:50 | abu
Message-Oriented Web Services Author Dr. Jim Webber,Service-Oriented Systems Practice Lead, ThoughtWorks www.acs.org.au/nsw/sigs/ws/presentations/2006-11/Message-OrientedWebServices.ppt This PPT is very much informative and conceptual; specially for those...
Filed under:
Windows Communication Foundation (WCF) hosting options and consuming WCF services.
Published Thu, Nov 13 2008 14:13 | abu
In the last posted some links related to concept and fundamentals of WCF. It basics of WCF, Contracts[Service, Operational, Data, Message]. A service can be hosted by Internet Information Services (IIS), Windows Process Activation Service (WAS), a Windows...
Filed under: ,
WS-* specifications and WCF
Published Tue, Nov 11 2008 18:20 | abu
To create robust distributed service with WCF it is very essential to understand WS-* specifications. List of Web service specifications - http://en.wikipedia.org/wiki/List_of_Web_service_specifications In .NET this supports as Web Services Enhancements...
Filed under: , ,
PDC 2008 keynotes and sessions
Published Tue, Nov 11 2008 13:01 | abu
Here is wellorganized list of all keynotes and sessions by code and title.... http://blogs.msdn.com/mswanson/pages/PDC2008Sessions.aspx From this all the session can be downloaded, available presentation slides and sample code, if applicable.
Web Services to WCF
Published Sat, Nov 8 2008 18:32 | abu
Those who are familiar ASN.NET/WinForm development and .NET Websevice to know better way WCF by comaring with WS, this arcticles will help a lot... Comparing ASP.NET Web Services to WCF Based on Development http://msdn.microsoft.com/en-us/library/aa738737...
Filed under: , ,
Understanding Hosting WCF Application using Windows Process Activation Service (WAS) in IIS 7.0
Published Sat, Nov 8 2008 12:46 | abu
If you want to host WCF appication using IIS, it will be easy and robust. Windows Process Activation Service (WAS) in IIS 7.0 makes it possible to host WCF services beyond HTTP and without having to install the whole IIS package. "Extend Your WCF...
Filed under: , ,
ASP.NET Architecture - HTTP Handlers, HTTP Pipelines
Published Tue, Nov 4 2008 14:31 | abu
To be an Advanced ASP.NET developer this articles help to clear in depth, very low level understanding of ASP.NET Architecture. http://msdn.microsoft.com/en-us/magazine/cc188942.aspx
Filed under: ,