Welcome to CedarLogic, LLC - Shawn Cicoria Sign in | Join | Help

Shawn Cicoria - CedarLogic

Perspectives and Observations on Technology

News





  • Unity08.com

October 2005 - Posts

BizTalk Assembly
Marty Wasznicky posts about a tool that helps deal with Gac registration in Bts farms and checking versions, etc. Allows "group" management instead of machine management fo Assemblies. BizTalk Assembly Replication and Viewer Need to tools like this! Read More...
Teaching Solid HTML and CSS Production Work
I want to teach a friend everything I know about HTML Production work (which won’t take long). By production work, I mean the process of receiving a Photoshop file, cutting it up, and producing nice clean semantic (X)HTML and CSS. I’m not a master of Read More...
External Laptop Battery
"How would you like to triple the battery life of your laptop, tablet pc, iPod or portable DVD player -- without ever changing your current battery?" http://www.batterygeek.net/ Read More...
Sql Server Performance Site.
Good site on tips for Microsoft Sql Server Performance articles: Sql Server Performance http://www.sql-server-performance.com/ Read More...
FlexWiki - Poor ASP.NET Implementation.
I haven't personally looked at the code ** yet **, but investigating it's use for a collaboration on a project. Looked at DotNetNuke (smooth platform if you ask me - can't comment on the coding). But, www.FlexWiki.com get's a ding here: http://weblogs.asp.net/vga/archive/2005/08/17/FlexWikiBadPractices.aspx Read More...
Great VS.NET Add-in - CopySourceAsHtml
CSAH 1.2.4 allows you to copy single-byte, double-byte, and Unicode characters from VS.NET. Previous versions only allowed you to copy single-byte and Unicode characters, and converted multi-byte characters to question marks. The new version should work Read More...
Some ADO.NET Performance tips..
Optimized ADO.NET Applications on TheServerSide.NET http://www.theserverside.net/articles/showarticle.tss?id=OptimizingADONET Read More...
Sample and Usefult Add-ins for VS.NET 2003
Visual Studio .NET 2003 Automation Samples Overview Microsoft has invested heavily in Visual Studio .NET extensibility. This is an important part of Visual Studio .NET because it lets customers easily tailor the tool to their personal working style and Read More...
AppSettings for Enterprise Library Console...
http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=a58aadd0-225f-400c-ac30-8d418b68b014 Read More...
EnableVisualStyles and System.Runtime.InteropServices.SEHException
Seems that SEHExceptions keep showing up in various applications that I've seen over the past. Here's some great tips on addressing with EnableVisualStyles; manifest files that help link to the proper version Common Controls (comctl32.dll) are one way Read More...