My Work
My Blogs
Hotlinks
Tag 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
Create a delimited list of SortedList Keys in C#
I love C#, but miss the simplicity of PHP sometimes. Specifically when dealing with collections. Recently I ran into a situation where PHP’s implode would have been perfect, but I wasn’t able to find any quick and easy built in … Continue reading
I’m an MCP for C#
I finally got my MCP Welcome Kit from Microsoft.
