Vi ste ovdje
Overview/Description
Data access and management is a critical aspect of most enterprise applications. In this course, you'll learn how to implement data access in C# applications. You'll also learn about I/O operations, consuming data, using LINQ, serialization, and using collections.
Target Audience
Individuals with knowledge of object-oriented programming who want to learn the fundamentals of Microsoft Visual C#; individuals preparing for the exam 70-483 Programming in C#
Prerequisites
None
Expected Duration (hours)
1.5
Lesson Objectives
Programming in C#: Implementing...
Overview/Description
Eclipse is an open-source integrated development environment (IDE) that can be used to develop applications with a number of different programming languages including Java, C and C++, and PHP. In this course, you'll be introduced to Eclipse installation, different Eclipse development platforms, the Eclipse interface, Eclipse development, and the basics of different programming languages.
Target Audience
Entry-level developers and experienced developers
Prerequisites
None
Expected Duration (hours)
2.0
Lesson Objectives
Introduction to Eclipse
start...
Overview/Description
Eclipse is an open-source integrated development environment (IDE) that can be used to develop applications with a number of different programming languages, including Java, C and C++, and PHP. This course provides an overview of Eclipse features, including some of its advanced features, and it provides an introduction to programming languages, working with code in Eclipse, and expanding Eclipse.
Target Audience
Entry-level developers and experienced developers
Prerequisites
None
Expected Duration (hours)
1.5
Lesson Objectives
Using Eclipse
start...
Overview/Description
LINQ is a set of features added to C# and VB to enable querying of collections, databases, and XML documents. LINQ provides a powerful and simple set of tools for incorporating databases into your .NET applications. This course covers creating a simple query in LINQ, creating relationships with a query, updating database rows and tables with a query, and finally some advanced query techniques.
Target Audience
Microsoft .NET developers writing applications to query data sources with LINQ
Prerequisites
None
Expected Duration (hours)
1.0
Lesson Objectives...
Overview/Description
Microsoft Enterprise Library is a collection of software components, or application blocks, aimed at aiding with common tasks in enterprise software development. These application blocks are provided in source code form, to be adapted and extended as needed. In this course, you'll learn about installation of the six application blocks, particularly the Data Access Application Block (DAB) and the Exception Handling Application Block (EHB).
Target Audience
Microsoft .NET Developers looking to leverage the Microsoft Enterprise Library
Prerequisites
None
Expected...
Overview/Description
NHibernate is an open-source object relational mapper for the Microsoft .NET platform. It makes it easy to retrieve data from relational databases and store them in objects. In this course, you’ll be introduced to NHibernate, find out how to set up a project to use NHibernate, and use NHibernate to create various types of mappings to retrieve data from a relational database.
Target Audience
Developers with an intermediate level of understanding of C# programming
Prerequisites
None
Expected Duration (hours)
2.0
Lesson Objectives
NHibernate Essentials...
Overview/Description
NHibernate is an open-source object relational mapper for the Microsoft .NET platform. It’s fairly easy to get up and running with NHibernate, but using it optimally in a large project requires more advanced techniques. In this course, you’ll find out about different approaches you can use with NHibernate, as well as how to perform tasks such as logging activity, caching data, instantiating sessions with an IoC container, and unit testing.
Target Audience
Developers interested in using NHibernate in web-hosted or enterprise projects
Prerequisites
None
Expected...
Overview/Description
This course introduces Entity Framework and its modeling concepts and approaches, and demonstrates how to use it to read data from and write data to a database.
Target Audience
Developers wanting to learn about the Entity Framework
Prerequisites
None
Expected Duration (hours)
3.0
Lesson Objectives
Getting Started With Entity Framework
start the course
define the Entity Framework
install and update Entity Framework
define the three components that constitute an Entity Framework model
compare the DbContext and Object contexts
use entity...
Overview/Description
This course explains and demonstrates how to integrate Entity Framework in a web project, how to improve and tune performance in various scenarios, how to configure Entity Framework, and how to work with other database types.
Target Audience
Developers wanting to learn more about the Entity Framework
Prerequisites
None
Expected Duration (hours)
2.5
Lesson Objectives
Advanced Entity Framework
start the course
connect to a SQL Azure database with Entity Framework
recognize the default connection resiliency features of Entity Framework
use...
Overview/Description
This course introduces the basics of algorithms and data structures with examples in C++. This course focuses on what the working programmer should know about algorithms and data structures without getting bogged down in mathematical formalism.
Target Audience
Individuals with some programming experience who wish to learn the basics of algorithms and data structures
Prerequisites
None
Expected Duration (hours)
2.5
Lesson Objectives
Introduction to Algorithms and Data Structures
start the course
recognize the definition of a data structure and...