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

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

Stories kicked by Yura
3
kicks
submitted by quantum00 16 days, 21 hours ago

netfxharmonics.com — This article covers in detail how to interact with WCF services in Silverlight 2 without reverting to magic as well as how to utilize the async pattern, setup external-website service access, utilize WCF configuration, create strongly-typed WCF clients, access JSON services, use thread wait to ease the need for async chains, and also how NetFXHarmonics DevServer can aide your WCF and general web development. read more...

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

2
kicks
submitted by zpyoung zpyoung 16 days, 23 hours ago

zachariahyoung.com — The Austin Tech Book Club will be discussing the book Agile Principles, Patterns, and Practices in C#. We will be meeting every other Thursday at 11:30, starting November 20. read more...

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

6
kicks
submitted by kolbis 17 days, 6 hours ago

blogs.microsoft.co.il — Up to now, Visual Studio did a great job helping us develop applications and tests based on existing classes and methods, but when you don't have your API ready, the IDE will fight you. TDD is out there for some time now and is popular, however the IDE gives all those developers who use TDD hard time. Visual Studio 2010 IDE has some improvements to allow test first style. read more...

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

3
kicks
submitted by Archimedius 17 days, 10 hours ago

rationalsecurity.typepad.com — A great collection of forward-looking tech articles/blogs. read more...

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

4
kicks
submitted by Rickasaurus Rickasaurus 17 days, 12 hours ago

atalasoft.com — The blog CMS we use is great in a lot of ways but it’s built in editor is really, really bad. Initially, I had used Microsoft Word to fill the gap, with disastrous results. Since then I have moved to using our blog software’s horribly antiquated text editing system but that has limited my formatting options quite considerably. Now, after a recommendation from a friend, I am giving Windows Live Writer a shot. This blog post is a recursive review of my experience writing this blog post in Windows Live Writer. read more...

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

23
kicks
published 16 days, 21 hours ago, submitted by mosessaur mosessaur 17 days, 16 hours ago

mosesofegypt.net — Tips & Tricks when working with jQuery and ASP.NET AJAX: I posted about how to build and extender control using ASP.NET AJAX with jQuery. During my work I fall into few issues that I resolved and wished to share them with you read more...

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

5
kicks
submitted by donjuanito909 donjuanito909 17 days, 17 hours ago

weblogs.asp.net — Silverlight 2 is a impressive RIA creator. Learn how to make a application using the API from a popular social bookmarking site. read more...

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

2
kicks
submitted by Faisal_Khan 17 days, 19 hours ago

stardeveloper.com — Gzip and Deflate are two popular HTTP compression methods. I ran a test in C# to figure out which one is faster and by how much. Read this article to see which won the speed test and how to implement Gzip and Deflate HTTP compression on your ASP.NET website. read more...

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

3
kicks
submitted by hockman 17 days, 21 hours ago

hockblogs.net — Hi there, I've recently been struggling with performance issues while implementing an ASP.NET Repeater control with a large resultset (more than 1000 records binded to it) and especially this in combination with ASP.NET AJAX. I was heavilly suffering from performance issues, a lot of times my browser really frozes during asynchronous postbacks. Add to that a serious performance requirement that data should load within 1,5 seconds I soon figured out that a solution with and UpdatePanel, an ASP.NET Repeater server Control wasn't going to do it for me. After reading Dave Ward's post on 'Use jQuery and ASP.NET AJAX to build a client side Repeater' I decided to rewrite my code to built a client-side repeater. During the development time that went into it, I'd tried multiple ways to achieve my goal, namely: Good Performance! After my thorough investigation I thought it was my obligation to write some post about it and show you the different performances that I discovered. so I decided I was going to write a couple of articles on it. In this first article I will show you the following: Performance with ASP.NET AJAX & Repeater Server Control - Part 1 - The Updatepanel These are the following articles that I will soon be writing about. * Performance with ASP.NET AJAX & Client Repeater Control - Part 2 - Using StringBuilder * Performance with ASP.NET AJAX & Client Repeater Control - Part 3 - DOM Create element * Performance with ASP.NET AJAX & Client Repeater Control - Part 4 - String Concatenation But first this article! These are the things I have done (which can be seen when you download the source files below): 1. Setting up a page with a generate data button to retrieve a set of 3000 person records 2. Setting up a local webservice that will get the data (could have been a PageMethod). 3. Adding an updatepanel to the page, in which the repeater was wrapped 4. Adding progress indication during the asynchronous loading operation. 5. Using client side script to show the loading time in milliseconds. read more...

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

3
kicks
submitted by sathai sathai 18 days, 9 hours ago

sarin.mobi — After sometime in developing my Support Chat, I can get the panel scrolling to maintain it scroll position. Doing some Google don’t help much, only finding more complex solutions. A lot of people went with javascript, or something other. Then in the shower, I finally got, I can put the UpdatePanel inside the Panel, and then do the Aync post back. So I tried out my idea, and here the test code read more...

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

22
kicks
published 20 days, 7 hours ago, submitted by keyvan keyvan 20 days, 11 hours ago

codeclimber.net.nz — In this post Simone shows you how to call ASP.NET MVC controllers that are embedded in external assemblies. read more...

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

12
kicks
published 1 month, 5 days ago, submitted by rudigrobler 1 month, 5 days ago

dotnet.org.za — The WPF Toolkit has been updated and now also ship the DatePicker & Calendar controls read more...

tags: | tag it

3
kicks
submitted by andrewtobin 1 month, 6 days ago

madprops.org — Timing the difference between a "for" loop and a more "modern" version using "foreach" and Enumerable.Range. read more...

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

3
kicks
submitted by alikl 1 month, 6 days ago

blogs.msdn.com — Utilize ASP.NET AJAX hidden gems to improve AJAX performance by directly calling web services. read more...

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

19
kicks
published 1 month, 5 days ago, submitted by johnsheehan johnsheehan 1 month, 6 days ago

weblogs.asp.net — If you’ve used ASP.NET AJAX then you’ve likely used controls from toolkits such as the ASP.NET AJAX Control Toolkit in your applications. Microsoft has also released a Silverlight Toolkit with new controls and functionality that can be used in Silverlight 2 applications. read more...

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

18
kicks
published 1 month, 3 days ago, submitted by mystery 1 month, 6 days ago

pavkata.blogspot.com — My first look at Visual Studio 2010 codename "Rosario". I showed some screen shots and and some new features of the new visual studio. read more...

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

 

Sponsored Link: www.carlist.ie

Search:

Ads via The Lounge