Sign in
Matthew Manela's Blog
Options
About
Email Blog Author
RSS for posts
Atom
OK
Search
Tags
C#
Chutzpah
Codeplex
Downloads
F#
Haskell
JavaScript
JQuery
LINQ
MSDN Code Gallery
NuGet
Open Source
Personal
Powershell
Programming
Snippet Designer
testing
Tools
Visual Basic
Visual Studio
Visual Studio 2012
Visual Studio Gallery
Windows
WPF
XAML
Archive
Archives
April 2013
(2)
January 2013
(1)
October 2012
(2)
September 2012
(3)
July 2012
(1)
June 2012
(3)
April 2012
(1)
March 2012
(1)
February 2012
(1)
December 2011
(2)
November 2011
(2)
September 2011
(3)
August 2011
(1)
July 2011
(1)
June 2011
(4)
May 2011
(3)
April 2011
(1)
March 2011
(2)
February 2011
(1)
January 2011
(2)
December 2010
(1)
November 2010
(1)
October 2010
(1)
September 2010
(3)
August 2010
(3)
June 2010
(2)
April 2010
(2)
February 2010
(1)
January 2010
(3)
December 2009
(1)
November 2009
(1)
September 2009
(1)
July 2009
(2)
May 2009
(1)
April 2009
(2)
March 2009
(3)
February 2009
(1)
January 2009
(2)
December 2008
(2)
November 2008
(2)
October 2008
(1)
September 2008
(3)
August 2008
(5)
July 2008
(1)
June 2008
(4)
May 2008
(3)
April 2008
(4)
March 2008
(8)
February 2008
(3)
January 2008
(3)
December 2007
(7)
November 2007
(4)
October 2007
(3)
August 2007
(2)
MSDN Blogs
>
Matthew Manela's Blog
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Matthew Manela's Blog
Visualizing LINQ
Posted
over 5 years ago
by
Matthew Manela
1
Comments
I ran across an awesome code sample written by Jon Skeet . He realized that many people may have difficulty understanding how the lazy evaluation in LINQ (and programming with iterator combinators in general) works. His program/code sample is able make...
Matthew Manela's Blog
I was on DotNetRocks!!!
Posted
over 5 years ago
by
Matthew Manela
2
Comments
A couple week ago I had an interview with the DotNetRocks folks. In this interview I discussed the MSDN Code Gallery and I also discuss ed my time as an intern at Microsoft. It was really fun recording this and my interviewers Carl and Richard...
Matthew Manela's Blog
FastSharp - Write it, Execute it
Posted
over 5 years ago
by
Matthew Manela
7
Comments
UPDATE: New version on FastSharp that includes a Windows 7 Gadget! Learn more here. Last year I wrote this program which I named FastSharp. It is a text editor which lets you compile and run C# code that would normally exist inside a method. The...
Matthew Manela's Blog
Introducing MSDN Code Gallery
Posted
over 5 years ago
by
Matthew Manela
1
Comments
Today, the new site MSDN Code Gallery has launched. This is the best place to find and share samples, tools and articles about development and programming. Code Gallery is already being used by many teams here at Microsoft to post cool tools and samples...
Matthew Manela's Blog
Emulating cmd.exe's START command in Microsoft Powershell
Posted
over 5 years ago
by
Matthew Manela
1
Comments
I often browse through directories using the command line interface. It is sometimes times faster and provides more information than using the GUI. However, many times there are operations that are easier in the GUI. This is why I always loved CMD.exe...
Matthew Manela's Blog
Best Internet Explorer Plug-in
Posted
over 5 years ago
by
Matthew Manela
3
Comments
There are many features which Opera and Firefox (through extensions) have that I can't live without. Features like advertisement blocking, mouse gestures and custom site JavaScript. Internet Explorer doesn't have these features but I found a plugin which...
Matthew Manela's Blog
Who would have thunk it?
Posted
over 6 years ago
by
Matthew Manela
1
Comments
I recently read this article about Lazy Computation in C# . What the article discusses is creating lazy evaluation in C#. Lazy evaluation is a key feature of functional languages like Haskell but is not common in imperative languages. It is used in Haskell...
Matthew Manela's Blog
Did you know.... Generic Methods
Posted
over 6 years ago
by
Matthew Manela
1
Comments
Did you know that you can call a generic method with out supplying the type argument. The C# compiler will fill in the type parameter for you at compile time since the language is strongly typed. static void MyMethod<S>(S myParam) { Console...
Matthew Manela's Blog
Visual Basic .NET Late Binding Explored
Posted
over 6 years ago
by
Matthew Manela
3
Comments
In a previous post I mentioned how Visual Basic .NET's lambda expressions are more fun and easy to use than C#'s. My inspiration for this statement was the fact that in VB .NET you are able to implicitly define a lambda expression in this way: Dim f ...
Matthew Manela's Blog
My attempt at a web comic
Posted
over 6 years ago
by
Matthew Manela
1
Comments
Last year my girlfriend Mallory Emerson drew my attention to a web comic called Dinosaur Comics . It is really funny and inspired me to try to make my own. So while I was in class one day (not the most interesting Information Retrieval lecture) I drew...
Matthew Manela's Blog
Lambda Expressions are more fun in Visual Basic .NET
Posted
over 6 years ago
by
Matthew Manela
8
Comments
I love C# and I would never want to do anything to make it seem any less amazing but I have to give credit where credit is due ... to Visual Basic .NET. Yes, I said it. Both languages have been adding features inspired by the functional and dynamic programing...
Matthew Manela's Blog
Lambda Expressions
Posted
over 6 years ago
by
Matthew Manela
1
Comments
With the release of C# 3.0 and Visual Basic 9, both languages added support for lambda expressions. Lambda expressions form the basis of lambda calculus which (this will seem a bit mathy) is a formal system which is used to explore mathematical and programmatic...
Matthew Manela's Blog
Foray into LINQ
Posted
over 6 years ago
by
Matthew Manela
3
Comments
With the release of .NET 3.5 I started playing around with one of the cool new technologies called LINQ. LINQ brings SQL like querying syntax for performing operations on data sources like collections into , files or databases into .NET. The LINQ website...
Matthew Manela's Blog
JavaScript Rich Text Editors
Posted
over 6 years ago
by
Matthew Manela
1
Comments
While in college I worked on several websites for my school ( Binghamton University ). One of my main tasks in developing websites was to create a easy to use system which would let non-developers be able to update and modify web content. I wrote these...
Matthew Manela's Blog
Visual Studio 2008 and .NET 3.5 WOOOOOO!!!!!!!!!!
Posted
over 6 years ago
by
Matthew Manela
1
Comments
I am sure they will be many blogs and articles that will mention the awesome fact that Visual Studio 2008 and the .NET Framework 3.5 have been released. I am also sure most of these posts will go talk about some of the many cool new features in both....
Matthew Manela's Blog
Master Boot Record Fiasco
Posted
over 6 years ago
by
Matthew Manela
The Error I restarted my computer for the first time in a couple weeks and it would not boot. I was faced with a screen which said: Grub Loading Stage 1.5 Error 22 A nice helpful error. Now I was faced with a problem and I needed to figure out how to...
Matthew Manela's Blog
Powerful Visual Studio Add-In
Posted
over 6 years ago
by
Matthew Manela
1
Comments
Visual Studio doesn't seem to get much credit for the power of its extensibility model. When most people think about a IDE with powerful plug-ins they think of Eclipse, which granted, has some incredible plug-ins. However, Visual Studio's add-in model...
Matthew Manela's Blog
Floating Point, Why are you so buoyant?
Posted
over 6 years ago
by
Matthew Manela
3
Comments
Floating point precision can often be confusing to people. The following code block should illustrate some important things to keep in mind about floating point numbers. In this block I am attempting to get the value 64,000,000 in two different ways....
Matthew Manela's Blog
Self Documenting Code
Posted
over 6 years ago
by
Matthew Manela
4
Comments
I have come across many developers who believe that comments are not necessary to make code readable. They argue that code should document itself. By this they mean that the code you write should be clear and have good enough naming conventions such that...
Matthew Manela's Blog
Windows Media Player Problem AND Solution
Posted
over 6 years ago
by
Matthew Manela
1
Comments
I am the proud owner of a iriver clix portable media player. I have had it for about a year now and I have had no complaints. It works beautifully. When I first got it I had some concerns about using Windows Media Player. The clix is made to work best...
Matthew Manela's Blog
Things I have learnt about Seattle...
Posted
over 6 years ago
by
Matthew Manela
1
Comments
At the beginning of August I moved out to Seattle from New York and since then I have learned some things about this city: People in Seattle dislike Starbucks but are inexorably drawn to constantly go there. Everyone complains how Starbucks sold out and...
Matthew Manela's Blog
First Post!
Posted
over 6 years ago
by
Matthew Manela
1
Comments
Welcome to my first blog post as a Microsoft employee. I work for a team who is truly focused on building a better community around Microsoft developer technologies and tools. I hope I can use this blog to spread information, tips and maybe a few funny...
Page 5 of 5 (122 items)
1
2
3
4
5