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 superghost
9
kicks
published 9 hours, 26 minutes ago, submitted by superghost superghost 1 day, 9 hours ago

weblogs.asp.net — Steve Smith, owner of ASP Alliance and Lake Quincy Media joins us today to teach us about some hidden gems in ASP.NET caching and performance. Steve’s expertise in this area comes from first-hand experience as Lake Quincy’s ad system serves over 60 requests per second and handles over 150 million requests per month. read more...

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

2
kicks
submitted by superghost superghost 9 days, 6 hours ago

ra-ajax.org — Ra Ajax is an Ajax library for ASP.NET and Mono but its general nature on the client-side will make it very useful also for other server-side bindings like PHP, J2EE RubyOnRails etc all though other bindings than towards ASP.NET is not included. read more...

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

3
kicks
submitted by oazabir 28 days, 8 hours ago

msmvps.com — Generally we put static content (images, css, js) of our website inside the same web project. Thus they get downloaded from the same domain like www.dropthings.com. As browser can only open two concurrent connections, all of these download only two at once. If you move the static content to a separate domain, browser can download more content in parallel and thus load the page faster. This HttpFilter parses the page output and automatically moves all static content links to a different domain as specified. read more...

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

34
kicks
published 1 month, 4 days ago, submitted by GOEran GOEran 1 month, 4 days ago

blog.goeran.no — jQuery plugins for the ASP.NET MVC framework read more...

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

19
kicks
published 1 month, 1 day ago, submitted by superghost superghost 1 month, 5 days ago

blog.matthidinger.com — The ASP.NET MVC framework ships with a number of Visual Studio project and item templates to ease our development tasks. One of these templates is a UserControl built specifically for the MVC framework. We are going to walkthrough building a re-usable Header control that can be added to the top of related pages (in this specific case, this Control will be added to all Account pages). read more...

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

62
kicks
published 1 month, 26 days ago, submitted by Ragoczy 1 month, 26 days ago

lovethedot.blogspot.com — Microsoft released a tool called Microsoft Source Analyzer, or StyleCop. It analyzes source code for standards violations. It's a 1.0 release, so it doesn't do some things ... like have a published API for custom rules or MSBuild integration. So the community dug in and figured out how to do these things and now MS is firing off license-violation emails. Don't they get it? The community wants to use the product, but it's too limited ... these extensions help make it better. read more...

Add a comment 5 comments | category: | Views: 488
tags: | tag it

19
kicks
published 1 month, 26 days ago, submitted by colinjack 1 month, 27 days ago

codebetter.com — Great article detailing why LINQ to SQL deserves some attention particularly if you buy into the object oriented style of development or are currently working with an ORM such as NHibernate. read more...

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

27
kicks
published 2 months, 17 days ago, submitted by zigamorph zigamorph 2 months, 17 days ago

coderjournal.com — As anybody who has run a growing website or blog knows, response time is going to get worse with the more users you have visiting your site. The users come from all angles, RSS feeds, homepage visits, search engine visits, people sealing your static files that you host, and pretty much anything else that can be served over HTTP. The solution to this problem is to off load your static content on to a Content Delivery Network or CDN. CDN providers cost a lot of money though, so it is nothing for us mere mortals with one server can afford. But thanks to Google anyone can now run their own CDN for free on Googles servers. Lucky for you and me Google has made the process really painless and you can even have the CDN under you own domain name. In my case static.coderjournal.com. read more...

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

4
kicks
submitted by oazabir 2 months, 20 days ago

codeproject.com — A tiny javascript library that provides a handy function "ensure" which allows you to load Javascript, HTML, CSS on-demand and then execute your code. Ensure ensures that relevent Javascript and HTML snippets are already in the browser DOM before executing your code that uses them. read more...

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

27
kicks
published 2 months, 27 days ago, submitted by janko janko 2 months, 27 days ago

jankoatwarpspeed.com — Exception handling plays an important part of application management and user experience. If implemented correctly it can make maintenance easier and bring the user experience to a higher level. If not, it can be a disaster. The goal of this article is to provide an overview of what exception handling is from the user perspective and the perspective of people who maintain the application, and to show the best practices of how to implement useful error handling in ASP.NET web applications. read more...

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

3
kicks
submitted by activa activa 3 months ago

blog.activa.be — It has been almost one year since the last public release of CoolStorage.NET ("cool" open-source object mapper for .NET 2.0), but this doesn't mean the product was dead. A lot of people regularly downloaded the latest builds from CodePlex and I received a lot of great feedback, which finally lead to the release of version 1.2. read more...

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

2
kicks
submitted by superghost superghost 3 months, 5 days ago

msmvps.com — UFrame combines the goodness of UpdatePanel and IFRAME in a cross browser and cross platform solution. It allows a DIV to behave like an IFRAME loading content from any page either static or dynamic. It can load pages having both inline and external Javascript and CSS, just like an IFRAME. But unlike IFRAME, it loads the content within the main document and you can put any number of UFrame on your page without slowing down the browser. read more...

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

16
kicks
published 3 months, 3 days ago, submitted by oazabir 3 months, 5 days ago

codeproject.com — UFrame simulates the behavior of IFRAME on a DIV. Any page can be loaded inside a DIV and hyperlink navigation and form posts happen within the DIV. As a result, a regular page can start providing AJAX features without ever writing any AJAX code. ASP.NET MVC websites can now use UFrame instead of UpdatePanel. read more...

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

23
kicks
published 3 months, 19 days ago, submitted by spavkov spavkov 3 months, 20 days ago

aspdotnetfaq.com — Often we need to capitalize the first letters of some word or some text (for example when we want to display users name or city name etc). Since string class does not have a method to do this we could think that there is no built-in solution in C# for this problem, but... read more...

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

20
kicks
published 3 months, 20 days ago, submitted by mhawley 3 months, 20 days ago

blog.eworldui.net — Moving away from the postback mindset and utilizing the Post, Redirect, Get pattern within ASP.NET MVC to achieve true separation and less chance of reposting form information. read more...

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

18
kicks
published 3 months, 23 days ago, submitted by mehfuzh 3 months, 25 days ago

weblogs.asp.net — Just released another version of LINQ.Flickr. The release is out with several bug fixes, code optimization, new feature and overall mocking support. I have used Typemock for the unit test of the product. In coming posts, I will show how powerful mock can be in faking routine like upload photo. But, you can dig it right away, if you go by the release page and download a copy of the product. Truly speaking, testing was never fun for serviced API till mock engine is at my hand. ... read more...

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

 

Sponsored Link: www.carlist.ie

Search:

Ads via The Lounge