The SKC's Learning Tree

Embed Size (px)

Citation preview

  • 8/4/2019 The SKC's Learning Tree

    1/44

    SRINIVAS.KADIYALA

    SKC| Learning Tree

  • 8/4/2019 The SKC's Learning Tree

    2/44

  • 8/4/2019 The SKC's Learning Tree

    3/44

  • 8/4/2019 The SKC's Learning Tree

    4/44

  • 8/4/2019 The SKC's Learning Tree

    5/44

  • 8/4/2019 The SKC's Learning Tree

    6/44

  • 8/4/2019 The SKC's Learning Tree

    7/44

  • 8/4/2019 The SKC's Learning Tree

    8/44

  • 8/4/2019 The SKC's Learning Tree

    9/44

  • 8/4/2019 The SKC's Learning Tree

    10/44

  • 8/4/2019 The SKC's Learning Tree

    11/44

  • 8/4/2019 The SKC's Learning Tree

    12/44

  • 8/4/2019 The SKC's Learning Tree

    13/44

  • 8/4/2019 The SKC's Learning Tree

    14/44

  • 8/4/2019 The SKC's Learning Tree

    15/44

    Course Length: 40 hours

    The course focuses on C# program structure, language syntax, and implementation

    details need to develop C# applications for the Microsoft .NET Platform..

    Programming with C# .NET

    O i f th Mi ft NET l tf

  • 8/4/2019 The SKC's Learning Tree

    16/44

    Overview of the Microsoft .NET platform

    Using value-type variables

    Statements and exceptions

    Methods and parameters

    Arrays

    Essentials of object oriented programming

    Using reference-type variables

    Creating and destroying objects

    Inheritance in .NET

    Aggregation, Namespaces, and Advanced Scope

    Operators and Events

    Properties and Indexers

    Workin with T es

  • 8/4/2019 The SKC's Learning Tree

    17/44

    Course Length: 40 hours

    This week dives deep into the new features that are revolutionizing .NET programming,covering query expressions, lambda expressions, extension methods, collectioninterface extensions, standard query operators, and LINQ as a whole. Plus the Intro toXML provides a technological overview of the structure and programming techniques ofXML. This course discusses the role of XML in the Microsoft .NET vision and the largerworld of distributed standards-based computing.

    Framework 4.0 NewFeatures & Intro to XML

  • 8/4/2019 The SKC's Learning Tree

    18/44

    .NET Classes

    Garbage Collection

    Interfaces

    Generics

    Generic Collections

    Deployment and Versioning

    Basic XML

    Validating XML

  • 8/4/2019 The SKC's Learning Tree

    19/44

    Developing Windows Forms and

    WPF applications using VS2010Course Length: 40 hours

    Visual Studio 2010 and the .NET Framework 4.0 make it easier than ever to createrobust, enterprise-level applications. You will learn how to build solid applications usingstructured exception handling, how to use the Visual Studio debugging features, how touse MenuStrip and ToolStrip controls, and how to add unprecedented flexibility to youruser interfaces using the container controls. As you continue through this course you will

    learn about important development topics that arent normally covered in a beginningWindows application programming course such as an introduction to .NETinteroperability, using .NET Serialization, Windows Management Instrumentation (WMI),and drawing your own user interfaces using the System.Drawing namespace.

    Introd ction to Windo s forms

  • 8/4/2019 The SKC's Learning Tree

    20/44

    Introduction to Windows forms

    Taking advantage of the Form Event Model

    Common Windows Forms Controls

    Handling Input / Output tasks

    Project Settings in Visual Studio 2010

    Debugging your applications

    Container Controls

    Menus and toolbars

    Deploying applications using ClickOnce

    Introduction to WPF

    Revisiting WPF

  • 8/4/2019 The SKC's Learning Tree

    21/44

    This course provides students with the technical skills required to write basic Transact-SQL queries for Microsoft SQL Server 2008. Getting Started with Databases and Transact-SQL in SQL Server 2008 Querying and Filtering Data Grouping and Summarizing Data

    Joining Data from Multiple Tables Working with Subqueries Modifying Data in Tables Querying Metadata, XML, and Full-Text Indexes Using Programming Objects for Data Retrieval Using Advanced Querying Techniques

    Writing Queries Using Microsoft SQLServer 2008 Transact-SQL

    Course Length: 40 hours

  • 8/4/2019 The SKC's Learning Tree

    22/44

    This course provides students with the knowledge and skills using ADO.NET3.5 to access and modify data stored in relational database systems and to

    access data in non-relational sources.

    Getting Started with ADO.NET 3.5 Modifying Data by Using ADO.NET Commands Querying and Maintaining Data by Using DataSets Introduction to LINQ Language Enhancements for LINQ LINQ to Objects LINQ to SQL More LINQ to SQL LINQ to DataSet

    LINQ to Entities

    Visual Studio 2010: ADO.NET 3.5

    and LINQCourse Length: 40 hours

  • 8/4/2019 The SKC's Learning Tree

    23/44

    This course will teach introductory-level Web developers the fundamentals of Webapplication development and best practices for Microsoft Web developmenttechnologies, including ASP.NET 3.5, ASP.NET AJAX Extensions and Silverlight. Thiscourse focuses on using the Microsoft Visual Studio 2008 development environment and

    the Microsoft .NET Framework 3.5 to create a Web application that delivers dynamiccontent to a Web site.

    Developing Web Applications Using

    Microsoft Visual Studio 2008Course Length: 80 hours

  • 8/4/2019 The SKC's Learning Tree

    24/44

    Creating Web Applications by Using Microsoft Visual Studio 2010 and Microsoft .NET-Based Languages

    Creating a Microsoft ASP.NET Web Form

    Adding Code to a Microsoft ASP.NET Web Form

    Tracing in Microsoft ASP.NET Web Applications

    Validating User Input

    Creating and Implementing User Controls

    Accessing Data with Microsoft ADO.NET and Visual Studio 2010

    Accomplishing Complex Data Access Tasks

    Reading and Writing XML Data

    Creating an ASP.NET AJAX Application

    Delivering Dynamic Content with Microsoft Silverlight

    Consuming and Creating XML Web Services

    Managing State

    Configuring, Optimizing, and Deploying a Microsoft ASP.NET Web Application

    Securing a Microsoft ASP.NET Web Application

  • 8/4/2019 The SKC's Learning Tree

    25/44

    In this course, you will learn how to use Windows Communication Foundation (WCF)

    and you will see how it is a unified programming model for building service-orienteddistributed applications. You will see how to build, host and call WCF services and youwill gain a deep understanding of the basic building blocks of WCF, including endpoints,bindings and contracts. In addition, see how to handle exceptions, maintain statebetween calls to a service and use transactions. Subsequent topics include and basicsof WCF security, integrating WCF with Windows Workflow Foundation and building WCF

    services that support Representational State Transfer (REST) and syndication. By thetime you have completed the course, you will have a good understanding of how to buildand use WCF services in your distributed applications.

    Windows Communication

    Foundation Using Visual C# 2010Course Length: 40 hours

  • 8/4/2019 The SKC's Learning Tree

    26/44

    Introduction to WCF

    Hosting and Calling WCF Services

    Bindings and Contracts

    Exceptions, Diagnostics and Message Patterns

    Sessions and Transactions

    Security

    Workflow Services

    RESTful Services and Syndication

  • 8/4/2019 The SKC's Learning Tree

    27/44

    This course is designed to give the student a review of RDBMS concepts.

    Introduction to Database Management SystemThe Relational ModelData ModelingNormalizationData IntegrityAdvanced Database Objects

    SQL Server Course Descriptions

    RDBMS ConceptsCourse Length: 40 hours

  • 8/4/2019 The SKC's Learning Tree

    28/44

    This SQL Server training class provides students with the knowledge and skills toimplement a Microsoft SQL Server 2008 database. The class focuses on teaching

    individuals how to use SQL Server 2008 product features and tools related toimplementing a database.

    Create databases and database filesCreate data types and tablesCreating and Tuning Indexes

    Implementing Data Integrity by Using Constraints and TriggersUsing XMLImplementing ViewsImplementing Stored ProceduresImplementing FunctionsImplementing Managed Code in the Database

    Managing Transactions and LocksUsing Service Broker

    Implementing a Microsoft SQL

    Server 2008 DatabaseCourse Length: 40 hours

  • 8/4/2019 The SKC's Learning Tree

    29/44

    The course focuses on writing and tuning queries and programming with T-SQL in SQLServer 2008. In this course you will learn the details and capabilities of T-SQL.

    SQL 2005 new features workshopSQL 2008 new features workshopHierarchies and recursive queryingWorking with dates

    Concurrency and lockingQuery performance tuningDatabase security and encryptionSpatial data

    Advanced SQL Querying and

    ProgrammingCourse Length: 40 hours

  • 8/4/2019 The SKC's Learning Tree

    30/44

    Guided tour of SSISControl FlowData Flows

    Variables and ConfigurationsAdvanced Control FlowError logging and handlingAdvanced Data FlowPackage DeploymentPackage Management

    Scripting and custom componentsBest Practices

    Microsoft SQL Server 2008Integration Services

    Course Length: 40 hours

  • 8/4/2019 The SKC's Learning Tree

    31/44

    ntroducing SQL Server Reporting Servicesreating Tabular and List Reportsalculation and Formattingrouping and Sorting

    orking with Parametersreating Matrix Reports and Chartsanaging Reporting Servicesecuritynapshots and Subscriptions

    d-Hoc Reporting with Report Builder 2.0rogramming Reporting Servicesdvanced Reporting Services Programming

    Microsoft SQL Server 2008Reporting Services

    Course Length: 40 hours

  • 8/4/2019 The SKC's Learning Tree

    32/44

  • 8/4/2019 The SKC's Learning Tree

    33/44

  • 8/4/2019 The SKC's Learning Tree

    34/44

  • 8/4/2019 The SKC's Learning Tree

    35/44

  • 8/4/2019 The SKC's Learning Tree

    36/44

  • 8/4/2019 The SKC's Learning Tree

    37/44

  • 8/4/2019 The SKC's Learning Tree

    38/44

  • 8/4/2019 The SKC's Learning Tree

    39/44

  • 8/4/2019 The SKC's Learning Tree

    40/44

  • 8/4/2019 The SKC's Learning Tree

    41/44

  • 8/4/2019 The SKC's Learning Tree

    42/44

  • 8/4/2019 The SKC's Learning Tree

    43/44

    http://paper.li/f-1316887980http://paper.li/f-1316887980http://paper.li/f-1316887980http://www.skc4u.co.cc/
  • 8/4/2019 The SKC's Learning Tree

    44/44