Microsoft Connected Services Framework

Last updated

Microsoft Connected Services Framework (CSF) is a discontinued service-aggregation SOA platform from Microsoft. Developed on the .NET Framework, CSF enables scalable, loosely coupled service-based solutions. The session is the core component of the framework involved in routing messages between participants (participants may be .NET components or web services). Complex Routing can be accomplished by external .NET or BizTalk driver services. CSF is not a replacement for BizTalk; rather, it simplifies orchestrations by removing service specific operations and allowing focus on business/process logic.

Related Research Articles

The Common Language Runtime (CLR), the virtual machine component of Microsoft .NET Framework, manages the execution of .NET programs. Just-in-time compilation converts the managed code into machine instructions which are then executed on the CPU of the computer. The CLR provides additional services including memory management, type safety, exception handling, garbage collection, security and thread management. All programs written for the .NET Framework, regardless of programming language, are executed by the CLR. All versions of the .NET Framework include CLR. The CLR team was started June 13, 1998.

A computing platform or digital platform is the environment in which a piece of software is executed. It may be the hardware or the operating system (OS), even a web browser and associated application programming interfaces, or other underlying software, as long as the program code is executed with it. Computing platforms have different abstraction levels, including a computer architecture, an OS, or runtime libraries. A computing platform is the stage on which computer programs can run.

An application server is a server that hosts applications.

CSF may refer to:

ASP.NET is an open-source, server-side web-application framework designed for web development to produce dynamic web pages. It was developed by Microsoft to allow programmers to build dynamic web sites, applications and services.

ADO.NET is a data access technology from the Microsoft .NET Framework that provides communication between relational and non-relational systems through a common set of components. ADO.NET is a set of computer software components that programmers can use to access data and data services from a database. It is a part of the base class library that is included with the Microsoft .NET Framework. It is commonly used by programmers to access and modify data stored in relational database systems, though it can also access data in non-relational data sources. ADO.NET is sometimes considered an evolution of ActiveX Data Objects (ADO) technology, but was changed so extensively that it can be considered an entirely new product.

Microsoft Servers is a brand that encompasses Microsoft's server products. This includes the Windows Server editions of the Microsoft Windows operating system itself, as well as products targeted at the wider business market. Unlike Microsoft Dynamics or Microsoft Office product lines, most of the products sold under this brand are not intended to be line-of-business services in and of themselves.

Microsoft BizTalk Server is an inter-organizational middleware system (IOMS) that automates business processes through the use of adapters which are tailored to communicate with different software systems used in an enterprise. Created by Microsoft, it provides enterprise application integration, business process automation, business-to-business communication, message broker and business activity monitoring.

The Windows Communication Foundation (WCF), previously known as Indigo, is a free and open-source runtime and a set of APIs in the .NET Framework for building connected, service-oriented applications.

Microsoft Commerce Server is a Microsoft product for building e-commerce systems using Microsoft .NET technology.

Windows Meeting Space

Windows Meeting Space was a peer-to-peer collaboration program developed by Microsoft for Windows Vista as a replacement for Windows NetMeeting and it enables application sharing, collaborative editing, desktop sharing, file sharing, projecting, and simple text-based or ink-based instant messaging across up to 10 users connected to the same network or across the Internet. Meeting Space has the ability to automatically set up an ad hoc wireless network if a connection to a network or the Internet are not available and also enables participants to invite other people to meeting sessions. It is the first application for the new peer-to-peer framework in Windows Vista and hence requires IPv6.

ASP.NET AJAX, formerly called Atlas, is a set of extensions to ASP.NET developed by Microsoft for implementing Ajax functionality. It is released under the Microsoft Public License (Ms-PL).

Microsoft Customer Care Framework

Microsoft Customer Care Framework (CCF) was a desktop-based framework which was used to address issues faced by service providers caused by multiple line of business (LOB) systems while interacting with their customers. It was discontinued though many of its core functions were moved to an add-in for the Microsoft Dynamics CRM product named the Unified Service Desk.

.NET Framework Software platform developed by Microsoft

.NET Framework is a software framework developed by Microsoft that runs primarily on Microsoft Windows. It includes a large class library called Framework Class Library (FCL) and provides language interoperability across several programming languages. Programs written for .NET Framework execute in a software environment named the Common Language Runtime (CLR). The CLR is an application virtual machine that provides services such as security, memory management, and exception handling. As such, computer code written using .NET Framework is called "managed code". FCL and CLR together constitute the .NET Framework.

FarPoint Spread

This article refers to the last FarPoint Edition of the Spread Product line. Spread is now developed by GrapeCity, Inc. Since the acquisition, Spread for Biztalk Server has been removed from the product line and SpreadJS, a JavaScript version, has been added.

.NET Framework version history

Microsoft started development on the .NET Framework in the late 1990s originally under the name of Next Generation Windows Services (NGWS). By late 2001 the first beta versions of .NET 1.0 were released. The first version of .NET Framework was released on 13 February 2002, bringing managed code to Windows NT 4.0, 98, 2000, ME and XP.

JNBridge

JNBridge is a privately owned independent software vendor that provides interoperability software between Java and Microsoft .NET frameworks. The company was founded in 2001 and is based in Boulder, Colorado, USA.

Commerce Server is a software product for building multichannel e-commerce applications and systems using .NET Framework technology. The product has changed ownership and names several times. Previously known as Microsoft Commerce Server, it is now developed, sold, and supported by Sitecore; although Microsoft will honor extended support of Microsoft Commerce Server 2009 through 2019. The latest release of the product is Sitecore Commerce Server 11.1, released in October 2014.

In software engineering, the blackboard pattern is a behavioral design pattern that provides a computational framework for the design and implementation of systems that integrate large and diverse specialized modules, and implement complex, non-deterministic control strategies.

Microsoft Docs is the library of technical documentation for end users, developers, and IT professionals who work with Microsoft products. The Microsoft Docs website provides technical specifications, conceptual articles, tutorials, guides, API references, code samples and other information related to Microsoft software and web services. Microsoft Docs was introduced in 2016 as a replacement of MSDN and TechNet libraries which previously hosted some of these materials.