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

Stories recently tagged with 'CLR' Subscribe to this feed
2
kicks
submitted by dcarr dcarr 3 days, 5 hours ago

blog.domaindotnet.com — Functional programming is so addictive. It reminds me when I could code with no team, no deadline, no broken processes or cultures to navigate. I do hope this becomes a common option for general development or at least C# continues to borg functional ideas… read more...

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

4
kicks
submitted by crpietschmann crpietschmann 7 days, 14 hours ago

itwriting.com — Good question. There are a few things we know about Microsoft’s managed application runtime and class library: There will be major updates to the Windows Communication Foundation (WCF) and Workflow Foundation (WF). According to this announcement along with this post by Steven Martin we are going to see “better support for Web 2.0 technologies like REST, POX and ATOM” and a 10x performance increase in WF. read more...

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

26
kicks
published 10 days, 21 hours ago, submitted by moserware 11 days, 21 hours ago

moserware.com — A detailed explanation of how a locks like ReaderWriterLockSlim really work. read more...

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

3
kicks
submitted by John_Idol 15 days, 14 hours ago

dotnetbutchering.blogspot.com — According to Microsoft, Generics are faster than casting (boxing/unboxing): is it just a myth? read more...

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

4
kicks
submitted by skoon skoon 21 days, 12 hours ago

herdingcode.com — This week Matt Podwysocki puts the fun in functional programming with a deep dive into F#. We’ve heard plenty of high level discussions of F# and functional programming lately, so we tried to dig into the gory details as much as possible: * What is functional programming, and why should we care? * Types of applications that would and wouldn’t benefit from F# * How F# differs from C# 3.x and Javascript * How F# is being used (games, scripting, data analysis and scrubbing, etc.) * F# pattern matching * Using F# in your C# or VB based applications today * Getting started: F# Interactive, reading the F# source, books and resources * Interaction with DLR * Functional features we’d like to see in C# and VB * Spec# and Sing# read more...

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

3
kicks
submitted by crpietschmann crpietschmann 1 month, 11 days ago

nirandas.com — Many websites specially forum sites display time relative to the current time as “3 Hours 25 Minutes ago”, “30 Seconds ago” etc. In this post I will show a method using which we can convert datetime into descriptive relative time string. read more...

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

18
kicks
published 1 month, 14 days ago, submitted by crpietschmann crpietschmann 1 month, 15 days ago

dotnetcurry.com — In the previous article, 30 Common String Operations in C# and VB.NET – Part I, we explored 15 common String operations while working with the String class. In Part II of the article, we will continue with the series and cover 15 more. read more...

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

2
kicks
submitted by nswrambo 1 month, 17 days ago

codingthewheel.com — An easy way to inject a .NET assembly (class library, etc.) into the address space of another application, even an unmanaged application. read more...

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

2
kicks
submitted by crpietschmann crpietschmann 1 month, 20 days ago

weblogs.asp.net — Steven Walther recently posted on the subject of disposing of DataContext objects and provided some interesting insight into what actually happens. From what he says it sounds like the DataContext object acts much like the SqlDataAdapter class. It opens the connection right before a query is executed and closes it immediately after. I don’t want to steal Steven’s thunder so check out his post on the subject (the last part of the article talks about the consequences…or lack of consequences…of not calling Dispose()). read more...

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

31
kicks
published 1 month, 20 days ago, submitted by crpietschmann crpietschmann 1 month, 20 days ago

blog.lutzroeder.com — After more than eight years of working on .NET Reflector, I have decided it is time to move on and explore some new opportunities. I have reached an agreement to have Red Gate Software continue the development of .NET Reflector. Red Gate has a lot of experience creating tools for both .NET and SQL Server. They have the resources necessary to work on new features, and Reflector fits nicely with other .NET tools the company offers. Red Gate will continue to provide the free community version and is looking for your feedback and ideas for future versions. read more...

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

1
kicks
submitted by just3ws 1 month, 20 days ago

just3ws.wordpress.com — Red Gate has announced that they will be assuming responsibility for Lutz Roeder's Reflector utility. read more...

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

2
kicks
submitted by DavyBrion 1 month, 24 days ago

davybrion.com — Garbage Collection sure is great, isn’t it? We don’t have to keep track of all the memory we’ve allocated and we don’t need to release that memory when it’s no longer needed. Because that is after all what the Garbage Collector does for us, without us having to worry about it. This is actually a widespread misconception among many .NET developers. It’s true that Garbage Collection makes memory management a lot easier, but we simply can’t rely on it all the time. There are most certainly some things you must always keep in mind when it comes to memory management in .NET. read more...

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

1
kicks
submitted by alkampfer alkampfer 1 month, 27 days ago

nablasoft.com — This post shows how generate a subclass that implements the INOtifyPropertyChanged event. read more...

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

6
kicks
submitted by crpietschmann crpietschmann 1 month, 27 days ago

hanselman.com — Folks were hassling me in the comments for not posting the picosecond that .NET 3.5 SP1 came out (or, as I like to call it, .NET 3.6 - although the bosses really don't like that). read more...

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

16
kicks
published 1 month, 27 days ago, submitted by Widescreen 1 month, 27 days ago

codebetter.com — Really interesting breakdown of the new 3.5 sp release. read more...

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

1
kicks
submitted by crpietschmann crpietschmann 2 months, 3 days ago

pietschsoft.com — I'm currently installing SQL 2008 Developer Edition, and before the installation could proceed, it needed to install an update to the .NET Framework 3.5. What update does it need to install? Well, .NET 3.5 Service Pack 1 is the update it needs. Now as you can see from the below screeshot, it doesn't say anything about being Beta. I wonder?... I wouldn't think SQL 2008 RTM would install .NET 3.5 SP1 Beta... So, I could only assume that this is the .NET 3.5 SP1 RTM that it's installing. However, this is a presumptuous conclusion and I don't really have any facts to back this up. It does make you wonder though... read more...

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

 

Sponsored Link: www.carlist.ie

Search:

Ads via The Lounge