Tag Archives: C#

JavaScript for C# Developers – Differences between JavaScript Dynamic Syntax and C#

This is an excerpt of a webinar by Dan Wahlin – JavaScript for C# Developers that was conducted at Interface Technical Training on September 14, 2014. You can watch the entire webinar at JavaScript for C# Developers webinar Dan Wahlin teaches Web Development and .NET Visual Studio classes at Interface Technical Dan’s instructor-led training includes … Continue reading JavaScript for C# Developers – Differences between JavaScript Dynamic Syntax and C#

JavaScript for C# Developers – Key concepts of C# and JavaScript Syntax

This is an excerpt of a webinar by Dan Wahlin – JavaScript for C# Developers that was conducted at Interface Technical Training on September 14, 2014. You can watch the entire webinar at JavaScript for C# Developers webinar Dan Wahlin teaches Web Development and .NET Visual Studio classes at Interface Technical Dan’s instructor-led training includes … Continue reading JavaScript for C# Developers – Key concepts of C# and JavaScript Syntax

Video – Getting Started with Java Programming

In this Interface Video Blog, Java instructor Judy Lipinski discusses what developers will need to know before getting started developing with Java. Judy says that Java programming is a great programming language for beginners to learn. Java teaches students how to understand Object Oriented concepts. There is a great deal of flexibility with Java. For … Continue reading Video – Getting Started with Java Programming

Video – The Fundamentals of C# Generics by Dan Wahlin

In previous posts, we looked at getting started with C# Interfaces and understanding Polymorphic behaviors. In this post, we’ll look at using C# Generics and Custom Generics in your applications. Video transcription  Dan Wahlin: An important feature of the C# language is Generics. Generics are not necessarily new. They have actually been out since C# 2. They … Continue reading Video – The Fundamentals of C# Generics by Dan Wahlin

Video – Understanding C# Interfaces and Polymorphic Behavior by Dan Wahlin

Video transcription  Dan Wahlin: In a previous session Getting Started with C# Interfaces, I talked about how you can use C# Interfaces to drive consistency across different C# Classes. In this session, I’m going to walk through one of the cool features of Interfaces, which is Polymorphic Behavior. Polymorphism is not only a big word … Continue reading Video – Understanding C# Interfaces and Polymorphic Behavior by Dan Wahlin

Learn to build an End to End Application with EF Code First, ASP.NET MVC 4, jQuery, and HTML5 with Dan Wahlin at Interface Technical Training

It’s hard to keep up with all of the new technologies being released. The moment you think you understand a given technology a new one comes out and in some cases replaces the technology you just learned. Some people enjoy the challenge of keeping up with technology while others resist change and end up stuck … Continue reading Learn to build an End to End Application with EF Code First, ASP.NET MVC 4, jQuery, and HTML5 with Dan Wahlin at Interface Technical Training

Setting BreakPoints in Visual Studio 2010 to troubleshoot C# and ASP.NET code

This a step by step guide on how to set breakpoints in Visual Studio 2010 in order to better troubleshoot c# and asp.net code. Create a New Solution and add some code. I created a new web site in Visual Studio and added a master page called default.master and added a theme folder in which I … Continue reading Setting BreakPoints in Visual Studio 2010 to troubleshoot C# and ASP.NET code

Creating a Visual Web Part for SharePoint 2010 with Visual Studio 2010

In this post, I am going to create a simple new visual web part for SharePoint 2010 with Visual Studio 2010. I already have SharePoint 2010 Server Installed along with Visual Studio 2010. Visual Web Parts are awesome, they feel just like creating ascx controls with ASP.NET., very cool stuff and very fun. A couple … Continue reading Creating a Visual Web Part for SharePoint 2010 with Visual Studio 2010