Presentation is loading. Please wait.

Presentation is loading. Please wait.

CS480 Computer Science Seminar Introduction to Microsoft Solutions Framework (MSF)

Similar presentations


Presentation on theme: "CS480 Computer Science Seminar Introduction to Microsoft Solutions Framework (MSF)"— Presentation transcript:

1 CS480 Computer Science Seminar Introduction to Microsoft Solutions Framework (MSF)

2 Microsoft Solutions Framework (MSF) MSF: a flexible series of models that guides information systems professionals in planning an enterprise architecture that adapts to industry change, in building business-driven applications and in managing the computing environment. The guidelines specifically recommend how businesses should integrate people, processes, hardware, software, and communications technology into their organization.

3 Microsoft Solution Framework

4 MSF Models

5 MSF Models (continued)

6

7

8 Networking technology Network architecture –LANs –WANs –The Internet –Corporate Intranets Protocols –The OSI model –The TCP/IP protocol Client/Server model

9 The Microsoft Operating Systems and Applications The Windows –Windows CE –Windows 98 –Windows NT –Windows 2000 The Applications –Microsoft BackOffice –Microsoft Office –Microsoft Visual Studio

10 Windows 98 Architecture

11 Windows NT Architecture

12 Microsoft BackOffice Runs on NT servers for different types of business applications Packages –Internet information server (IIS): Web server –MS Exchange server: e-mail and groupware –MS SQL: client/server DBMS –MS Proxy server: secure way to bring Internet services to desktops in an enterprise –MS System management server (SMS): client/server system to administrators to centrally manage all computers in an enterprise

13 Microsoft BackOffice Packages (continued) –MS Systems Network Architecture Server (SNA): gateway to communicate with IBM mainframes –MS transaction server: to develop and deploy reliable distributed applications on a network –MS site server: manages a Web site environment –Ms message queue server (MSMQ): allows one to create applications that communicate asynchronously using messages

14 Microsoft Office Word Excel PowerPoint Access Outlook: personal information manager FrontPage: creating and managing Web sites Project: project management tool Publisher

15 Choosing the right application technology

16 Choosing the right application technology (continued)

17 Microsoft Visual Studio Used by programmers to build scalable and distributed applications Tools –Visual Basis (VB) –Visual C++ –J++ –Visual FoxPro –Visual InterDev –Server development tools such Windows NT Option Kit

18 Choosing a development tool

19 Planning a project and analyzing business requirements Envisioning phase –Team roles –Return on investment –Risk assessment Planning phase –Team role –Use cases –Functional requirements –Project schedule

20 Designing information system logically Application modeling Logical design –Identify objects, services, attributes, and interfaces –Define business rules –Create user interface prototypes –Create logical data model –Implement the class diagram using MS Visual Modeler –Validate, test, and redesign the logical design

21 Designing an information system physically Physical design –Application modeling –Prototyping the user interface –Packaging components using MS Visual Modeler –Creating physical data model from the logical data model –Validating the design

22 Implementing data services with SQL Server Visual Basic visual database tools: help create and modify db schemas such as tables, view, stored procedures, and queries Query designer Database designer –Creating a table –Modifying a table –Deleting a column in a table or table in a db –Relating tables –Entering data into tables –Modifying and deleting dat –Views –Stored procedures

23 The query designer Query designer uses visual design techniques to create SQL statement to query and update databases

24 The database designer Database designer uses visual techniques to –Create a table –Modify a table –Delete a column in a table or table in a db –Relate tables –Enter data into tables –Modify and deleting data –Create views –Store procedures (with MS Transact-SQL)

25 Creating components from business services and data services using VB6.0 Component: a self-contained precompiled software unit (code) that can be reused in one or more applications. It provides specific functionality to an application and contains one or more objects.

26 Role of middleware in a network Components created using ActiveX technology fall into a broad category of software called middleware. Middleware ties client and server together and the only service it provides is delivering data between a client and a server. It hides the details and complexities of the operating system and the network software.

27 Middleware environment

28 Component Object Model (COM) COM is Microsoft’s standard that allows objects to communicate with each other. Objects can be created using VB, Visual J++. And Visual C++. COM only allows interaction of objects on a single machine.

29 Distributed Component Object Model (DCOM) An enhancement of COM which allows objects located on a single machine or across machines on network can interact or communicate with each other.

30 DCOM object interaction

31 Using ActiveX Data Objects (ADO) to communicate with the database


Download ppt "CS480 Computer Science Seminar Introduction to Microsoft Solutions Framework (MSF)"

Similar presentations


Ads by Google