Sign In
jaredpar's WebLog
Code, rants and ramblings of a programmer.
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
API Design
C#
C++
Closures
Debugging
DotNet
F#
Futures
Generics
Gotcha
Immutable
Lambda
LINQ
Misc
Orcas
Patterns
PInvoke
PowerShell
Rant
Threading
Tuple
Type Inference
VB
Visual Studio
VsVim
Archive
Archives
May 2012
(1)
July 2011
(1)
March 2011
(3)
January 2011
(3)
November 2010
(2)
October 2010
(2)
September 2010
(1)
July 2010
(5)
June 2010
(8)
May 2010
(2)
April 2010
(1)
March 2010
(2)
February 2010
(5)
January 2010
(2)
December 2009
(6)
November 2009
(3)
October 2009
(1)
September 2009
(1)
August 2009
(1)
June 2009
(2)
May 2009
(1)
April 2009
(3)
March 2009
(2)
February 2009
(3)
January 2009
(10)
December 2008
(6)
November 2008
(7)
October 2008
(20)
September 2008
(8)
August 2008
(11)
July 2008
(5)
June 2008
(13)
May 2008
(9)
April 2008
(16)
March 2008
(7)
February 2008
(11)
January 2008
(13)
December 2007
(6)
November 2007
(9)
October 2007
(10)
September 2007
(5)
August 2007
(8)
July 2007
(2)
June 2007
(2)
May 2007
(3)
April 2007
(3)
February 2007
(3)
January 2007
(8)
December 2006
(3)
November 2006
(2)
October 2006
(4)
September 2006
(1)
August 2006
(1)
July 2006
(2)
April 2006
(7)
November 2005
(3)
October 2005
(1)
September 2005
(1)
August 2005
(2)
July 2005
(8)
June 2005
(1)
May 2005
(7)
April 2005
(4)
March 2005
(4)
February 2005
(2)
January 2005
(2)
November 2004
(1)
September 2004
(3)
August, 2008
MSDN Blogs
>
jaredpar's WebLog
>
August, 2008
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
jaredpar's WebLog
F# CTP Released
Posted
over 4 years ago
by
JaredPar MSFT
1
Comments
A new version of the F# CTP was released today. There are a lot of new improvements to the language and project system. Check it out here
jaredpar's WebLog
Disabling JIT optimizations while debugging
Posted
over 4 years ago
by
JaredPar MSFT
2
Comments
If you've ever been debugging a managed app, only to be unable to evaluate any of the locals or parameters because the code was "optimized", check out the article below. It shows a quick trick to disable optimizations by way of a .ini...
jaredpar's WebLog
5 things Hollywood thinks computers can do
Posted
over 4 years ago
by
JaredPar MSFT
3
Comments
Reading another Jtenos' blog , I came across this article about things Hollywood thinks can be done with computers. Humorous read. http://www.cracked.com/article_15229_5-things-hollywood-thinks-computers-can-do.html
jaredpar's WebLog
Comments
Posted
over 4 years ago
by
JaredPar MSFT
7
Comments
If only people spent as much time writing comments as they did speaking to the evils of comments. Everything from useless, inaccurate, to many comments make code unreadable, you should code better ... etc. I haven't ever looked at a piece...
jaredpar's WebLog
Simple class for tests involving a SynchronizationContext
Posted
over 4 years ago
by
JaredPar MSFT
1
Comments
Recently I had to test a class which heavily depended upon a SynchronizationContext . This threw me off for about half an hour as I didn't want to write multi-threaded unit tests. Multi-threaded code is difficult enough without adding needless...
jaredpar's WebLog
CLR Changes in 3.5 SP1
Posted
over 4 years ago
by
JaredPar MSFT
4
Comments
If you haven't come across this post yet about inlining changes in 3.5 SP1 it's a good read. The short version is, value types will have better performance. http://blogs.msdn.com/clrcodegeneration/archive/2007/11/02/how-are-value-types-implemented-in...
jaredpar's WebLog
Don't speak geek to your family
Posted
over 4 years ago
by
JaredPar MSFT
7
Comments
In planning my recent vacation an email thread was started about who would be picking up the groceries. Most importantly, who would be picking up the drinks. My brother was quick to volunteer. I said in no uncertain terms I didn't want...
jaredpar's WebLog
ImmutableStack in F# Part 2
Posted
over 4 years ago
by
JaredPar MSFT
1
Comments
I'm a bit busier than I thought I would be after returning from vacation. But I had a little bit of time to play around with the implementation again today. Thanks to all the suggestions in the comments from the previous post . This...
jaredpar's WebLog
First MSDN article
Posted
over 4 years ago
by
JaredPar MSFT
2
Comments
The August issue of MSDN magazine will be carrying an article I wrote this spring. In it I toy around with using the deferred execution and lazy evaluation properties of LINQ to create more responsive UI code. You can view the article here...
jaredpar's WebLog
ImmutableStack in F#
Posted
over 4 years ago
by
JaredPar MSFT
10
Comments
When learning a new language I find it very instructive to re-code certain structures from my well used libraries into the new language. It gives a great basis for comparison in terms of ease of implementation, expressiveness of the language and...
jaredpar's WebLog
Learning a new Language: F#
Posted
over 4 years ago
by
JaredPar MSFT
2
Comments
Time again to learn a new language. I enjoy picking up a new language every now and again. It's a great way to branch out your skill set and usually leads to new programming techniques in languages that are a part of professional or hobby...
Page 1 of 1 (11 items)