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 submitted by superghost
25
kicks
published 6 days, 12 hours ago, submitted by superghost superghost 7 days, 12 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: 313
tags: | tag it

2
kicks
submitted by superghost superghost 15 days, 9 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

19
kicks
published 1 month, 7 days ago, submitted by superghost superghost 1 month, 11 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: 340
tags: , , | tag it

2
kicks
submitted by superghost superghost 3 months, 11 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

13
kicks
published 4 months, 2 days ago, submitted by superghost superghost 4 months, 5 days ago

kinlan.co.uk — A generic microformat parser. I thought this could use some attention from the .NET community! read more...

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

3
kicks
submitted by superghost superghost 4 months, 26 days ago

codeproject.com — How do we communicate with the Web Browser without it making a request first? One solution is to have the Web Browser keep open a socket connection directly to the server using a small light-weight Flash component. read more...

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

6
kicks
submitted by superghost superghost 6 months ago

reddevnews.com — "We've decided that IE 8 will, by default, interpret Web content in the most standards-compliant way it can," wrote Dean Hachamovitch, Microsoft's general manager for Internet Explorer read more...

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

1
kicks
submitted by superghost superghost 6 months, 1 day ago

dennydotnet.com — This example uses WCF to create a service endpoint that will be accessible via an ASP.NET page with jQuery/AJAX. We will use AJAX to pass a JSON object from the client-side to the webservice. We will only use jQuery to connect to the web service, there will be no ASP.NET AJAX library used. read more...

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

1
kicks
submitted by superghost superghost 6 months, 6 days ago

weblogs.asp.net — The Web Client Software Factory (WCSF) provides a set of guidance for architects and developers building enterprise Web applications. The factory includes samples, reusable code and a guidance package which automates key development tasks from within Visual Studio. read more...

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

17
kicks
published 6 months, 17 days ago, submitted by superghost superghost 6 months, 17 days ago

coolite.com — Coolite Studio is an Ext official suite of ASP.NET Web Controls based on the Ext JavaScript Framework. read more...

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

2
kicks
submitted by superghost superghost 6 months, 27 days ago

dennydotnet.com — If you're wondering how to generate a Case statement by using LINQ to SQL here's how. I also go over how to concat case statements... And by the time you get to the end you should understand how to nest case statements as well :) read more...

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

59
kicks
published 7 months, 4 days ago, submitted by superghost superghost 7 months, 5 days ago

codeproject.com — ASP.NET 2.0 has many secrets, when revealed, can give you big performance and scalability boost. For instance, there are secret bottlenecks in Membership and Profile provider which can be solved easily to make authentication and authorization faster. Furthermore, ASP.NET Http pipeline can be tweaked to avoid executing unnecessary code that gets hit on each and every request... read more...

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

1
kicks
submitted by superghost superghost 7 months, 19 days ago

socalcodecamp.com — Code Camp is a place for developers to come and learn from their peers. This community driven event has become an international trend where peer groups of all platforms, programming languages and disciplines band together to bring content to the community. Here in southern California we add a little spice to our Code Camp by inviting great independent bands to entertain us! read more...

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

6
kicks
submitted by superghost superghost 7 months, 21 days ago

msdn.microsoft.com — This article discusses: Common ASP.NET performance myths. Useful performance tips and tricks for ASP.NET. Suggestions for working with a database from ASP.NET. Caching and background processing with ASP.NET read more...

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

1
kicks
submitted by superghost superghost 7 months, 24 days ago

research.microsoft.com — The goal of the Ajax View project is to improve developer's visibility into and control over their web applications' behaviors on end-user's desktops. The Ajax View approach is to insert a server-side proxy (or web server plugin) in-between the web server machines and the end-user's browser. This proxy captures the web application's JavaScript code as it is being sent to a browser and rewrites the code to insert extra instrumentation code. The injected instrumentation code runs with the rest of the web application inside the end-user's browser and can capture performance, call graph, application state and user interaction information, providing visibility directly into the last hop of the user's experience. read more...

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

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

weblogs.asp.net — Why do we have to build web "sites" for humans and different web services for machines? I can create an ASP.NET site, a SOAP-based ASMX web service, or a SOAP or REST (with .NET 3.5) WCF service and while they can share business logic, there's still a lot of "endpoint code" (for lack of a better term) that has to be implemented, and if I want a human friendly front end + a web API, I have to build a site that essentially wraps another service, since the site itself really is a service. read more...

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

 

Sponsored Link: www.carlist.ie

Search:

Ads via The Lounge