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

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

Stories kicked by friends of superghost
31
kicks
published 2 days, 1 hour ago, submitted by justin_etheredge justin_etheredge 2 days, 6 hours ago

codethinked.com — A guide on how to easily script out an entire database (schema and data) using the Database Publishing Wizard. A tool that you may not know you have access to. And if you have Visual Studio 2008, you already have installed! read more...

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

5
kicks
submitted by offwhite offwhite 3 days, 1 hour ago

ejohn.org — Firebug 1.2 which works in Firefox 3 has been released. If you are doing any AJAX development (JavaScript, jQuery, etc) this tool is invaluable. Updating Firebug to work in FF3 took quite a bit of effort and now it it works again with many new improvements and features planned to for the next release. read more...

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

23
kicks
published 3 days ago, submitted by adminjew adminjew 3 days, 18 hours ago

codebetter.com — We use ALOT of serialization in the current system I work with. Serializing/deserializing 100,000,000 objects in a day is pretty common. For a long time we knew that the binary formatter was fat and slow but never rationalized writing something custom as we were always fast enough. Unfortunately our data throughput has raised 400% in the last year (when you start with gigs and gigs of messages this is a huge gain) and our little three or four year old dual xeon 2.2 has turned into the little engine that could during peaks lately so we finally bit the big one and threw something together quickly. read more...

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

17
kicks
published 4 days, 2 hours ago, submitted by pinaldave pinaldave 5 days, 7 hours ago

blog.sqlauthority.com — First and Complete article of SQL Server 2008 Database Mail configuration. From start to end - Complete article. Bookmark it! read more...

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

15
kicks
published 4 days, 10 hours ago, submitted by crpietschmann crpietschmann 6 days, 17 hours ago

hanselman.com — I've done a lot of HttpHandlers that generate images. It's usually pretty tedious. When I was working banking, I wrote an example HttpHandler that would take two Check Images (back and front) and composite them into a single image on the server side, then serving up the composite. Usually you're messing around in with MemoryStreams and Images, and then you serialize the result out to the Response.OutputStream, making sure the MIME Types are set appropriately. If you're really clever, you'll remember to do some client-side and appropriate caching, but I rarely see that in the wild. read more...

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

13
kicks
published 4 days, 10 hours ago, submitted by satheeshbabu 7 days, 3 hours ago

codedigest.com — This week Microsoft have released a new control called ASP.NET Generated Image control to display image in ASP.Net page. This article will give you a kick start on this control and some of its features. read more...

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

35
kicks
published 7 days, 1 hour ago, submitted by justin_etheredge justin_etheredge 7 days, 6 hours ago

codethinked.com — An overview of the new System.Web.Routing namespace that was included in .net 3.5 SP1. read more...

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

14
kicks
published 4 days, 9 hours ago, submitted by AndrewPeters 7 days, 16 hours ago

weblogs.asp.net — In this tip, I explain how you can use the NHaml view engine as the view engine for an ASP.NET MVC application. I demonstrate how to create NHaml views that display both static content and database records. I also discuss how you can use master pages and user controls with the NHaml view engine. read more...

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

31
kicks
published 7 days, 13 hours ago, submitted by crpietschmann crpietschmann 7 days, 23 hours ago

blog.lutzroeder.com — After more than eight years of working on .NET Reflector, I have decided it is time to move on and explore some new opportunities. I have reached an agreement to have Red Gate Software continue the development of .NET Reflector. Red Gate has a lot of experience creating tools for both .NET and SQL Server. They have the resources necessary to work on new features, and Reflector fits nicely with other .NET tools the company offers. Red Gate will continue to provide the free community version and is looking for your feedback and ideas for future versions. read more...

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

42
kicks
published 8 days, 3 hours ago, submitted by JudahGabriel JudahGabriel 8 days, 4 hours ago

simple-talk.com — Lutz Reflector, the free .NET disassembler every developer developer should have, has been purchased by Red Gate software. Red Gate has stated they will continue to provide the tool for free. read more...

Add a comment 4 comments | category: | Views: 421
| tag it

25
kicks
published 7 days, 2 hours ago, submitted by shaharyr 9 days, 3 hours ago

dev102.com — With WebForms, integrating with Ajax libraries other than ASP.NET AJAX was slightly painful. With the new ASP.NET MVC Framework, however, you can use jQuery without these additional headaches. read more...

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

36
kicks
published 9 days, 1 hour ago, submitted by ourcurrentfuture 9 days, 4 hours ago

codeplex.com — Clone Detective is a Visual Studio integration that allows you to analyze C# projects for source code that is duplicated somewhere else. Having duplicates can easily lead to inconsistencies and often is an indicator for poorly factored code. read more...

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

41
kicks
published 9 days, 4 hours ago, submitted by jongalloway jongalloway 9 days, 11 hours ago

blog.wekeroad.com — Rob runs some tests with millions of records to see how SubSonic holds up with respect to speed and memory use. read more...

Add a comment 3 comments | category: | Views: 298
tags: | tag it

25
kicks
published 9 days, 11 hours ago, submitted by StanJackson 9 days, 18 hours ago

ryanfarley.com — In the recent relaunch of this site, I created a new custom skin for Subtext. Since this is just a personal site, I threw things together fairly quickly, testing along the way with Firefox3 and IE7. Once I was getting closer to complete, I took a look at my new site in all the usual browsers, including IE6. Ugh, it looked terrible. I gave it some thought and made some decisions about supporting IE6. I'm not going to support it. Not on this site and not on others that I have a say in. I'm not talking about leaving my site unusable for IE6 users - they just won't get as good of an experience. I'm not alone with this decision. Read on to see why I am no longer supporting IE6. read more...

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

18
kicks
published 13 days, 4 hours ago, submitted by CraigStuntz CraigStuntz 14 days, 4 hours ago

haacked.com — In CodePlex Preview 4 of ASP.NET MVC, we split out our action filters into four types of filters, each of which is an interface. To write a custom filter, you simply need to create an attribute that also implements one of the four interfaces I mentioned. read more...

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

58
kicks
published 3 days, 19 hours ago, submitted by Yura Yura 14 days, 20 hours ago

effectize.com — If you ever to do something with jQuery, you should find it in this extensive list. read more...

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

 

Sponsored Link: www.carlist.ie

Search:

Ads via The Lounge