“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 case for Oslo too. Now after PDC 2008, may many of us come […]
Archive for November, 2008
"What NEXT?" – Visual Studio 2010 and with C# 4.0 and VB.NET 10.0 (Oslo)
Posted by: abu | November 29, 2008 | No Comment |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 and other technologies. There is also a covariance and contravariance example, and an example show […]
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 Pocket Guide Service Architecture Pocket Guide Application Architecture Visios Now Available Agile Architecture Method Pocket Guide
WPF, WCF, WF – .NET 3.0 Guide and Self Learning Resources
Posted by: abu | November 23, 2008 | No Comment |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/WF.aspx channel9 http://channel9.msdn.com/tags/WCF/ http://channel9.msdn.com/tags/WF/ http://channel9.msdn.com/tags/WPF/
Windows Communication Foundation (WCF) Architecture
Posted by: abu | November 22, 2008 | No Comment |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.com/en-us/library/aa480210.aspx A Developer’s Primer from Code Projecthttp://www.devx.com/codemag/Article/31674/0/page/1
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 • MCTS: .NET Framework 3.5, Windows Workflow Foundation Applications • MCTS: .NET Framework 3.5, Windows Forms Applications • MCTS: .NET Framework 3.5, ASP.NET Applications • MCTS: .NET Framework 3.5, ADO.NET Applications Preparation Guide for […]
Message-Oriented Web ServicesAuthor 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 who is trying to build the concept of SOA/Web Service/WCF, messaging service. Here fundamentals are covered. A Lap around Windows Communications Foundationhttp://download.microsoft.com/download/c/d/5/cd57f3cb-de13-46b0-a526-e1781eea5ecd/ALapAroundtheWCF.ppt Windows Communication Foundation (Indigo) Hello World Tutorialhttp://dotnet.org.za/hiltong/articles/52518.aspx Windows Communication Foundation Tutorial – […]
Windows Communication Foundation (WCF) hosting options and consuming WCF services.
Posted by: abu | November 13, 2008 | No Comment |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 service, or by a managed application. For the hosting model to include Windows Services and Self-Hosting options […]
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 (WSE). http://en.wikipedia.org/wiki/Web_Services_Enhancements The Web Service Specifications is to provide interoperable protocols for Security, Reliable Messaging, and Transactions http://msdn.microsoft.com/en-us/library/ms951274.aspx Windows Communication Foundation (WCF) implements a number of […]