Always remain updated about current software development trends

Articles having tag: NUGET

Getting Started with ASP.NET MVC 3, Logging, and Depency Injection

I started a new ASP.NET MVC project recently and wanted to give you a little insight on kicking off new projects. There's some setup time you want to spend setting up your solution and getting the plumbing in order before you dive into writing unit tests...

Juice UI: Open source ASP.NET Web Forms components for jQuery UI widgets

This morning at MVP Summit,Scott Hunterjust announced a new open source project fromappendTocalledJuice UI. Juice UI is a collection of Web Forms components which make it incredibly easy to leverage jQuery UI widgets in ASP.NET Web Forms applications. You can...

Boo-yah!!! Caliburn.Micro v1.3 RTW is Here

I’m extremely pleased to announce the release of Caliburn.Micro v1.3 . This is a great release with many bug fixes and several API improvements. We also support several new platforms. Here’s the highlights: Support for WP7 Mango Support for Read...

Sending emails using MvcMailer

MvcMailer is an interesting component that you can use for sending emails in ASP.NET MVC Framework. The very great thing is that it uses Razor view engine views as email templates and is pretty easy to setup and use. In this article you will see how to install...

How I Lost, Regained and then Turned Down an MVP Award

What Happened To Me I'd say that 2011 was a pretty good year for me as a .NET open source developer. After all, Caliburn.Micro had it's first official release in April 2011 just in time for the Mix Open Source fest. At the festival, the framework...

[Visual Studio Extension Of The Day] NuGet Package Manager

 NuGetis a free, open source developer focused package management system for the .NET platform intent on simplifying the process of incorporating third party libraries into a .NET application during development.NuGet is a Visual Studio extension that makes...

What’s the deal with Orchard and NuGet? Does Orchard suck?

Damn,Robsaw right throughthe PR lies of Phil Haackaboutthe new NuGet galleryand figured it all out. Kidding, kidding. For your enjoyment and context, here is Rob's post:http://wekeroad.com/2011/12/06/nuget-and-orchard/Phil made a thoughtful answer to the...

Leveraging NuGet as a central repository for PowerShell modules

We have been working a lot lately with PowerShell as part of our star product at Tellago Studios, "Moesion". One of the main features we provide in Moesion is the ability to execute PowerShell commands remotely in a given server using a web mobile...