Tag Archives: Visual Studio

Visual Studio C# NUnitTest Primer Tutorial

The acronym SDLC (Software Development Life Cycle) describes a lot of what the environment for a programmer consists of, but there are so many variations within the workplace of where the role of the “programmer” starts and stops. One of … Continue reading

Posted in eLearning, OOP, Software, Tutorials, Visual Studio | Tagged , , , , , , , , , , , | 9 Comments

VB.Net Console Application Primer Tutorial

Today we follow up on a Yahoo Answers question here (thanks) to investigate the simplest VB.Net project idea using the Windows .Net Framework IDE called Visual Studio … namely, the Console Application. This Console Application project type in Visual Studio … Continue reading

Posted in eLearning, Operating System, Tutorials, Visual Studio | Tagged , , , , , , , , , , , | 2 Comments

ASP.Net VS 2013 Express Wcf Service Primer Tutorial

For today’s tutorial we show a skeletal ASP.Net Web Service making use of SOAP messages mentioned previously in the ASP.Net Web Service Primer Tutorial as shown below. The Web Service makes use of Windows Communication Foundation (Wcf) functionality, and with … Continue reading

Posted in eLearning, Tutorials, Visual Studio | Tagged , , , , , , , , , | 9 Comments

ASP.Net .Net 4.5 VS Web Express 2013 Primer Tutorial

The previous ASP.Net Hello World Primer Tutorial … … Visual Studio Express as shown below involved the use of Visual Studio 2010 Express on a Windows laptop. Today we zoom forward to Visual Studio Web Express 2013 for .Net 4.5 … Continue reading

Posted in eLearning, Tutorials, Visual Studio | Tagged , , , , , , , | Leave a comment

Visual Studio Debug Primer Tutorial

In today’s tutorial we show you Visual Studio debugging and use the program of

Posted in eLearning, Software, Tutorials, Visual Studio | Tagged , , , , , , | Leave a comment

C# Socket Primer Tutorial

C# using Visual Studio on Windows is a great language to learn. If you like C# you may eventually like VB.Net, and vice versa. It has sophisticated data structures, can be Object Oriented and makes great Windows desktop applications or … Continue reading

Posted in eLearning, Networking, Tutorials, Visual Studio | Tagged , , , , , , , | 2 Comments

Silverlight ASP.Net MVC Primer Tutorial

Today’s tutorial creates a Silverlight Navigation MVC Application website in ASP.Net with Microsoft Visual Studio (2010 Express) building on the knowledge of the previous ASP.Net MVC Primer Tutorial. MVC stands for Model/View/Controller web design architecture methodology. Even if you lack … Continue reading

Posted in eLearning, Tutorials, Visual Studio | Tagged , , , , , , , , , | Leave a comment

ASP.Net Dynamic Data Entity Framework Primer Tutorial

Today’s tutorial integrates an SQL Server database with an ASP.Net website using dynamic data (ADO.NET) entity framework (also look up CRUD), building on previous Sql Server Stored Procedure Primer Tutorial as shown below. The word dynamic is very suitable for … Continue reading

Posted in Data Integration, Database, eLearning, Tutorials, Visual Studio | Tagged , , , , , , , , , , , | 3 Comments