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

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

Stories submitted by friends of bhartzer
3
kicks
submitted by CharlieCalvert 1 day, 11 hours ago

blogs.msdn.com — I recently had the chance to sit down with Jeff Richter and discuss his Power Threading Library. This library provides a simple technique for handling asynchronous development. By making clever use of C# Iterators, Jeff is able to make asynchronous code looks as though it is synchronous code the executes in a linear fashion. This greatly simplifies the asynchronous programming model, making it easy for you to complete tasks that were formerly considered difficult. read more...

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

18
kicks
published 1 day, 23 hours ago, submitted by rstrahl rstrahl 2 days, 7 hours ago

west-wind.com — I've posted Part 2 of my jQuery with ASP.NET article series. Part 2 deals almost entirely with making AJAX callbacks to ASP.NET using several different mechanisms to retrieve data from the server for client side consumption. Covered are external content retrieval, same page callbacks, WCF/ASMX and a pluggable custom callback implementation that can be used with any application. Also covered is client side templating for managing HTML in one place. read more...

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

35
kicks
published 2 days, 1 hour ago, submitted by gt1329a gt1329a 2 days, 7 hours ago

encosia.com — Taking a look at one feature on CodePlex that is much slower than it needs to be, due to indiscriminate use of UpdatePanels and bloated ViewState, and then comparing it to similar functionality on Stack Overflow to illustrate how much more efficiently the same feature can be implemented. read more...

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

1
kicks
submitted by pinaldave pinaldave 4 days, 4 hours ago

dotnetslackers.com — In these times of economical slowdown, more and more IT professionals are concerned about their jobs and their qualifications. It is a common trend for developers to start looking for ways to update their skills when jobs are not secure. Pure knowledge and real world work experience are always a good way to help secure your future. One way to demonstrate knowledge is by having a certification in the technology one claims to be expert in. read more...

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

3
kicks
submitted by rstrahl rstrahl 8 days, 19 hours ago

west-wind.com — I've been getting a lot of questions in response to my WCF REST session in regards of whether I'd recommend switching to WCF from ASMX services for AJAX functionality recently. WCF provides a host of new REST features, but when it comes to AJAX functionality and especially ASP.NET AJAX compatible functionality there's really nothing compelling there to require changes. In this post I look at what WCF provides for AJAX and some of the things you might watch out for. read more...

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

12
kicks
published 10 days, 3 hours ago, submitted by pinaldave pinaldave 10 days, 22 hours ago

blog.sqlauthority.com — Example covered in this example is something we have heard in theory, let us look at the example and understand the logic behind order by. read more...

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

13
kicks
published 10 days, 4 hours ago, submitted by SQL_Menace 10 days, 23 hours ago

blogs.lessthandot.com — Many people are confused about SQL Server’s precision and scale. This is unfortunate because choosing the correct values for precision and scale is critically important when you perform math operations using the decimal/numeric data type read more...

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

4
kicks
submitted by CharlieCalvert 11 days, 11 hours ago

blogs.msdn.com — The LINQ documentation created by Microsoft is available both inside Visual Studio, and for free via the MSDN library found on the WEB. Here are some important pages from that documentation that can help you navigate through the online reference material that Microsoft has prepared for LINQ developers. I would not suggest using these references materials as a primary means of learning LINQ. However, if you have a book or other guide to LINQ development, then this reference material can be a useful addendum to that text. If you understand in a general way how LINQ works, but need answers to detailed questions, the links provided here may sometimes help you find answers to your questions. read more...

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

2
kicks
submitted by pinaldave pinaldave 12 days, 12 hours ago

blog.sqlauthority.com — Microsoft Most Valuable Professionals (MVPs) are exceptional technical community leaders from around the world who are awarded for voluntarily sharing their high quality, real world expertise in offline and online technical communities. Microsoft MVPs are a highly select group of experts that represents the technical community’s best and brightest, and they share a deep commitment to community and a willingness to help others. Kick the story to support Microsoft Event. read more...

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

3
kicks
submitted by KirillOsenkov 14 days, 10 hours ago

blogs.msdn.com — Accumulated links to videos and articles about new features in Visual Studio 2010, C# 4.0, .NET Framework 4.0, as well as overview of C# language and IDE new features. read more...

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

23
kicks
published 9 days, 8 hours ago, submitted by gavinjoyce gavinjoyce 15 days, 19 hours ago

blog.magenic.com — When people talk about lack of adoption of "XP" (aka Extreme Programming) practices, one of the chief problems people have with it is the idea of "Pair Programming" read more...

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

13
kicks
published 12 days, 19 hours ago, submitted by rstrahl rstrahl 18 days, 9 hours ago

west-wind.com — I've published my session slides and samples from the Fall 2008 ASP.NET Connections conference. The sessions include: jQuery and ASP.NET, WCF REST and JSON with ASP.NET and Dealing with Long Running Requests in ASP.NET. read more...

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

4
kicks
submitted by jamesewelch jamesewelch 20 days, 19 hours ago

jamesewelch.wordpress.com — Code example showing how to use iTextSharp to extract pages from a PDF file to make a new PDF file. read more...

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

22
kicks
published 21 days, 2 hours ago, submitted by CharlieCalvert 22 days, 8 hours ago

blogs.msdn.com — In this Channel 9 video C# architect Anders Hejlsberg answers some commonly asked questions about the new Dynamic features that will be included in C# 4.0. Building on the talk that he gave at PDC, Anders chats with C# Community PM Charlie Calvert. They discuss questions that community members have asked and riff on themes of import to developers who have been following the latest news from the C# team. read more...

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

22
kicks
published 23 days, 22 hours ago, submitted by gt1329a gt1329a 24 days ago

encosia.com — A complete example of how to implement progressive search in ASP.NET, using the jQuery plugin quickSearch. The source download includes a customized version of quickSearch for use with ASP.NET. read more...

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

23
kicks
published 17 days, 2 hours ago, submitted by CharlieCalvert 24 days, 15 hours ago

blogs.msdn.com — The good folks who put together our gaming tools have released XNA Game Studio 3.0. read more...

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

 

Sponsored Link: www.carlist.ie

Search:

Ads via The Lounge