Share via


Jeremy Kuhne's Blog

Thoughts from a developer on .NET. Coding tidbits (Managed C++, C#, interoping with unmanaged code) and just general things related to .NET, Windows, etc..

As discussed in my previous post, this post will cover the new enumeration extensibility points. The...

Date: 03/09/2018

Now that .NET Core 2.1 Preview 1 has released it is time for a preview of what you can expect to see...

Date: 03/08/2018

I put forth the challenge in my last post about how to match files that start, end, or simply have a...

Date: 06/04/2017

Finding files with spaces from a command prompt might not be immediately obvious. Using quotes is...

Date: 05/31/2017

Most notable bit is CMD supports long paths now. You still need to enable the long path policy as it...

Date: 05/31/2017

The Windows 10 Anniversary update is almost out the door. .NET 4.6.2 is in the update (as we've...

Date: 07/30/2016

As mentioned I'm going to do the On .NET show in a couple weeks to talk about path changes in .NET....

Date: 06/09/2016

The Problem Text Templates in VS are cool, but they have some rough edges. One in particular is...

Date: 06/07/2016

Two MSBuild related things that I keep losing track of every few years that are incredibly hard to...

Date: 06/06/2016

The answer is yes, we have done work to support long paths in Windows. As Windows unblocks MAX_PATH...

Date: 06/02/2016

Overview Most of us are familiar with DOS style paths to files such as C:\bar\foo.txt. Most aren't...

Date: 05/02/2016

Here is part two of my discussion on Windows paths- the normalization of paths. See the first post...

Date: 04/21/2016

As promised, here is the start of the look into paths on Windows. I'll keep things simple at first...

Date: 04/21/2016

It has been about 8 years since I posted last. I didn't have a lot to say that was of general...

Date: 04/19/2016

In my last post (MSBuild your SSCLI C# projects) I demonstrated how to create an MSBuild targets...

Date: 02/23/2008

[ Edit 22 Feb 2008: The complete SSCLI.CSharp.targets file can be found here. ] In my last post I...

Date: 02/20/2008

The currently available SSCLI 2.0 (Rotor) does not build successfully with Visual Studio 2008. I've...

Date: 02/19/2008

As I’ve been preparing more things to talk about I realized that it would be beneficial to have a...

Date: 02/17/2008

It has been a long time since I've posted here. For the past couple years I've been moving around...

Date: 02/17/2008

Sorry I haven't been writing much lately, but a lot has been going on in Expression land. I've...

Date: 04/18/2006

Ran into a situation where I needed to get remote desktop access to a machine where I hadn't...

Date: 04/13/2006

Before I dive in, I've put together a simple doc showing how you can liven up the clip art in Office...

Date: 01/24/2006

Our January 2006 CTPs are available! https://www.microsoft.com/products/expression/en/default.mspx...

Date: 01/24/2006

I encourage you to take a look. We've done a lot to tighten things up since the last release. We're...

Date: 10/16/2005

A nice video that will give you a bit of what's going on with Expression....

Date: 09/14/2005

https://www.microsoft.com/expression It's a great relief to finally have this out in the open....

Date: 09/14/2005

I started spending some time looking at double buffering with Windows Forms a little while back and...

Date: 09/08/2005

I've already given the steps necessary to make this happen in an earlier post, but as this will come...

Date: 09/07/2005

I'm happy to report that the August 2005 Community Technology Preview is live on...

Date: 08/15/2005

A tool for inlining IL in C#/VB. (Essentially.)

Date: 07/25/2005

Back again, and as promised... Subclassing Generic Collections The framework provides three basic...

Date: 07/24/2005

So far I've gone over the basics of generic collections and moved on to looking at List<T> and...

Date: 07/23/2005

In yesterday's post I went over the very basics of generic collections in the 2.0 .Net framework....

Date: 07/22/2005

In one of my first posts I briefly mentioned that I would discuss a bit about what I've learned...

Date: 07/22/2005

In my last post I talked about converting structs into byte arrays and vice versa. There are a...

Date: 07/21/2005

[Updated: added performance data. 7/19] I haven't written for a while, but it hasn't been for lack...

Date: 07/19/2005

I just read C++ vs. C# and thought it might be worthwhile to throw up a few thoughts. I've been...

Date: 06/12/2005

[7/20/05: Additional comment added for Marshal::GetFunctionPointerForDelegate()] There are some...

Date: 06/12/2005

Ok, so I really was chomping at the bit to blog. Now that we've gone beta I can get a lot of things...

Date: 06/11/2005

I had very little experience in C++ when I sat down and tried my hand at using Managed C++ in...

Date: 06/10/2005

Here's the first of many posts to come out of what I've learned and experienced attempting to...

Date: 06/09/2005

[updated 1/31/06 to use new blog photo gallery] Greetings from within Microsoft! I'm excited to let...

Date: 06/09/2005