Skip to content

Frank DeCaire

A Blog About Random Computer Subjects

Search
  • Favorite Sites
  • Search

Designing a Game

February 24, 2019June 10, 2013 by Frank DeCaire

It’s been a while since I posted something new. That’s due to the fact that I’ve been working on a small game. My intent was to design and build a fully-functional game to demonstrate AJAX, C# and SVG. The trick to completing something like this is to make sure the scope is small enough that … Read moreDesigning a Game

Categories AJAX, C#, JavascriptLeave a comment

More Database Basics

February 24, 2019May 28, 2013 by Frank DeCaire

I just completed a post about database basics and at the end I showed how students (and faculty members) can download Oracle or MS SQL Server, install it on their PC and create a database to match the book they are using in database class. Then I thought about the fact that I haven’t really … Read moreMore Database Basics

Categories Database, OracleLeave a comment

More SVG

February 24, 2019May 22, 2013 by Frank DeCaire

In this blog post I’m going to talk about SVG again. One of the great advantages that SVG has over Silverlight is that it is built into the browser. That means that you can use it anywhere in the browser window. Plug-ins are restricted to the box where they are plugged in. Click on the … Read moreMore SVG

Categories C#, SVGLeave a comment

Linked Lists – Adding and Deleting

February 24, 2019May 13, 2013 by Frank DeCaire

Getting Started In my last blog post I showed how I setup a basic board game with an array of linked lists. Now I’m going to show you some straight C code to add a unit to the board. I used a standard WIN32 console application, just to get past the complex interface code. My … Read moreLinked Lists – Adding and Deleting

Categories C/C++, programmingLeave a comment

Linked Lists

February 24, 2019May 10, 2013 by Frank DeCaire

Basic Unordered Linked Lists So my last blog posts were about pointers. I gave a little historical context to the fact that I’m a self-taught pointer maniac. The past 6 years is the longest stretch I’ve gone without using a pointer. That is because I now program using C# instead of C/C++. Sometimes I miss … Read moreLinked Lists

Categories C/C++, programmingLeave a comment

Pointers

February 24, 2019May 10, 2013 by Frank DeCaire

Ok, I’m in the mood to do some technical blogging.  I was reading an article recently about the fact that many universities are teaching computer science using languages such as Java that don’t use pointers.  I’m starting to feel like one of those old guys saying things like “back in my day….”.  Here’s the article … Read morePointers

Categories C/C++, programmingLeave a comment

Software Development Disasters

February 24, 2019April 29, 2013 by Frank DeCaire

If you’ve designed and built software for as long as I have (more than 20 years), you’ll have a whole lot of experience dealing with disasters. I’ve had a couple in my lifetime that could have been expensive disasters if not for my knowledge of trading stocks. You see, there’s this little secret to trading … Read moreSoftware Development Disasters

Categories UncategorizedLeave a comment

Spam

February 24, 2019April 26, 2013 by Frank DeCaire

Spam – Sheesh, Are They Kidding? I get spam every now and then. I used to get a lot but we have a really good spam filter (Barracuda, by the way). But I’ve been receiving spam since I signed up for email back in the early 90’s. I’m so familiar with the social engineering tricks … Read moreSpam

Categories SpamLeave a comment

Visio Automation

February 24, 2019March 3, 2013 by Frank DeCaire

Microsoft Office products have the ability to be integrated with Visual Studio in what is called “Automation.” I view this technique as a dumb and dirty capability that I use for extracting data from Word, Excel, Visio or other Office applications. In this example I’m going to show a method to read some basic information … Read moreVisio Automation

Categories C#, MS Visio, SVG, Visual Studio 2012Leave a comment

VS2012 Reference Has Yellow Triangle

February 20, 2019February 12, 2013 by Frank DeCaire

This seems to be a common problem where a reference to another project has a yellow triangle on it. Like this: Check your warnings: In my case the project targeted had a .NET library set to 4.5 and my main project had a .NET of 3.5. The warning, however, gives all the details needed: For … Read moreVS2012 Reference Has Yellow Triangle

Categories C#, Visual Studio 20128 Comments
Post navigation
Newer posts
← Previous 1 … 17 18

Recent Posts

  • Nibbler – Wiring Complete
  • Nibbler – Power Wires Complete
  • Nibbler – Ready to Wire
  • Nibbler – Getting the parts organized
  • A 4-bit Computer

Recent Comments

  • Frank DeCaire on Digital Electronics for the Beginner
  • ocaeon on Digital Electronics for the Beginner
  • ocaeon on The Sad State of Technology
  • Peter Zieba on Programming the GAL22V10
  • Frank DeCaire on Nibbler – Getting the parts organized

Archives

  • May 2024
  • April 2024
  • February 2024
  • August 2023
  • June 2022
  • April 2021
  • August 2020
  • February 2020
  • December 2019
  • October 2019
  • June 2019
  • April 2019
  • February 2019
  • January 2019
  • December 2018
  • October 2018
  • September 2018
  • June 2018
  • March 2018
  • February 2018
  • January 2018
  • November 2017
  • October 2017
  • September 2017
  • August 2017
  • July 2017
  • May 2017
  • April 2017
  • March 2017
  • February 2017
  • January 2017
  • December 2016
  • November 2016
  • October 2016
  • August 2016
  • May 2016
  • April 2016
  • March 2016
  • February 2016
  • January 2016
  • December 2015
  • October 2015
  • September 2015
  • August 2015
  • July 2015
  • May 2015
  • April 2015
  • March 2015
  • February 2015
  • January 2015
  • December 2014
  • November 2014
  • October 2014
  • September 2014
  • August 2014
  • July 2014
  • June 2014
  • May 2014
  • April 2014
  • March 2014
  • February 2014
  • January 2014
  • November 2013
  • June 2013
  • May 2013
  • April 2013
  • March 2013
  • February 2013

Categories

  • .Net Core
  • A* Algorithm
  • ADO
  • AJAX
  • API
  • ASP
  • Autofac
  • BattleFieldOne
  • Blender
  • C/C++
  • C#
  • Caching
  • CE
  • Classic ASP
  • Code-First
  • Code-Only
  • COM
  • Connection Pooling
  • Continuous Integration
  • Database
  • Dependency Injection
  • DevOps
  • Digital Electronics
  • EF
  • EF-6
  • Entity Framework
  • Fluent NHibernate
  • FPGA
  • Game
  • GDI+
  • Google Maps
  • GPS
  • GPX
  • Graphics
  • HasMany
  • HDL
  • IDisposable
  • IIS
  • IOC
  • Javascript
  • JQuery
  • JSON
  • Lazy Loading
  • Legacy Code
  • LINQ
  • Linq-to-SQL
  • LocalDB
  • Mappings
  • MiniProfiler
  • Mocking
  • MongoDB
  • Monogame
  • Moq
  • MS SQL 2005
  • MS SQL Server
  • MS Visio
  • MSSQL
  • Multi-Threading
  • MVC
  • MySQL
  • NHibernate
  • Nibbler – 4 Bit Computer
  • NuGet Packages
  • Oracle
  • ORM
  • Powershell
  • programming
  • Redis
  • Scaling
  • Security
  • Serialization
  • Sessions
  • So you want to build software for a living
  • Software Development
  • Spam
  • SQL Server
  • SQLite
  • SQLLocalDB
  • Stored Procedure
  • SVG
  • Technology
  • Technology Failures
  • The Direct Project
  • Threading
  • TTL Logic
  • Uncategorized
  • Unit Testing
  • Unity
  • VB.Net
  • VHDL
  • Vintage Computers
  • Visual Studio
  • Visual Studio 2012
  • Web API
  • Web Sessions
  • Windows Service
  • x86 programming
  • XML
  • XUnit

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 14 other subscribers
© 2025 Frank DeCaire • Powered by WPKoi
Scroll back to top