Numeric String Sort in C#
Ellis Web
Scenario: you have a List collection where the contents could be alpha, numeric, or alphanumeric. How do you get the values to sort in a way that makes sense, given the different data types?
My first big programming project was my final project in college. I created a simulator in Java for the elevators in my dormitory building, and tested out different ways of minimizing wait times for residents using different algorithmic approaches to control the operations of the individual elevators. Fun stuff.
Since then I have worked my way up from my first "Hello World" app with ASP.net 1.1 to designing the architecture and leading development on large scale complex desktop and web applications.
I excel when working on complex custom web or windows applications that require start-to-finish attention to detail, original thinking and smart code and DB architecture.
asp.net c# jquery sql-server mvc
php vb.net
Verndale
January 2006 - Current
PI Worldwide
February 2004 - December 2005
Deitel & Associates, Inc.
June 2000 - September 2000
University of Pennsylvania
2000 - 2003
Ellis Web
Scenario: you have a List collection where the contents could be alpha, numeric, or alphanumeric. How do you get the values to sort in a way that makes sense, given the different data types?
Ellis Web
A method for detecting Application Idle State in a Windows Forms application, taking into account application focus.
Joel Spolsky
Alan Cooper
Matthew Linderman, Jason Fried
486sx-33, 4MB RAM, 300MB Hard Drive
Visual Studio, Notepad2
My first big programming project was my Senior Project in college. I chose to create a Java-based simulation of the elevators in my high-rise apartment building. I used this simulation as a testing ground for trying out several different strategies that were aimed at reducing the average time that people spent using their elevators (I eventually found a method that resulted in a 10% reduction in average wait time).