WCF/WF - Where can i download free tutorials on WCF/WPF and silverlights fr fre

Asked By srinivas kandukuri
20-Dec-11 01:34 PM
Hi ..

Post some usefull links dudes..


Thanks in advance..
  dipa ahuja replied to srinivas kandukuri
20-Dec-11 01:41 PM
http://wcftutorial.net/ 
http://www.wpftutorial.net/ 

Also you can try video tutorial


  Vickey F replied to srinivas kandukuri
20-Dec-11 11:58 PM

WCF is for enabling .NET Framework applications to exchange messages with other software entities. SOAP is used by default, but the messages can be in any format, and conveyed by using any transport protocol. The structure of the messages can be defined using an XML Schema, and there are various options for serializing the messages to and from .NET Framework objects. WCF can automatically generate metadata to describe applications built using the technology in WSDL, and it also provides a tool for generating clients for those applications from the WSDL.

Purpose of WCF
Web services are just one technology that you can use to create distributed applications for Windows. Others already mentioned include Enterprise Services and .NET Framework Remoting. Another example is Microsoft Message Queue (MSMQ). If you are building a distributed application for Windows, which technology should you use, and how difficult would it be to switch later if you need to? The purpose of WCF is to provide a unified programming model for many of these technologies, enabling you to build applications that are as independent as possible from the underlying mechanism being used to connect services and applications together (note that WCF applies as much to services operating in non-Web environments as it does to the World Wide Web)

Advantages:

Is easy to use: With only a few lines of code you have your service running.
Is flexible: You can easily control the lifetime of your services through the Open() and Close() methods of ServiceHost.
Is easy to debug: Debugging WCF services that are hosted in a self-hosted environment provides a familiar way of debugging, without having to attach to separate applications that activate your service.
Is easy to deploy: In general, deploying simple Windows applications is as easy as xcopy. You don’t need any complex deployment scenarios on server farms, and the like, to deploy a simple Windows application that serves as a WCF ServiceHost.
DisAdvantages:

Limited availability: The service is reachable only when the application is running.
Limited features: Self-hosted applications have limited support for high availability, easy manageability, robustness, recoverability, versioning, and deployment scenarios. These scenarios have become a standard in last few years. Such features are provided by the WAS (Windows Activation Service) which is a part of IIS7 (delivered with Vista and Win2008). This hosting mechanism allows you to host the service by using of protocols like MSMQ, HTTP and TCP. 

for mored detail follow these links-

http://msdn.microsoft.com/en-us/library/ms734712.aspx
http://www.wcftutorial.net/

Hope this helps you...

  Vickey F replied to srinivas kandukuri
20-Dec-11 11:58 PM

Microsoft Silverlight is a web application framework that provides functionalities similar to those in Adobe Flash, integrating multimedia, graphics, animations and interactivity into a single runtime environment.

Microsoft Silverlight is a powerful tool for creating and delivering rich Internet applications and media experiences on the Web. Silverlight 5 builds on the foundation of Silverlight 4 for building business applications and premium media experiences. Silverlight 5 introduces more than 40 new features, including dramatic video quality and performance improvements as well as features that improve developer productivity. Silverlight 5 will be available in 2011

Follow these good tutorials for Silverlight  for beginners-

http://www.microsoft.com/silverlight/what-is-silverlight/
http://faq.programmerworld.net/programming/silverlight.html

here you will get more detail about silverlight.

 

Create New Account
help
NET remoting .NET Framework Hello! I am going to buy a book about .NET remoting. Is it any major difference between .NET Framework 1.1 and 2.0 ? / / Tony C# Discussions WCF (1) Rammer (1) A68482B9628A842A (1) Subtleties
WCF vs .Net Remoting .NET Framework Does WCF TCP have the data through put of .Net Remoting? Project I am working has significant data networking but I have not seen a comparison between WCF and .Net Remoting in this area. Thanks, Marc .NET Web Services Discussions WCF (1) Manish (1) Bafna (1
WCF better than Net Remoting?? .NET Framework Is WCF better than Net remoting?? What are the adventages of WCF?? Thank you Cesar C# Discussions WCF (1) WebServices (1 ameleta@gmail.com; blog:devkids.blogspot.com WCF is more abstract and "higher" level then .Net Remoting. Thus you can write the same code and expose endpoints which support .Net Remoting (and
Net Remoting .NET Framework Hallo Ich versuche mit vb.net und .net Remoting folgendes System aufzubauen: - Serverapplikation bzw. Service auf einem IIS hosten, damit Clients entweder über http das funktioniert bzw. ob eine Klasse, welche von MarshalByRefObject erbt, auch ganz normal lokal ohne remoting zu benutzen ist. Nachfolgend meine Vorstellung wie ich das sehen würde (einfach mal über http
net remoting .NET Framework Hallo, ich arbeite mit vb.net und möchte mich ins .net remoting einarbeiten. kann mir jemand sagen, wie ich dieser Pfad "tcp: / / localhost:8000 / EasyInvoke" anpassen muss auf den zweiten PC (den Prozess EasyInvoke) zugreifen kann. Vielen Dank für eure Hilfe. VB.NET - German Discussions VB (1) GetObject (1) Activator (1) Visual (1) IRemoteLib (1) EasyInvoke (1) GetType