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

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

Stories kicked by thasmin
1
kicks
submitted by thasmin 3 months, 7 days ago

blog.axelby.com — Axial now allows you to write JavaScript code for the <canvas> tag using .NET languages such as C# and VB.NET. read more...

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

5
kicks
submitted by djsolid 3 months, 21 days ago

weblogs.asp.net — When I want to add a user control to a page I use the @Register directive at the top of the page. and the I add the control to the markup. But what if I want to add a user control programmatically but I have no reference of it via the markup? That is where the @Reference directive comes to action. read more...

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

64
kicks
published 3 months, 27 days ago, submitted by dengar007 dengar007 3 months, 27 days ago

frickinsweet.com — A fun little ASP.NET MVC Application I wrote to generate Visual Studio themes based off of 3 given colors. I have always felt that selecting every color to make a decent theme is way too repetitive. This web application automatically chooses complements / contrasts based off your initial color selections (and uses jQuery to let you preview your theme before creating). Check it out and let me know what you think. read more...

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

1
kicks
submitted by thasmin 3 months, 28 days ago

codeplex.com — Axial, a new project on CodePlex, does a pretty good job of converting .NET code from the codebehind to JavaScript. You can use the same function to do validation on the server and client side, it can change css, and it has AJAX and jQuery integration. There are a few samples on CodePlex that show how to get up and running quickly. read more...

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

23
kicks
published 3 months, 28 days ago, submitted by charlesj 3 months, 28 days ago

joshuamcharles.com — My big project for the summer has been the creation of a content management system for my job. Due to deployment restrictions, I was forced to use the .NET platform for development. After hearing rumors of .NET running Rails via IronRuby, I jumped at the chance to write a Rails application that could be deployed to IIS on Windows. However, after getting a prototype running, I discovered that this would be infeasible for the time table I was looking at. IronRuby simply would not be ready on time. My second choice, then, was the new ASP.NET MVC framework. read more...

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

21
kicks
published 3 months, 28 days ago, submitted by tokes tokes 3 months, 28 days ago

andrewtokeley.net — A colleague and I were recently invited to provide feedback on a client's coding standards and were sent a 60+ page document to review. In preparation for the meeting I diligently started to go through each section providing comments and suggestions as I went. But after about page 30 my concentration began to wane and my comments grew more and more sparse. The moral of this story... If someone that's being paid to review your coding standards is struggling to get through them then you can bet your bottom dollar your development team won't be reading them either. This post reflects on the things to consider when documenting your company's standards. read more...

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

15
kicks
published 4 months, 3 days ago, submitted by shaharyr 4 months, 3 days ago

dev102.com — Have you ever tried using the "Using" statement with a method and not a class? Why not take the "Using" statement and make it more useful. The Dispose method we want to be called does not have to Dispose of stuff, it can do anything we want! read more...

Add a comment 10 comments | category: | Views: 485
tags: | tag it

34
kicks
published 5 months, 29 days ago, submitted by gt1329a gt1329a 6 months ago

encosia.com — Three common problems that I've seen when using jQuery with ASP.NET AJAX, their underlying causes, and simple solutions to them. read more...

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

18
kicks
published 6 months, 19 days ago, submitted by Rickasaurus Rickasaurus 6 months, 19 days ago

atalasoft.com — In this post I discuss the gcConcurrent and gcServer settings which allow you to exercise some control how the Garbage Collector operates. Tuning the garbage collector to the specific context of the particular application can significantly improve the performance of both non-threaded and multi-threaded applications. read more...

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

20
kicks
published 6 months, 19 days ago, submitted by sidarok 6 months, 20 days ago

sidarok.com — Sidar gives a basic introduction on how to utilize Unity and Strategy Pattern. read more...

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

28
kicks
published 7 months, 13 days ago, submitted by DannyDouglass DannyDouglass 7 months, 13 days ago

dannydouglass.com — After four days of ASP.NET AJAX training with Stephen Walther I set out to learn more about my options in choosing a solution for a JavaScript/Ajax framework. If I realized days later I would be writing this comprehensive post on 7 of the most popular frameworks, I may have just went with the "Inny-Minny-Miney-Moe" method! I decided to share my research, analysis, links, resources, and personal grade for each of the frameworks compared - jQuery, YUI, Prototype, Dojo, MooTools, Ext JS, and Script.aculo.us. I put together a comparison matrix to illustrate where many of the frameworks differ... read more...

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

10
kicks
published 7 months, 24 days ago, submitted by javery javery 7 months, 24 days ago

weblogs.asp.net — Good recap of the last two months for developers read more...

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

13
kicks
published 7 months, 25 days ago, submitted by NikhilKothari NikhilKothari 7 months, 26 days ago

nikhilk.net — Thoughts on questions along the lines of Ajax vs. Silverlight read more...

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

19
kicks
published 8 months, 8 days ago, submitted by powerrush powerrush 8 months, 9 days ago

clariusconsulting.net — "I've already argued in the past why I think forcing regular developers to learn and understand the difference between a stub, a fake, a "true" mock and a dynamic mock is unproductive and largely irrelevant for their TDD needs. Also, even though quite common in the mocking community, the typical record/replay model is alien to developers and introduces yet another new concept that makes the learning curve steeper than needed. " read more...

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

35
kicks
published 8 months, 9 days ago, submitted by mkennedy66996693 8 months, 11 days ago

projects.nikhilk.net — Script# enables more productive Ajax application development by allowing you to compile your C# source code into JavaScript. It allows you to use standard .NET tools like msbuild projects, Visual Studio and IDE intellisense, reflector, refactoring tools, amongst various others. read more...

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

25
kicks
published 9 months, 7 days ago, submitted by DannyDouglass DannyDouglass 9 months, 7 days ago

dannydouglass.com — SilverlightShow has a nice post up detailing the controls that will be available in the Silverlight 2.0 beta 1 release. The news was originally posted on Shawn Burke's blog, but it appears that the he was forced to take down the screen shot. Thanks to SilverlightShow that graphic is still visible and is also now posted on my blog. Exciting stuff! read more...

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

 

Sponsored Link: www.carlist.ie

Search:

Ads via The Lounge