Author: Benjamin Perkins

Language Independence

Benjamin Perkins C#

The most common .Net languages are Visual Basic, C++ and C#. However, there are numerous other programming languages that will function with the .Net Framework. Like, F#, J#, PowerBuilder, IronPython, IronRuby, etc… It is possible to use .Net from many programming languages because they have all agreed on some standards. For example the Common Type […]

Read More →

Interoperability in C#

Programming has been around for some time and we haven’t always had the .Net Framework to make our lives as programmers and support engineers so easy. When we program within the confines of the .Net Framework, we are building managed code. Managed code is compiled in Bytecode. Prior to the .Net Framework we programmed in […]

Read More →

Generics

Benjamin Perkins C#

When we think about the word Generic outside of the programming world it simply means that the object is not tied to any specific kind. An example is a bank account. We may not know which bank it is associated too, if it is a checking or savings account, however we do know that we […]

Read More →

What is the .Net Framework, .Net Fundamentals

The .Net framework is a group of components that provide the developer with tools to support the creation of robust computer software programs. It is comprised of: Development frameworks – are components that let us resuse previously written and tested software. Such as ASP.Net, WPF, Silverlight, LINQ, ADO.Net, WCF, WinForms etc… Therea are some very […]

Read More →

Failed to run WebJob

WebJobs Benjamin Perkins

It is possible to run an Azure WebJob even when the Azure App Service Web App is not running. Figure 1 illustrates a running WebJob while the Web App is not running. Figure 1, running a WebJob when the Web App is stopped Notice that there is only 1 W3WP process shown in the Process […]

Read More →