Browse Blog Posts by Tags

Showing related tags and posts for the Blogs application. See all tags in the site
  • Video on Nuget for C++ on Channel 9

    I have been out to a number of sites recently where there are C++ developers. We often get talking about package management and general best practices for shared libraries. The common refrain is ‘I wish we had something like Nuget for C++’. Well it was released in Nuget 2.5 and there is a video on Channel9...
    Posted to Richard Fennell by on Wed, May 22 2013
    Filed under: Filed under:
  • Video on Nuget for C++ on Channel 9

    I have been out to a number of sites recently where there are C++ developers. We often get talking about package management and general best practices for shared libraries. The common refrain is ‘I wish we had something like Nuget for C++’. Well it was released in Nuget 2.5 and there is a video on Channel9...
    Posted to Richard Fennell by on Wed, May 22 2013
    Filed under: Filed under:
  • My extreme meta-programming workshop

    Today, I was in Tel Aviv speaking about meta-programming for a workshop day. As promised, I’m publishing the correction of the different exercises.   Exercise 1: The goal of the first was to change the default Edmx T4 to generate public   partial   class   Customer {    ...
    Posted to Matthieu MEZIL by Matthieu MEZIL on Sun, May 5 2013
    Filed under: Filed under: , , , ,
  • NuGet with Active Directory Support

    In a previous article I discussed how to host a private NuGet repository. If you aren't familiar with NuGet then please refer to that article. If you're hosting a private gallery then chances are you're on a network (probably an Active Directory one). One downside to hosting a private NuGet...
    Posted to P3.NET by Michael Taylor on Sat, Mar 30 2013
    Filed under: Filed under:
  • Using RavenDB with ASP.NET MVC 4

    Some people might have wondered why I used ASP.NET MVC 3 in my previous blog post . The reason is that the RavenDB.Client package uses Newtonsoft.Json and ASP.NET MVC 4 also has a dependency on Newtonsoft.Json. In itself this isn’t a problem except that RavenDB requires Newtonsoft.Json version 4.0.8...
    Posted to The Problem Solver by Maurice on Mon, Nov 26 2012
    Filed under: Filed under: , , , ,
  • 403 and 413 errors when publishing to a local Nuget Server

    We have an internal Nuget Server we use to manage our software packages. As part of our upgrade to TFS2012 this needed to be moved to a new server VM and I took the chance to upgrade it from 1.7 to 2.1. The problem Now we had had a problem that we could publish to the server via a file copy to its underlying...
    Posted to Richard Fennell by on Wed, Oct 31 2012
    Filed under: Filed under: ,
  • 403 and 413 errors when publishing to a local Nuget Server

    We have an internal Nuget Server we use to manage our software packages. As part of our upgrade to TFS2012 this needed to be moved to a new server VM and I took the chance to upgrade it from 1.7 to 2.1. The problem Now we had had a problem that we could publish to the server via a file copy to its underlying...
    Posted to Richard Fennell by on Wed, Oct 31 2012
    Filed under: Filed under: ,
  • Visual Studio 2012 and NuGet packages

      Last year I wrote about installing missing NuGet packages and Visual Studio projects. That works well but it does require using a command line version of NuGet .   It turns out that this has become a lot easier in VS2012 and is supported natively from within Visual Studio.   Enabling...
    Posted to The Problem Solver by Maurice on Fri, Sep 7 2012
    Filed under: Filed under: ,
  • Using an internal Nuget server to manage the Typemock assembly references.

    In my last post I discussed the process I needed to go through to get Typemock Isolator running under TFS 2012. In this process I used the Auto Deploy feature of Isolator. However this raised the  question of how to manage the references within projects. You cannot just assume the Typemock assemblies...
    Posted to Richard Fennell by on Mon, Aug 6 2012
    Filed under: Filed under: , ,
  • WCF HTTP User Agent Message Adapter On GitHub And Nuget

    Some time ago, I wrote about building an HTTP user agent message adapter for WCF . Now, Henk J MeuleKamp ( @hjmeulekamp ) has published the code on GitHub ( Wcf Useragent C# Library ) and a usable library on Nuget ( Message Inspector for WCF to add Useragent header by configuration ). My thanks to Henk...
    Posted to Paulo Morgado by Paulo Morgado on Sun, Jun 10 2012
    Filed under: Filed under: , , ,
  • DotNed podcast: Patriek van Dorp over NuGet packages voor Windows Azure

    In deze podcast spreekt Maurice de Beijer met Patriek van Dorp over zijn TechDays presentatie over NuGet packages voor Windows Azure. Links: Blog: http://patriekvandorp.net TechDays presentaties: http://www.techdays.nl/AgendaDetail.aspx?cid=2271 Wazug: http://www.wazug.nl/ NuGet: http://nuget.org/ Presentatie...
    Posted to The Problem Solver by Maurice on Fri, Apr 6 2012
    Filed under: Filed under: , , ,
  • Client side support with the ASP.NET Web API

    With REST there is not a lot required on the client as far as sending requests goes. As long as you can send HTTP GET requests you are good to go and there are very few programming stacks that don’t allow for some form of doing that. Of course just doing an HTTP GET is going to give you some data back...
    Posted to The Problem Solver by Maurice on Tue, Mar 13 2012
    Filed under: Filed under: , , , ,
  • HTML5 feature detection aka Modernizr

    Yesterday I blogged about using the new Server-Sent Events or the EventSource object to send messages from the server to the client. But what happens if I try to do this in a browser that doesn’t support Server-Sent Events? If I run the code from yesterday in Internet Explorer 9 I sill see the...
    Posted to The Problem Solver by Maurice on Tue, Nov 8 2011
    Filed under: Filed under: , , , , ,
  • Using Nuget and TFS Build 2010

    At one of our recent events I was asked if I had any experience using Nuget within a TFS 2010 build. At the time I had not, but I thought it worth a look. For those of you who don’t know Nuget is a package manager that provides a developer with a way to manage assembly references in a project for assemblies...
    Posted to Richard Fennell by on Mon, Oct 17 2011
    Filed under: Filed under: , , ,
  • Using Nuget and TFS Build 2010

    At one of our recent events I was asked if I had any experience using Nuget within a TFS 2010 build. At the time I had not, but I thought it worth a look. For those of you who don’t know Nuget is a package manager that provides a developer with a way to manage assembly references in a project for assemblies...
    Posted to Richard Fennell by on Mon, Oct 17 2011
    Filed under: Filed under: , , ,
  • Using the WCF Web API in an ASP.NET MVC application

    Warning: This post is based on a prerelease version of the WCF Web API   In my previous blog post I showed how to add to and use the new WCF Web API a console application using NuGet. Now that works but it is far more likely that you will want to be using IIS and host the REST service as part of...
    Posted to The Problem Solver by Maurice on Mon, Jun 13 2011
    Filed under: Filed under: , , , , , , ,
  • Adding the WCF Web API to a project

    Warning: This post is based on a prerelease version of the WCF Web API   In my previous blog post I showed how to get started with the new WCF Web API but one thing I skipped is how to install and add it to your project first. So in post I am going to add that information.   The easiest way...
    Posted to The Problem Solver by Maurice on Wed, Jun 1 2011
    Filed under: Filed under: , , , , , , ,
  • Entity Framework 4.1 power tools

    The EF team at Microsoft just release a first CTP of the EF 4.1 Power Tools making it even easier to do Code First development with an existing database. Guess it isn’t really code first in that case but database first   I did a quick test with an existing database, Northwind to be exact, and it...
    Posted to The Problem Solver by Maurice on Thu, May 19 2011
    Filed under: Filed under: , , , ,
  • Inversion of control and WCF

    Lots of people like to use in inversion of control container, usually shortened to IOC, to inject dependencies into classes. The are lots of reasons for doing so but in the end they mostly boil down to separation of concern which makes thing more modular and thereby easier to reuse and unit test. When...
    Posted to The Problem Solver by Maurice on Tue, Apr 19 2011
    Filed under: Filed under: , , ,
  • NuGet and projects under source control

    NuGet is one of those awesome additions to Visual Studio that I wonder how I could have gone for that long without it. And as I am not the only one who likes it we had a bit of a discussion on Twitter last week about how to go about using NuGet with projects under source control that are shared by multiple...
    Posted to The Problem Solver by Maurice on Tue, Apr 12 2011
    Filed under: Filed under: , ,
Page 1 of 2 (21 items) 1 2 Next >