Read our blogs, tips and tutorials
Try our exercises or test your skills
Watch our tutorial videos or shorts
Take a self-paced course
Read our recent newsletters
License our courseware
Book expert consultancy
Buy our publications
Get help in using our site
537 attributed reviews in the last 3 years
Refreshingly small course sizes
Outstandingly good courseware
Whizzy online classrooms
Wise Owl trainers only (no freelancers)
Almost no cancellations
We have genuine integrity
We invoice after training
Review 30+ years of Wise Owl
View our top 100 clients
Search our website
We also send out useful tips in a monthly email newsletter ...
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:
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 |
---|---|---|
2 days | Learn how to use variables, write conditions and loops and work with data objects. | |
2 days | Learn how to create classes and work with LINQ to access data using an entity framework model. | |
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.
Each of our scheduled courses (whether classroom or online) includes:
In addition, our classroom courses also include:
Still not convinced? You can read hundreds of testimonials to the quality of our training (all attributed and added in the last 3 years.
Here are the next C# courses we have scheduled:
Course | Dates | Venue |
---|---|---|
Introduction to Visual C# | 09-10 Dec | Online |
Intermediate C# | 09-10 Dec | Online |
Introduction to Visual C# | 20-21 Jan | Online |
Fast track C# | 20-22 Jan | Online |
Intermediate C# | 30-31 Jan | Online |
Introduction to Visual C# | 17-18 Feb | Online |
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 training at your offices (we'll even provide the computers and projector).
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++)="">=2;>
// learn something here
}
And much, much more!
There are many ways in which we can help you learn C#!
To see where you are in Visual C#, you could have a go at any of the following exercises.
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.
As an alternative to classroom training, you could consider learning C# from our videos.
Have a look at our Visual C# tips and tricks.
Visual C# Wise Owl courses run at these venues.
You can sample or license the following courseware manuals.
Not only do we provide advanced C# training, but we write a mean system in Visual C# too - find out more.
Kingsmoor House
Railway Street
GLOSSOP
SK13 2AA
Landmark Offices
99 Bishopsgate
LONDON
EC2M 3XD
Holiday Inn
25 Aytoun Street
MANCHESTER
M1 3AE
© Wise Owl Business Solutions Ltd 2024. All Rights Reserved.