chipso4

Stories kicked by chipso4

60+ .Net libraries every developer should know about(blog.webdistortion.com)

submitted by squiggssquiggs(585) 2 years, 3 months ago

Every good developer knows never to re-invent the wheel, especially if there is software out there that has been tested by others, and has an established track record. As a developer using the .NET framework I’ve found some of these libraries invaluable, so I’m sharing them for some of the other dev’s out there with a brief outline of how to use. read more...

2 comments |category: |Views: 2605

tags: another

Performance Optimizations Made By JavaScript Minimizers(www.coderjournal.com)

submitted by zigamorphzigamorph(3319) 2 years, 4 months ago

In the first post about JavaScript compression and the different levels supported by the three major competitors in the JavaScript minimization, obfuscation, and optimization tools space. I the article I discussed which tool provided the best compression in regards to the resulting byte count. And found that Google took the over all crown with Microsoft following very closely behind. This post will look at the performance optimizations made to the code, after it is run through the JavaScript Minimizers read more...

add a comment |category: |Views: 10

tags: another

Yahoo YUI Compressor vs. MS AJAX Minifier vs. Google Closure Compiler(www.coderjournal.com)

submitted by atifazizatifaziz(1000) 2 years, 4 months ago

A while back, YUI Compressor was king of the hill, and for the most part the only game in town that was really designed for production use. Since then a number of new competitors have been released by Google and Microsoft, and Nick Berardi checks out how they stacked up against the YUI Compressor. read more...

add a comment |category: |Views: 691

tags: another

Lightweight Task Scheduling Library for .NET / Silverlight(www.hardcodet.net)

submitted by hardcodethardcodet(10) 2 years, 4 months ago

A lightweight task scheduling library that allows you to easily schedule the invocation of callback methods at specified times or intervals. Supports both .NET 3.5 and Silverlight. read more...

add a comment |category: |Views: 29

tags: another

.NET Serialization Performance Comparison(james.newtonking.com)

submitted by JamesNKJamesNK(3020) 2 years, 4 months ago

Comparing the speed and output of the different serializers available in .NET with the latest version of Json.NET. read more...

3 comments |category: |Views: 931

tags: another

Free EBook for Developing High Quality Applications using .NET(devcurry.com)

submitted by mopenmopen(3596) 2 years, 5 months ago

The Microsoft Application Architecture Guide, 2nd Edition is a Must Have EBook for Developers and Solution Architects read more...

6 comments |category: |Views: 1034

tags: another

6 Of My Favorite Visual Studio Shortcuts(hatim.indexdev.net)

submitted by HatimrHatimr(1492) 2 years, 5 months ago

A few of my favorite Visual Studio Shortcuts to make my life and yours just a bit easier! read more...

4 comments |category: |Views: 1104

tags: another

5 Very Useful C# Attributes(hatim.indexdev.net)

submitted by HatimrHatimr(1492) 2 years, 5 months ago

A look at some of the useful attributes in c# read more...

6 comments |category: |Views: 1620

tags: another

ARCast.TV - Rocky Lhotka on Development Frameworks(blogs.msdn.com)

submitted by bobfamiliarbobfamiliar(3648) 2 years, 5 months ago

It is difficult to strike a balance between the optimal architecture and over architecting a solution. Joe Shirey sits down with Rocky Lhotka , the creator of the CSLA.NET framework, to discuss how he balances what should and should not be in his framework. read more...

5 comments |category: |Views: 154

tags: another

PDC09 - Session Video & PPT List by Greg Duncan(blogs.msdn.com)

submitted by bobfamiliarbobfamiliar(3648) 2 years, 6 months ago

Greg Duncan has cleverly put together a page that lists the PDC09 sessions with links to videos and PowerPoint's. Way to go Greg! read more...

1 comment |category: |Views: 197

tags: another

A generic way to find ASP.NET ClientIDs with jQuery(west-wind.com)

submitted by rstrahlrstrahl(7226) 2 years, 7 months ago

ASP.NET ClientIDs and NamingContainer naming are a nuisance when working with jQuery as these long IDs complicate finding elements on the page. In this post I show a very simple way to retrieve munged ClientIDs by just their ID names with a small helper function that still returns the jQuery wrapped set. read more...

add a comment |category: |Views: 333

tags: another

Velocity Administration Console(blogs.microsoft.co.il)

submitted by gilfgilf(2139) 2 years, 11 months ago

Lately I’ve been working on a small administration console project for Microsoft project code named Velocity. If you don’t know, Velocity’s administration is being done with PowerShell. I decided to build a console that will do the same thing but in Windows Forms. read more...

add a comment |category: |Views: 11

tags: another

Common Logging 2.0 has been released(eeichinger.blogspot.com)

submitted by .NetKicks.NetKicks(1304) 3 years ago

The 2nd version of the "ultra-thin brigde between different .NET logging implementations" Common.Logging has been released and is free for download. Among various imporvments it features Lambda syntax for logging and Bi-directional log event routing between logging implementations. read more...

add a comment |category: |Views: 30

tags: another

Generate custom LINQ-to-SQL Classes yourself with help of T4 Templates(t4-editor.tangible-engineering.com)

submitted by fischetmfischetm(260) 3 years ago

This video shows how to generate custom LINQ-To-SQL Classes with help of the Open-Source Project T4 Toolbox and the new T4 Editor developed by tangible-engineering. Generating Custom LINQ-To-SQL Classes allows you to fully customize the code e.g. in order to add spezial serialisation or IUpdatebale support. read more...

add a comment |category: |Views: 305

tags: another

Installation and Configuration of Microsoft Velocity(aspnetpodcast.com)

submitted by wallymwallym(2085) 3 years, 2 months ago

David walks us through how to install and configure Microsoft Velocity. read more...

add a comment |category: |Views: 518

tags: another

A lap around MIX09 keynote announcements(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 3 years, 2 months ago

Simone collects all the big announcements from MIX09 and provides links to get deeper into the new stuff read more...

add a comment |category: |Views: 364

tags: another