ASP.NET - Workflow .net 2.0

Asked By sammy mc
08-Feb-10 08:46 PM
Does workflows work with asp.net 2.0, I have vs2005 & sql 2005?
  Venkat K replied to sammy mc
08-Feb-10 09:15 PM

Windows Workflow Foundation Web service support is based on ASP.NET 2.0, it inherits most of the features of a standard ASP.NET Web service.

Check this link how you can develop and use workflows in asp.net 2.0

http://msdn.microsoft.com/en-us/library/ms734584.aspx

Thanks,

  Huggy Bear replied to sammy mc
09-Feb-10 12:13 AM
No it won't. It was introduced as a part of .NET framework 3.0, there by only .net framework 3.0 and higher versions support Windows Workflow Foundation.
Create New Account
help
Frequently asked Interview Questions in ADO.Net hi friends Any one send frequently asked Important questions in C# .Net, ADO .Net, Asp .Net and Sql Server. . . . . . . . tx in Advance. . . . . . Hi, Find this. . (B)What is an IL? (B B) What is concept of Boxing and Unboxing ? (B) What is the difference between VB.NET and C#? (I) what is the difference between System exceptions and Application exceptions? (I)What is CODE Access security? (I)What is a satellite assembly? (A) How to prevent my .NET DLL to be decompiled? (I) what is the difference between Convert.toString and .toString () method assembly in GAC how do we make a choice? (A)What is CodeDom? Chapter 2: NET Interoperability (I) How can we use COM Components in .NET? (I) We have developed the
wcf what is wcf? simple example of wcf HI WCF = Windows Communication Foundation A communication-oriented set of APIs and a "runtime" inside .NET to make two (or more) systems talk to one another. It basically replaces ASMX (ASP.NET web services), .NET remoting (object remoting) and a few other communication-related API's and products in the NET space. alt text Example : Service definition 1 using System; 2 using System.Collections.Generic; 3
difference between webservices and wcf difference between webservices and wcf Web Service in ASP.NET A Web Service is programmable application logic accessible via standard Web protocols. One of these Web protocols is the Simple Object Access Protocol (SOAP). SOAP is a W3C submitted note (as
different features in all asp.net versions what are the diff features of asp.net all versions. in the below link you have upto 2.0 http: / / www.codeproject.com / KB / aspnet / ComparisonASP1xASP20.aspx Each version of the .NET Framework contains the common language runtime (CLR) as its core component, and includes additional components such base class libraries and other managed libraries. This topic describes the key components of the .NET Framework versions, provides information about the underlying CLR versions and associated development environments, and identifies the
wpf hi all, i am new to asp.net and i want to know what is wcf, wf, sliverlight, wpf. . . . For learning this which one should know first WCF is for enabling .NET Framework applications to exchange messages with other software entities. SOAP is used by default, but the 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 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