DotNetKick.com is an open-source project. Please report any bugs and let us know your great suggestions. Currently running svn revision 620 (rss)

Kick Spy!, Kick Zeitgeist and Kick Widgets

bradsjm Subscribe to this feed
bradsjm
Profile Kicked Submitted Comments Tags Friends Kicked By Friends Submitted By Friends

Stories kicked by bradsjm
3
kicks
submitted by misbaharefin 6 months, 13 days ago

dotnethitman.spaces.live.com — Congratulations to the Enterprise Library Team for their release of Enterprise Library 4.0. A few enhancements and bug fixes in this release, but most importantly it comes with Unity IoC Integration. read more...

Add a comment add a comment | category: | Views: 20
tags: , | tag it

36
kicks
published 7 months, 2 days ago, submitted by Vort3X 7 months, 3 days ago

objectreference.net — I develop for a large, high-availability website, with hundreds of thousands of daily users. As such, we need to cache a lot of data in our web-server memory (which is cheap) to save numerous hits to our main database cluster (which is very expensive). I would imagine the desire to improve performance by saving on database hits is common across many web applications – and caching frequently used data is often seen as one of the best ways to solve this problem. read more...

Add a comment 6 comments | category: | Views: 64
tags: | tag it

3
kicks
submitted by bradygaster bradygaster 7 months, 4 days ago

agilemodeling.com — Contrary to popular belief, architecture is an important aspect of agile software development efforts, just like traditional efforts, and is a critical part of scaling agile approaches to meet the real-world needs of modern organizations. But, agilists approach architecture a bit differently than traditionalists do. read more...

Add a comment add a comment | category: | Views: 1
tags: | tag it

16
kicks
published 2 years, 3 months ago, submitted by fatdaveh 2 years, 3 months ago

geekzilla.co.uk — I used several dodgy ways of handling hierarchical structures in my apps before coming across this handy snippet. read more...

Add a comment 1 comment | category: | Views: 0
tags: , , | tag it

27
kicks
published 2 years, 3 months ago, submitted by marcos marcos 2 years, 3 months ago

coolthingoftheday.blogspot.com — "This is a very cool threading online reference and freely downloadable e-book (PDF). Using C# for its examples, in 76 pages it covers basic synchronization, locking, BackgroundWorker, async delegates and more." Via: http://coolthingoftheday.blogspot.com read more...

Add a comment 1 comment | category: | Views: 10
tags: , | tag it

21
kicks
published 2 years, 3 months ago, submitted by dalziel dalziel 2 years, 3 months ago

weblogs.asp.net — Jon Galloway on Notepad++ and all it's coolness, with screenshots! read more...

Add a comment add a comment | category: | Views: 31
tags: , | tag it

11
kicks
published 2 years, 3 months ago, submitted by madskristensen madskristensen 2 years, 3 months ago

madskristensen.dk — The first thing we need to do is to add encryption to the ViewState. This is done by editing the web.config only. To further enhance the security ASP.NET can add another level of encryption based on the actual user. read more...

Add a comment add a comment | category: | Views: 2
tags: | tag it

12
kicks
published 2 years, 3 months ago, submitted by marcos marcos 2 years, 3 months ago

filehelpers.sourceforge.net — A lot of new features and the most important: The RunTime Records are ready !!! The FileHelpers are an easy to use library to import/export data from fixed length or delimited records in files, strings or streams. read more...

Add a comment 1 comment | category: | Views: 0
tags: , | tag it

15
kicks
published 2 years, 4 months ago, submitted by marcos marcos 2 years, 4 months ago

vmware.com — I love Trac as SCM because it integrates directly with the Subversion repository and full support the agile methodology. Now thanks to the guys of VmWare you can download a the Free VmWare player http://www.vmware.com/download/player/ and run your linux box inside windows for free. And of course you can move it from machine to machine in your pen drive =) the best part, isn't ? read more...

Add a comment 1 comment | category: | Views: 80
tags: , , , , | tag it

9
kicks
published 2 years, 4 months ago, submitted by crpietschmann crpietschmann 2 years, 4 months ago

pietschsoft.com — I just uploaded a new release of my ASP.NET 2.0 Virtual Earth v3 mapping Server Control. The download contains a Visual Studio 2005 solution that contains the source code for the server control dll and a sample website that uses the control. Enjoy! read more...

Add a comment 1 comment | category: | Views: 2
tags: , , | tag it

13
kicks
published 2 years, 4 months ago, submitted by crpietschmann crpietschmann 2 years, 4 months ago

dotnetjunkies.com — I have some WinForms applications that would benefit from having images and thumbnails (sometimes called thumbshots) of internet web pages and so I decided yesterday to have a look at how to approach this. read more...

Add a comment add a comment | category: | Views: 3
tags: , | tag it

12
kicks
published 2 years, 4 months ago, submitted by rjdudley 2 years, 4 months ago

scottwater.com — There is a bug in the URL Rewriting engine of ASP.NET 2.0. While not specific to Community Server, it maniftested itself more so in CS communities. Here, Scott Watermasysk presents a workaround. Links to the original problem are included. read more...

Add a comment add a comment | category: | Views: 5
tags: , , , , | tag it

17
kicks
published 2 years, 4 months ago, submitted by marcos marcos 2 years, 4 months ago

tamirgal.com — This is a pure .NET implementation of the SSH2 client protocol suite. The purpose of this project is to provide an easy API for reading/writing data to/from SSH channels and perform SFTP/SCP file transfers for .NET applications. read more...

Add a comment add a comment | category: | Views: 96
tags: , , | tag it

12
kicks
published 2 years, 4 months ago, submitted by simoneb simoneb 2 years, 4 months ago

busybox.sourceforge.net — An ASP.NET please wait dialog read more...

Add a comment add a comment | category: | Views: 4
tags: , , , , | tag it

21
kicks
published 2 years, 4 months ago, submitted by MarthaBass 2 years, 4 months ago

weblogs.asp.net — Scott Guthrie shares another trick with us, this time Server side comments. I had no idea they existed. "ASP.NET supports a little known feature called “server-side comments” that you can use to completely disable code/controls/html in a page. Server-side comments in ASP.NET are delimited using a <%-- --%> syntax." read more...

Add a comment 2 comments | category: | Views: 2
tags: , | tag it

16
kicks
published 2 years, 4 months ago, submitted by DamienG DamienG 2 years, 4 months ago

damieng.com — While .NET has a couple of URI classes they're pretty useless. They don't decode the various parts and you can't manipulate them either. Many projects I've seen (Subtext included) just try and manipulate them via strings which varying degrees of success. Here's a pure C# .NET URL decoder that uses a regex I developed for performance based on a VBScript class I developed a while back. read more...

Add a comment 2 comments | category: | Views: 157
tags: , | tag it

 

Sponsored Link: www.carlist.ie

Search:

Ads via The Lounge