|
|
Stories recently tagged with 'CLR'
|
|
submitted by
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
|
category: Architecture | Views: 11
|
|
tags:
CTP, Futures, Power, Lambada, Programming | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
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
|
category: CLR | Views: 36
|
|
tags:
.net4.0, CLR | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
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...
1 comment
|
category: CLR | Views: 309
|
|
tags:
Pick, CLR | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
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
|
category: CLR | Views: 23
|
|
tags:
CLR | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
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
|
category: CLR | Views: 6
|
|
tags:
F#, HerdingCode, CLR | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
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
|
category: CLR | Views: 8
|
|
tags:
DateTime, CLR | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 14 days ago, submitted by
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
|
category: CLR | Views: 387
|
|
tags:
string, Tips, dotnetcurry, .Net, CLR | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
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
|
category: CLR | Views: 19
|
|
tags:
CLR | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
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
|
category: CLR | Views: 15
|
|
tags:
dispose, using, LinqToSql, CLR, LINQ | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 20 days ago, submitted by
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
|
category: CLR | Views: 456
|
|
tags:
RedGate, LutzRoeder, CLR, Reflector | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
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
|
category: CLR | Views: 5
|
|
tags:
Dupe, CLR | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
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
|
category: CLR | Views: 11
|
|
tags:
CLR | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
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
|
category: CLR | Views: 3
|
|
tags:
CLR | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
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...
1 comment
|
category: CLR | Views: 369
|
|
tags:
CLR | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
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
|
category: Database | Views: 11
|
|
tags:
.net3.5, sp1, Database, CLR | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|