Aubrey Cote
Senior Consultant
Aubrey is a Senior Consultant with Forté Incorporated in Mobile, Alabama. He is a Microsoft Certified Solution Developer and trainer in development languages, databases and systems. His current efforts are devoted to object-oriented development, multi-user database systems and Internet applications using Microsoft technologies.
Articles Authored
-
ACME Insurance - Building a .NET Application
Last updated: Tuesday, February 19, 2019
Published in: CODE Magazine: 2002 - January/February
Part 3, The User Interface and the Rating Web ServiceWe are finally going to get our feet wet in Visual Studio .NET and start writing some real code! In this article, we're going to focus on two areas of the ACME application. First, we will talk about the user interface and how it's implemented in ASP.NET ? along with a few problems we overcame by utilizing the powerful object-oriented features of .NET. Next, we'll write a web service in Visual Basic .NET to rate policies based on their class codes. To demonstrate that web services can be used in a variety of ways, we'll consume the web service in both .NET and Visual FoxPro 7.
-
Building Data Access Components in C#
Last updated: Wednesday, November 30, 2022
Published in: CODE Magazine: 2001 - Issue 1
With the functionality provided by the .NET runtime, building data access components with C# (pronounced "c-sharp") is not difficult.In this article, we discuss how to access data stored in a SQL Server database. We will then review the steps necessary to build a Dynamic Link Library and an Executable file in C# to query a table and display the results.