Storing Generics in ASP.NET Profile object Apr 25, 2009 Sometimes, I’ll come across a problem that I research for an hour or two. When I find the solution, I think “Wow, that should have been the first thing I tried! ...
Displaying multiple fields in a Dropdownlist’s DataTextField Apr 14, 2009 I’ve encountered this problem on occasion, where I want to display more than one field in a dropdownlist’s DataTextField property. In the past, I’ve overcome this problem by rewriting a SQL statement, or adding another column in the database itself to accomodate my needs. ...
T-SQL Multi-Table Delete Apr 1, 2009 I was trying to run a DELETE query on multiple tables and I kept getting this error: The DELETE statement conflicted with the REFERENCE constraint I’m not that great with SQL, but I can get by. ...
LINQ: more like "Luckily I Never Quit" Mar 28, 2009 I’ve been using LINQ quite a bit lately. As the blog title says: luckily, I never quit. There are a lot of things to get used to with LINQ. ...
C++ Templated QuickSort Algorithm Mar 19, 2009 It has been over a month since I posted. I’ve been really busy with all of my classes. So, instead of going too in depth with anything, I’m just going to share some code we’ve written. ...
My beginnings in C++ Feb 3, 2009 This semester (my final semester at VCU), I am taking INFO 450: Advanced Programming, which concentrates in C++. We’re learning both native and managed C++. ...
C# Insertion Sorting algorithm Feb 2, 2009 Here is a console application to test an Insertion Sorting algorithm adapted from chapter 2 of MIT’s Introduction to Algorithms. I thought this might come in handy for any beginners, as well as a fun way to test your computer’s performance. ...
Silverlight 2.0, broken XAML Intellisense fix Jan 1, 2009 I installed all the necessary files for Silverlight today. When I created a project, the xaml document didn’t have intellisense and opened as a text instead of XML-based document. ...
Visual Studio 2010: Logging in Dec 28, 2008 I downloaded Visual Studio 2010 CTP a week ago. I fiddled around with it for about 30 minutes, trying to login to the accounts provided by the preview. ...
Database Systems Dec 23, 2008 Semester: Fall 08 Instructor: Samoilenko Class: INFO 364 Assignment: Database Systems Members: Balas, Broyles ...