Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
A 17 Hour C# Course with Intro to SQL and C# 7.0
A 17 Hour C# Course with Intro to SQL and C# 7.0

A 17 Hour C# Course with Intro to SQL and C# 7.0: Learn C# 6. With SQL Server/ Intro to C# 7.0

Arrow left icon
Profile Icon Tom Owsiak
Arrow right icon
zł39.99 zł403.99
Video Sep 2017 8hrs 6mins 1st Edition
Video
zł39.99 zł403.99
Subscription
Free Trial
Arrow left icon
Profile Icon Tom Owsiak
Arrow right icon
zł39.99 zł403.99
Video Sep 2017 8hrs 6mins 1st Edition
Video
zł39.99 zł403.99
Subscription
Free Trial
Video
zł39.99 zł403.99
Subscription
Free Trial

What do you get with a video?

Product feature icon Download this video in MP4 format
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Key benefits

  • Learn C#, Visual Studio, and Object Oriented Programming
  • Start Using the C# Programming Language to Work with Code and Data
  • Understand the Microsoft Visual Studio Environment as It Relates to C#Apply the Fundamentals of Object Oriented Programming to Data
  • Enhance Your Programming Skills with a Foundation in C#

Description

This comprehensive C# course is designed for beginner programmers, as you won't be rushing through code. It focuses on the C# language rather than the graphical aspects of Windows programming. You will also learn HTML, basic CSS and how to use a variety of controls like buttons, text boxes, drop downs lists and others. You'll learn in a detailed and deliberate way so you can set a foundation and move from basic to more advanced concepts easily. In addition to learning C#, you'll also cover the Microsoft Visual Studio programming environment, which will serve as the perfect complement to your newfound C# skills. To work with code in a more advanced way, you'll tackle how to check simple conditions using if/else blocks, as well as how to use loops to do things like repeat blocks of code to work more efficiently. After covering various operators to evaluate and assign control structures, you'll learn how to use arrays to store collections of data. Moving on to Object Oriented Programming, you'll create objects that contain both data and functions to make your job even easier.Throughout this course, you'll learn the core concepts of C#, which can then be applied directly to other popular programming languages, including C++, C, Java, and JavaScript.To put what you're learning to the test as you move through the course, you'll also complete a variety of programming assignments for hands-on practice.

Who is this book for?

This is a course for beginning students This course is a combo pack, so the first 50 lectures are for beginners The lectures numbered 51-127 are for more advanced students There are some considerably advanced topics towards the bottom of the course

What you will learn

  • Understand how to create and run simple Console program and use variables
  • Operate on variables using basic mathematical operators, and see when this is not possible, Control program flow with simple if/else blocks, while loops, switch blocks
  • Understand the difference between for loops and for each loops
  • Understand how to use unary and binary operators and the ternary operator
  • Learn how to construct methods, the dynamic keyword, and var keywords to save time, construct simple classes and instantiate them, use constructors, properties and static and object fields
  • Understand why virtual methods are needed, and how to create them
  • Learn how to create abstract classes, and why they matter
  • Get a small preview of the power of lists, and generics with LINQ
  • Understand how many methods inside the string class can be used
  • Learn how to group related functionality together with name spaces
  • Learn the basics of HTML, C# 7.0
  • Learn how to use SQL Server 2014, write stored procedures and how to save, and read records, manipulate data directly in C# with Linq, make practical use of Interfaces
  • Learn how to make applications more stable with the nullable keyword, create and read XML files, save and reconstruct objects using serialization, write basic C# unity scripts

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date : Sep 29, 2017
Length: 8hrs 6mins
Edition : 1st
Language : English
ISBN-13 : 9781788838832
Category :
Languages :
Tools :

What do you get with a video?

Product feature icon Download this video in MP4 format
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Product Details

Publication date : Sep 29, 2017
Length: 8hrs 6mins
Edition : 1st
Language : English
ISBN-13 : 9781788838832
Category :
Languages :
Tools :

Packt Subscriptions

See our plans and pricing
Modal Close icon
$19.99 billed monthly
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Simple pricing, no contract
$199.99 billed annually
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just zł20 each
Feature tick icon Exclusive print discounts
$279.99 billed in 18 months
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just zł20 each
Feature tick icon Exclusive print discounts

Frequently bought together


Stars icon
Total 483.97 847.97 364.00 saved
A 17 Hour C# Course with Intro to SQL and C# 7.0
zł39.99 zł403.99
C# 6 and .NET Core 1.0
zł221.99
C# Programming Cookbook
zł221.99
Total 483.97 847.97 364.00 saved Stars icon
Banner background image

Table of Contents

18 Chapters
Introduction to Visual Studio Chevron down icon Chevron up icon
Learning the Fundamentals of Visual Studio and C# Chevron down icon Chevron up icon
Controlling Program Flow Chevron down icon Chevron up icon
Operators Chevron down icon Chevron up icon
Array and Method Basics - Web Forms Version Chevron down icon Chevron up icon
Fundamentals of Objected Oriented Programming - Web Forms Version Chevron down icon Chevron up icon
Generics, Web Forms Version Chevron down icon Chevron up icon
Lambda Expressions and Linq - Web Forms Version Chevron down icon Chevron up icon
Working with SQL Server 2014 Chevron down icon Chevron up icon
File Access - Web Forms Version Chevron down icon Chevron up icon
XML Basics - Web Forms Version Chevron down icon Chevron up icon
C# through Console Apps Chevron down icon Chevron up icon
Controlling Program Flow, Console Version Chevron down icon Chevron up icon
Operators - Console Version Chevron down icon Chevron up icon
Fundamentals of Arrays - Console Version Chevron down icon Chevron up icon
Introduction to Functions, or Methods - Console Version Chevron down icon Chevron up icon
Object-Oriented Programming - Console Version Chevron down icon Chevron up icon
Intro to C# 7.0 Chevron down icon Chevron up icon
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

How can I download a video package for offline viewing? Chevron down icon Chevron up icon
  1. Login to your account at Packtpub.com.
  2. Click on "My Account" and then click on the "My Videos" tab to access your videos.
  3. Click on the "Download Now" link to start your video download.
How can I extract my video file? Chevron down icon Chevron up icon

All modern operating systems ship with ZIP file extraction built in. If you'd prefer to use a dedicated compression application, we've tested WinRAR / 7-Zip for Windows, Zipeg / iZip / UnRarX for Mac and 7-Zip / PeaZip for Linux. These applications support all extension files.

How can I get help and support around my video package? Chevron down icon Chevron up icon

If your video course doesn't give you what you were expecting, either because of functionality problems or because the content isn't up to scratch, please mail customercare@packt.com with details of the problem. In addition, so that we can best provide the support you need, please include the following information for our support team.

  1. Video
  2. Format watched (HTML, MP4, streaming)
  3. Chapter or section that issue relates to (if relevant)
  4. System being played on
  5. Browser used (if relevant)
  6. Details of support
Why can’t I download my video package? Chevron down icon Chevron up icon

In the even that you are having issues downloading your video package then please follow these instructions:

  1. Disable all your browser plugins and extensions: Some security and download manager extensions can cause issues during the download.
  2. Download the video course using a different browser: We've tested downloads operate correctly in current versions of Chrome, Firefox, Internet Explorer, and Safari.