My Work
My Blogs
Hotlinks
Category Archives: C#
DataBind a List of custom classes to an ASP:ListBox control
Recently I was scratching my head at this error from the .NET Framework DataBinding: ‘MyApp.vo.customVO’ does not contain a property with the name ‘Name’ I was stumped because my custom VO class did in fact have a public property called … Continue reading
Posted in .net, C#, development, microsoft, tips and tricks, Visual Studio
Tagged .NET framework, asp.net, auto-implemented, auto-implemented-properties, C#, csharp, custom class, DataBind, DataSource, properties, VO
3 Comments
How to TWEET from a SQL CLR Stored Procedure
Here’s another SQL Server 2005 geek out moment, a CLR SPROC that tweets to Twitter. Big shoutout to Danny Battison for sharing the C# code to post to Twitter. This is what got me started on the C# side of … Continue reading
Posted in .net, C#, database, microsoft, SQL, tips and tricks, tsql, twitter
Tagged .net, .net assembly, .net Common Language Runtime, C#, CLR, CLR SPROC, sproc, sql server 2005, stored procedure, tweet, twitter
12 Comments
How to JOIN two tables using LINQ to SQL
Wanted to share this since it gave me so much trouble figuring out. It’s a simple SQL query ported to LINQ to SQL that joins two tables to return a filtered listed of data. Here are the tables from my … Continue reading
Posted in .net, C#, database, development, microsoft, SQL, tips and tricks
Tagged asp.net, join, linq, linq to sql, linqtosql, query, SQL
6 Comments
Come have a 360Flex chat with me and Jun Heider
Chat is @ Thursday Feb 11th, 11:30am MST Jun Heider and myself will be talking to the 360|Flex guys tomorrow about our session. It’s actually going to be a back-to-back mega session comparing the latest and greatest on both the … Continue reading
Posted in .net, adobe, C#, coldfusion, database, development, FLEX
Tagged 360flex, adobe, adobeconnect, chat, conference, FLEX, jun heider, speaker
Leave a comment
