Developers blog, .NET, C#, VB.NET, ATLAS, AJAX, WWF, ORM, LINQ, ARCHITECTURE and more by Frank Kroondijk |
|
ProfileFrank KroondijkSoftware developerSoftware architectBlog profile
Links
Archives
200 feeds |
zaterdag, december 30, 2006Ready-to-use Mass Emailing Functionality with C#, .NET 2.0, and Microsoft® SQL Server 2005 Service Brokerdonderdag, december 28, 2006Opensource c# CMS
Opensource c# CMS
NClass
NClass is a UML compliant class diagram editor specialized for C# and Java developers. The main goal of this program is to help the open source community with a useful class diagram modeler. Or in other words: to provide a user-friendly, but absolutely free diagramming tool.
maandag, december 11, 2006VS 2005 BUG - Exception thrown at wrong place
Had weird thing in VS, when running my app, i ran into the coded exception throwers. No prob you would say but the thing is that it gets caught one 'throw' later. So i was confused. Well now u know it too :-)
case VivensBase.enSqlDbType.TByteArray_Tbinary_Size: throw new Exception("The type is not implemented."); break; case VivensBase.enSqlDbType.TByteArray_TvarBinaryMax: throw new Exception("The type is not implemented."); break; case VivensBase.enSqlDbType.TByteArray_TvarBinary_Size: throw new Exception("The type is not implemented."); break; |