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

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

Stories kicked by findmecool
1
kicks
submitted by findmecool 1 year ago

mtaulty.com — One of the requests/questions that I heard a few times at TechEd Europe was "When can we use LINQ inside of SQL Server?". I must admit that I hadn't really thought about this very much because I tend to think of writing SQL Server procedures, functions, etc. as largely being done in T-SQL. I know that there are cases when CLR makes sense but I think of it as happening a lot less frequently than the T-SQL case. read more...

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

1
kicks
submitted by findmecool 1 year ago

aspalliance.com — In this article the author examines the different ways to extend ASP.NET AJAX client-side function from the server- side with the help of sample applications. read more...

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

4
kicks
submitted by findmecool 1 year ago

blogs.msdn.com — Hi, my name is Jim Springfield, and I’m an architect on the Visual C++ team. I recently spent two months working on some core improvements to how VC deals with Intellisense as well as overall UI responsiveness. We observed a strong correlation between the severity of these performance issues and the size of the projects and solutions exhibiting these problems. As a result, we worked closely with some large ISV customers who were reporting problems with our IDE. These customers typically had solutions with over a hundred projects comprising thousands of files. While I can’t identify them by full name, I read more...

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

2
kicks
submitted by findmecool 1 year ago

devarticles.com — Today, you will learn about functions from a man who can barely function, because it is 8:48 in the morning and my soda has yet to kick in. I would say wait for it, but I know you are so excited to read the rest of this article that you can't function. And if you can't function, and I can't function, how is JavaScript gonna function? Well, you'll have to keep reading to find out. read more...

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

1
kicks
submitted by findmecool 1 year ago

2tbsp.com — HTML 4's fieldset, legend, and label tags took longer to find their way into my toolbox than I'd care to admit. In fact, it took Dreamweaver's use of them for form design a few years back to bring them to my attention. Since then I've combined several useful tips from experts to create my own standard form layout style sheet. I'll share my thoughts behind my form style sheet, basic usage examples, and the HTML and CSS source for you to download and try. read more...

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

2
kicks
submitted by ekampf 1 year ago

ekampf.com — In the Seattle area on November 29 and looking for something to do? Why not join a Silverlight workshop at Microsoft Redmond? read more...

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

3
kicks
submitted by wvdominick 1 year ago

bloodyflux.com — Its refreshing to jump into Access, create a couple tables or import data from Excel, run the form creation wizard and your done. read more...

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

2
kicks
submitted by percent20 1 year ago

buddylindsey.com — 5 things that seem to happen when you are on call read more...

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

23
kicks
published 1 year ago, submitted by billy 1 year ago

devlicio.us — To improve impressions of mainstream software development - which, presumably, should be based upon the foundations of computer science - it comes upon the shoulders of each developer to educate him or herself with the knowledge necessary to give this discipline proper attention. Developers cannot push off this responsibility to management or "the priority setters." It is up to each of us to give software development the respect it deserves and educate those around us, accordingly. read more...

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

14
kicks
published 1 year ago, submitted by justin_etheredge justin_etheredge 1 year ago

codethinked.com — Part 1 of an n part article on functional programming in C# 3.0, from the viewpoint of a functional programming novice! read more...

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

10
kicks
published 1 year ago, submitted by udaydenduluri 1 year ago

aspalliance.com — CodeDOM is a very powerful Application Programming Interface (API) that is available with Microsoft .NET 2.0. This API can do wonders for you by generating code on the fly. This article takes a look at this technology and explains it with code examples wherever appropriate. read more...

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

2
kicks
submitted by findmecool 1 year, 1 month ago

msmvps.com — Here's a list of 10 cool ASP.NET, AJAX and web development related articles and blog posts that I have written this year that you might want to take a look: read more...

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

1
kicks
submitted by findmecool 1 year, 1 month ago

blogs.msdn.com — In order to make the A* algorithm work we need to get the lowest-estimated-cost-path-discovered-so-far out of the list of paths under consideration. The standard data structure for doing so is called a “priority queue”. Priority queues are so-called because they are typically used to store a list of jobs where each job has an associated priority. read more...

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

1
kicks
submitted by findmecool 1 year, 1 month ago

blogs.msdn.com — Here's an interesting story about performance I had the chance to work on over the last couple of weeks. The object of the call was a UserControl embedded in Internet Explorer, which was very slow to load the first time you browsed the page, but then was performing quite well after that long delay (around 60 seconds); unfortunately closing and reopening the browser caused another 60 seconds delay, which was quite bothering if not frustrating for end users... As you can imagine the control needs to be downloaded, JIT compiled and loaded which of course requires some time depending on how big is the control, how fast (or slow) the Internet connection, how powerful the client etc..., but those 60 seconds where definitely too much. Moreover on Vista we were prompted to run csc.exe and under some circumstances (usually if IE was not run as Administrator) we got a FileNotFoundException. read more...

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

20
kicks
published 1 year, 1 month ago, submitted by findmecool 1 year, 1 month ago

evolt.org — Much better! Just a couple of words of warning: This CSS shorthand version will only work if you're specifying both the font-size and the font-family. Also, if you don't specify the font-weight, font-style, or font-varient then these values will automatically default to a read more...

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

1
kicks
submitted by findmecool 1 year, 1 month ago

kinnie.blogspot.com — The .NET Framework has been RTM'ed in November 2006 (almost 1 year!), but there still seems to be a lot of confusion about the Framework. A lot of people still don't realise that the .NET Framework still uses the 2.0 version of the Common Language Runtime (CLR). Since this additive release to the .NET Framework, the CLR version number is no longer coupled to the .NET Framework version number. As a result, the 3.0 Framework is completely backward compatible with the earlier version and your 2.0 based applications will continue to run without modifications. read more...

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

 

Sponsored Link: www.carlist.ie

Search:

Ads via The Lounge