Our training courses

Other training resources

Our training venues

Why we are different

C# Training Courses

Whether you've after classroom courses in Visual C#, C Sharp course manuals or exercises or just a blog to nudge you along, this is the page for you!

We currently run the following scheduled C# courses:

Not exactly the course contents you want? Why not consider organising your own tailored C# course)?

More about our Visual C# training

Wise Owl run three courses to teach you how to program in Visual C# - the most popular programming language for business development:

Course

Length

Contents

Introduction to C#

2 days

Learn how to use variables, write conditions and loops and work with data objects.

Intermediate C#

2 days

Learn how to create classes and work with LINQ to access data using an entity framework model.

Fast track C#

3 days

An intensive course combining the contents of the previous two courses into a single, three-day training session.

This website is written using ASP.NET MVC, with all of the programming done using C#.  Here's an extract from the code we use to send emails, to give you an idea of what C# is and does:

public class Email

{

public string FromAddress = Constants.WiseOwlEmailAddress;

public string Subject = "Default";

public List ToAddresses = new List();

public List CcAddresses = new List();

public List BccAddresses = new List();

public string Body = "Default text";

private string signature = null;

private MailMessage mail = new MailMessage();

public Email()

{

// constructor creates new mail message to send

}

public void Sign()

{

// when called, adds signature to bottom of email

signature =

"Regards" + dcr +

"Wally Owl" + cr +

"Wise Owl Training" + dcr +

"Tel: +44 (0) 1457 858877"

}

You can get more advice on which Wise Owl C# course is right for you here.

10 things our courses include

Each of our scheduled courses (whether classroom or online) includes:

  1. Small course sizes - we have a maximum of 6 people on each classroom or online course.
  2. A trainer! And not just anyone - our courses are only ever given by full-time Wise Owls.
  3. Full colour courseware and exercises of oustanding quality.
  4. A no cancellation guarantee (once you've booked and confirmed your training course, it will run).
  5. A one gigabyte USB stick, containing course files, answers to exercises and (by the end of the course) your answers too, together with a nice pen.
  6. Unofficial help after the course (although we don't have a dedicated post-course support line, in practice trainers will be happy to answer the odd ad hoc question after a course has taken place).
  7. A certificate sent out digitally or in paper form (your choice) after each course, together with (for tailored courses) the trainer's thoughts on how the course went.

In addition, our classroom courses also include:

  1. A computer for each delegate (obviously).
  2. Lunch out each day at a local restaurant (chosen on the day of the course, after discussion!).
  3. Unlimited refreshments during the day, including Tassimo or Nespresso coffee and a range of biscuits and snacks to keep you going through those dark afternoon hours.

Still not convinced? You can read hundreds of testimonials to the quality of our training (all attributed and added in the last 3 years.

Scheduled C# training dates

Here are the C# courses we have scheduled for the next 3 months:

Course Dates Days Venue Price Booking
Introduction to Visual C# Thu/Fri 04-05 April 2024 04-05 Apr 2 Online £825 Book places
Intermediate C# Thu/Fri 04-05 April 2024 04-05 Apr 2 Online £950 Book places
Fast track C# Mon/Wed 08-10 April 2024 08-10 Apr 3 Online £1,295 Book places
Introduction to Visual C# Thu/Fri 02-03 May 2024 02-03 May 2 Online £825 Book places
Intermediate C# Thu/Fri 09-10 May 2024 09-10 May 2 Online £950 Book places
Fast track C# Wed/Fri 12-14 June 2024 12-14 Jun 3 Online £1,295 Book places

All prices exclude VAT. If you can't see the dates you want, don't forget that you always have the option of arranging onsite C# training at your offices (we'll even provide the computers and projector).

About our C# training

Our C# courses are taught by people who don't just train, but program too!  On our introductory course you'll learn what a variable is, and how to initialise it:

// creating a variable

string CourseName = "Introduction to C#";

You'll learn how to set conditions, and perform loops:

// loop over the course days

for (int dayNo=0; dayNo<=2; dayno++)="">

// learn something here

}

And much, much more!

Other Visual C# training resources

There are many ways in which we can help you learn C#!

Try our C# exercises

To see where you are in Visual C#, you could have a go at any of the following exercises.

Blogs on C#

If you're learning C# - or even if you already know it - we're sure that you'll find nuggets of help in these blogs.

Videos on C#

As an alternative to classroom training, you could consider learning C# from our videos.

C#

C# training venues

C# courseware manuals

C# consultancy

Not only do we provide advanced C# training, but we write a mean system in Visual C# too - find out more.

This page has 0 threads Add a new post

Head office

Kingsmoor House

Railway Street

GLOSSOP

SK13 2AA

London

Landmark Offices

99 Bishopsgate

LONDON

EC2M 3XD

Manchester

Holiday Inn

25 Aytoun Street

MANCHESTER

M1 3AE

© Wise Owl Business Solutions Ltd 2024. All Rights Reserved.

End of small page here
Please be aware that our website uses cookies!
I'm OK with this Tell me more ...