Review of Google Analytics by Justin Cutroni published by O'Reilly
Mon, 06 Sep 2010 10:20:12 GMT
The book contains thorough and complete coverage of all the features of Google Analytics, from setting up a free account, to advanced tracking strategies. read moreBy Peter Bromberg
|
An Image Resizer class for uploaded image files
Sun, 05 Sep 2010 12:03:17 GMT
An Image Resizer class for uploaded image files that alllow custom resizing and output format types for uploaded images. read moreBy Peter Bromberg
|
Silverlight Binary Serialization and Compression with WCF Services
Sat, 04 Sep 2010 21:57:07 GMT
WCF is a great tool, and because of the streamlined nature of Silverlight, it is virtually essential for various types of data access. However, the default behavior of WCF is to serialize your types via the DataContractSerializer. If you have significant amounts of data going to the server (or, more likely) coming back from the server, that results in what can be a very large glop of textual XML going back and forth over the wire. read moreBy Peter Bromberg
|
ComponentOne Studio for ASP.NET AJAX
Thu, 02 Sep 2010 11:52:46 GMT
A free license could be yours by visiting EggHeadCafe and entering the free drawing for ComponentOne Studio for ASP.NET AJAX. These ASP.NET user interface controls were developed using the A2 Framework, Html, CSS, and JQuery. read moreBy Robbe Morris
|
MongoDb with NoRM C# driver vs SQL Server basic speed tests
Wed, 08 Sep 2010 20:39:22 GMT
MongoDb with NoRM C# driver vs SQL Server basic speed tests using a Complex object with nested collection read moreBy Peter Bromberg
|
ObjectDumper dumps out a collection to the console or to a file via reflection
Sat, 28 Aug 2010 15:59:21 GMT
When developing C# programs in the functional programming style, or with LINQ, you often need to dump out a collection to the console or to a file. read moreBy Peter Bromberg
|
Use the repository pattern with T4 to autogenerate loosely coupled data access classes
Tue, 24 Aug 2010 08:26:05 GMT
Using LINQ to SQL is simple but introduces code that is tightly-coupled with this kind of data access method. One way to solve this is to use the repository pattern. With T4, implementing this pattern has become easier. read moreBy Michael Detras
|
Free license drawing and review of the Kentico CMS ASP.NET content managment system
Wed, 01 Sep 2010 11:43:59 GMT
Kentico CMS supports WYSIWYG editing, work-flows, many different languages, full-text search, search engine optimization, on-line forms, image galleries, forums, groups, blogs, polls, media libraries and is providedwith over two hundred configurable web parts. Enter EggHeadCafe's free drawing to win a license of Kentico CMS for ASP.NET. read moreBy Peter Bromberg
|
A simple .NET Pixel Color Utility to get a color and copy to clipboard
Mon, 30 Aug 2010 09:42:43 GMT
a small Windows Form with a graphic panel that would show the color under the mouse pointer, and also show the HEX (.e.g #FFFFFF) value in a label, and copy the color to the clipboard read moreBy Peter Bromberg
|
The Missing Manual could be the most comprehensive book about Microsoft Excel in the Universe.
Thu, 05 Aug 2010 14:52:31 GMT
Excel 2010 - The Missing Manual is a comprehensive reference manual on Microsoft Excel for the novice and the advanced user. read moreBy Peter Bromberg
|
A test suite comparing various Managed compression algorithms
Mon, 02 Aug 2010 18:14:34 GMT
A test suite comparing various Managed compression algorithms including MiniLZO, LZMA, QuickLZ (2 versions) and Deflate read moreBy Peter Bromberg
|
set of base classes that facilitate the RAD development on the Composite UI pattern.
Sat, 31 Jul 2010 16:15:18 GMT
Composite UI is one of the great patterns in the .NET framework that targets the large enterprise UI centric applications. The pattern makes it possible to break a very complex and heavy user interfaces into separate loosely coupled modules. read moreBy Siyamand Ayubi
|
How to set up WCF to have two implementations for a WCF service.
Thu, 29 Jul 2010 14:19:43 GMT
An approach that lets WCF have two implementations for a WCF service. The proposed approach provides the ability to switch among the service implementations at runtime. read moreBy Siyamand Ayubi
|
displays a list of customers a fully AJAX Web Service driven
Wed, 28 Jul 2010 11:39:39 GMT
Develop a fully AJAX Web Service driven table that displays a list of customers from SQL database as well as allowing you to review each customer's orders read moreBy Sasha Kotlo
|
How to have scrollable axis WPF Toolkit Chart
Mon, 26 Jul 2010 17:46:08 GMT
In WPF Toolkit charts, when points are plotted on the chart’s plot area, they take up all the available space. However, when points get too many, the plot area becomes congested and labels overlap. A workaround is to have a scrollable axis and plot only the points with visible coordinates. read moreBy Michael Detras
|
Win a free Professional license of CodeSmith Generator 5.2!
Mon, 02 Aug 2010 09:30:11 GMT
CodeSmith is a software development tool to help you get your job done faster. Technically speaking it is a template driven source code generator that automates the creation of common application source code for any language (C#, Java, VB, PHP, ASP.NET, SQL, etc.) or any text based output. read moreBy Robbe Morris
|
A simple utility to select a folder and display the build status of every assembly
Tue, 20 Jul 2010 17:08:47 GMT
A simple utility to select a folder and display the build status of every assembly using the Debuggable attribute read moreBy Peter Bromberg
|
How to make the .NET WebClient class follow redirects and get the target url
Sun, 18 Jul 2010 17:49:35 GMT
How to make the .NET WebClient class follow redirects and get the target url, and read the content. read moreBy Peter Bromberg
|
Takes the Custom Auth project to completion with an Add Favorites MongoDb web site
Thu, 05 Aug 2010 20:55:35 GMT
Building on a previous implementation of Custom Authentication with MongoDb, and adding a "Favorites Tracker". The result is basically an entire web site built around MongoDb and the NoRM C# driver. read moreBy Peter Bromberg
|
Use parallel processing in conjunction with correlation sets inside an orchestration
Wed, 14 Jul 2010 07:38:43 GMT
Business data can be spread across numerous systems and it is BizTalks responsibility to correlate the common data and detect when the various parts of this data are submitted for processing. Use parallel processing in conjunction with correlation sets inside an orchestration to manage the business logic. read moreBy BiZTech Know
|
A simple way to profile Excel Workbook for performance
Fri, 09 Jul 2010 19:40:28 GMT
The best way to optimize an Excel Workbook is to find out what is taking the most time and tune it, always checking that the effect was what you intended. read moreBy bruce mcpherson
|
How to get a WPF control’s default style or template by adding functionality right into the WPF designer.
Thu, 08 Jul 2010 18:10:55 GMT
With Visual Studio 2010, we can extend the WPF designer so we can get the default style or template of a control right within the IDE. read moreBy Michael Detras
|
How to handle custom provider-less Membership, Role and Profile with MongoDb
Sun, 04 Jul 2010 12:11:58 GMT
Providerless Custom Authentication with Roles and Profile using MongoDb and the NoRM driver read moreBy Peter Bromberg
|
How to use MongoDb with an ASHX handler to capture site visitor statistics including GEOIP Info
Fri, 25 Jun 2010 14:53:34 GMT
How to use MongoDb with an ASHX handler to capture site visitor statistics including GEOIP Info. Shows how to use the Norm Driver and an ASHX handler for ASP.NET read moreBy Peter Bromberg
|
how to override the default deserialization of persisted .NET 3.5 workflow instances to change assembly or type names, and update the definition of non-workflow types.
Wed, 07 Jul 2010 20:41:54 GMT
A sample application to demonstrate some problems in workflow deserialization that occurs when you try to make some changes on a type definition, and some possible solutions or workarounds. read moreBy Michael Detras
|
Server Side Processing of Data in WCF Data Services Using WC
Tue, 22 Jun 2010 20:32:37 GMT
Entity Framework provider of WCF Data Services does not support processing data before forwarding to the clients.
Shows an approach that can be applied to all types of Data Services even the ones that use the Entity Framework Provider. read moreBy Siyamand Ayubi
|