Categorized By Programming

Articles in Category: 'Programming'

C#: Microsoft Enterprise Library: Data Access

Category: Programming / .NET Framework

C#: Microsoft Enterprise Library: Data Access By: Zack Turnbow Introduction Most developers, as they continue to produce software products, start to build libraries of reusable code. Much of it is the mundane tasks that are associated with standard software development. That’s why Microsoft started...

Read More...

Creating an Encryption Utility in C# Final Part

Category: Programming / .NET Framework

Creating an Encryption Utility in C# [Part 3 of 3] Introduction This is the Final Part of a Three-part series. Click here to read Part Two . In part three of this three part series we are going to continue with our Encryption utility example and pick up where we left off. What we learned in the previous...

Read More...

Creating an Encryption Utility in C# Part Two

Category: Programming / .NET Framework

Creating an Encryption Utility in C# [Part 2 of 3] Introduction This is Part Two of a Three-part series. Click here to read Part One . We used over 10 web hosting companies before we found Server Intellect . Their dedicated servers and add-ons were setup swiftly, in less than 24 hours. We were able to...

Read More...

Creating an Encryption Utility in C# Part One

Category: Programming / .NET Framework

Creating an Encryption Utility in C# [Part 1 of 3] Introduction In this three part series we are going to create an Encryption utility that can take a string value and turn it into an Encrypted Binary value, and then we will take that Binary value and turn it into a Base 64 encoded string that you can...

Read More...

Access your Email within Outlook (Final Part) C#

Category: Programming / .NET Framework

Access your Email within Outlook - Part Three of Three This is the Final Part of this article series. Read Part 2 here Introduction This is an introduction to Microsoft Outlook and its accessible properties and methods you can access through C#. We will not be working with the entire set of properties...

Read More...

Access your Email within Outlook (Pt 2 of 3) C#

Category: Programming / .NET Framework

Access your Email within Outlook - Part Two of Three This is Part Two of this article series. Read Part 1 here Introduction This is an introduction to Microsoft Outlook and its accessible properties and methods you can access through C#. We will not be working with the entire set of properties and methods...

Read More...

Access your Email within Outlook (Pt 1 of 3) C#

Category: Programming / .NET Framework

Access your Email within Outlook - Part One of Three Introduction This is an introduction to Microsoft Outlook and its accessible properties and methods you can access through C#. We will not be working with the entire set of properties and methods, just the properties that can be attributed to an email...

Read More...

Check for Internet Connection (Final Part)

Category: Programming / .NET Framework

Check for an Internet Connection – Part Three of Three This is the Final Part of this article series. Read Part 2 here Introduction In the previous two parts of this series of articles we have shown how we can utilize an external library and import that library into our code very easily. We also...

Read More...

Check for Internet Connection (Part 2 of 3)

Category: Programming / .NET Framework

Check for an Internet Connection – Part Two of Three This is Part Two of this article series. Read Part 1 here Introduction What we learned in the first article of this series was that the best applications have the best validation and the least occurrences of errors. We learned that we are able...

Read More...

Check for Internet Connection (Part 1 of 3)

Category: Programming / .NET Framework

Check for an Internet Connection - Part One of Three Introduction The best applications have the best validation and the least occurrences of errors. When dealing with the Internet we have all run into the situation where want to go to a URL or access a Web Service within code and assume that we have...

Read More...