Web and Cloud
Sign in
|
रजिस्टर गर्नुहोस्
|
मदत
Home
RSS for Posts
Atom
RSS for Comments
Email Notifications
Go
Search
Go
Tags
.NET
Announcements
ASP.NET
ASP.NET MVC
Azure
Community News
Developer
Developers
Events
Identity
IIS
iis news item
IIS7
Javascript
Musings
Open Source
PHP
Podcast
Silverlight
SQL Azure
Tools
Visual Studio
WIF
Windows Azure
Windows Identity Foundation
Community
गृह
वेबब्लगहरू
मिडिया
फोरमहरू
Wikis
हब्हरू
Video
Job
Archives
May 2013 (18)
April 2013 (61)
March 2013 (59)
February 2013 (46)
January 2013 (67)
December 2012 (46)
November 2012 (54)
October 2012 (7)
September 2012 (3)
August 2012 (7)
July 2012 (11)
June 2012 (76)
May 2012 (44)
April 2012 (68)
March 2012 (83)
February 2012 (54)
January 2012 (44)
December 2011 (67)
November 2011 (64)
October 2011 (58)
September 2011 (71)
August 2011 (70)
July 2011 (87)
June 2011 (98)
May 2011 (118)
April 2011 (139)
March 2011 (122)
February 2011 (119)
January 2011 (98)
December 2010 (90)
November 2010 (99)
October 2010 (98)
September 2010 (95)
August 2010 (101)
July 2010 (117)
June 2010 (143)
May 2010 (145)
April 2010 (114)
March 2010 (113)
February 2010 (93)
January 2010 (78)
December 2009 (61)
November 2009 (99)
October 2009 (102)
September 2009 (87)
August 2009 (76)
July 2009 (114)
June 2009 (116)
May 2009 (120)
April 2009 (118)
March 2009 (56)
February 2009 (24)
January 2009 (27)
December 2008 (22)
November 2008 (26)
October 2008 (11)
September 2008 (8)
August 2008 (5)
July 2008 (5)
June 2008 (6)
May 2008 (2)
April 2008 (3)
Browse by Tags
All Tags
»
NuGet
(
RSS
)
.NET
ASP.NET
ASP.NET AJAX
ASP.NET Dynamic Data
ASP.NET MVC
Back to Basics
Beta
Channel9
Community News
Data
HTML5
IE9
IIS
Javascript
Learning .NET
Microsoft
Mix
Mobile
MVC
NuGetPOW
Open Source
PDC
Silverlight
Speaking
Tools
UI
Visual Studio
VS2010
VS2012
WebMatrix
webmatrix2
Win8
Windows Client
WinPhone
Project-less scripted C# with ScriptCS and Roslyn
by
Scott Hanselman's Blog
Glenn Block is working on something interesting that combines C#, NuGet, Roslyn (the new "compiler as a service") and his love of text editors and scripts. Now, with help from Justin Rusbatch ( @jrusbatch ) and Filip Wojcieszyn ( @filip_woj...
Filed under:
Open Source
,
NuGet
,
NuGetPOW
,
VS2012
NuGet Package of the Week #13 - Portable HttpClient makes portable libraries more useful
by
Scott Hanselman's Blog
When you've got an idea for an app, it's likely that you've got the idea for that app in more than one place. By this I mean, you'll start with a phone app, then make a desktop app, then a web app. Or you'll make a game on one platform...
Filed under:
Windows Client
,
WinPhone
,
NuGet
,
NuGetPOW
,
Win8
NuGet Package(s) of the Week #12 - Accessing Google Spreadsheets with GData from C# *and* hosting Razor Templates to generate HTML from a Console App
by
Scott Hanselman's Blog
Sometimes I write apps for charities on the side. Recently I've been doing some charity coding on the side for The Red Pump Project . They are a non-profit focused on raising awareness about the impact of HIV/AIDS on women and girls. I encourage you...
Filed under:
Open Source
,
ASP.NET MVC
,
Back to Basics
,
NuGet
,
NuGetPOW
How to access NuGet when NuGet.org is down (or you're on a plane)
by
Scott Hanselman
I was in Dallas today speaking at the Dallas Day of .NET. During my keynote presentation - it included lots of NuGet demos - and for some reason the NuGet.org site was down at that exact moment. I ended up coming up in the middle somewhere. I'm not...
Filed under:
Open Source
,
NuGet
NuGet Package of Week #11 - ImageResizer enables clean, clear image resizing in ASP.NET
by
Scott Hanselman
The Backstory: I was thinking since the NuGet .NET package management site is starting to fill up that I should start looking for gems (no pun intended) in there. You know, really useful stuff that folks might otherwise not find. I'll look for mostly...
Filed under:
ASP.NET
,
Open Source
,
ASP.NET MVC
,
NuGet
,
NuGetPOW
WebMatrix 2 Beta - NuGet Gallery
by
The Official Microsoft IIS Site
NuGet is a versatile library package system that allows users to extend their web applications with some really cool tools. WebMatrix V1 users who are familiar with NuGet remember that they had to access the NuGet Package manager through the...
Filed under:
UI
,
WebMatrix
,
Beta
,
NuGet
,
webmatrix2
NuGet Package of the Week #10 - New Mobile View Engines for ASP.NET MVC 3, spec-compatible with ASP.NET MVC 4
by
Scott Hanselman
I did some basic mobile view engine work for ASP.NET MVC for Mix in 2009 and then created what I thought was a better ASP.NET MVC Mobile ViewEngine in 2010 . Unfortunately, the second one (the "better" one) had a caching bug that only showed...
Filed under:
ASP.NET
,
ASP.NET MVC
,
Mobile
,
NuGet
,
NuGetPOW
Analyze your Web Server Data and be empowered with LogParser and Log Parser Lizard GUI
by
Scott Hanselman
I've been using LogParser whenever I need to really dig into Web Server Logs since before 2005 . It's an amazing tool. I love it. Jeff Atwood loves it, and you should to. It may not being something you use every day but when you need it, it's...
Filed under:
Tools
,
IIS
,
NuGet
NuGet Support for Visual Studio 2008
by
Scott Hanselman
Well, not really . A better title would be " How to Cobble Together NuGet Support for Visual Studio 2008 with External Tools and a Prayer. " The point is, there are lots of folks using Visual Studio 2008 who would like NuGet support. I'm...
Filed under:
NuGet
,
NuGetPOW
Entity Framework Code First Migrations: Alpha - NuGet Package of the Week #10
by
Scott Hanselman
Hot on the heels of my RFC blog post on product versioning , the Entity Framework team has released Entity Framework 4.1 Code First Migrations: August 2011 CTP . Cool. And it's July, too! Or my preferred product name, " Migrating Magic Unicorns...
Filed under:
Data
,
NuGet
,
NuGetPOW
NuGet Package of the Week #9 - ASP.NET MiniProfiler from StackExchange rocks your world
by
Scott Hanselman
I LOVE great debugging tools. Anything that makes it easier for me to make a site correct and fast is glorious. I've talked about Glimpse , an excellent firebug-like debugger for ASP.NET MVC, and I've talked about ELMAH , and amazing logger and...
Filed under:
ASP.NET
,
Open Source
,
ASP.NET MVC
,
ASP.NET AJAX
,
NuGet
,
NuGetPOW
NuGet for the Enterprise: NuGet in a Continuous Integration Automated Build System
by
Scott Hanselman
I had the pleasure of speaking at TechEd 2011 North America last week in Atlanta. You can see ALL the videos of all the sessions on Channel 9 . As an aside, you might notice that they are in the process of organizing video archives of ALL Microsoft developer...
Filed under:
Open Source
,
NuGet
NuGet Package of the Week #7 - ELMAH (Error Logging Modules and Handlers) with SQL Server Compact
by
Scott Hanselman
Hey, have you implemented the NuGet Action Plan ? Get on it, it'll take only 5 minutes: NuGet Action Plan - Upgrade to 1.3, Setup Automatic Updates, Get NuGet Package Explorer . NuGet 1.3 is out, so make sure you're set to automatically update...
Filed under:
ASP.NET
,
ASP.NET MVC
,
NuGet
,
NuGetPOW
NuGet Package of the Week #6 - Dynamic, Malleable, Enjoyable Expando Objects with Clay
by
Scott Hanselman
Hey, have you implemented the NuGet Action Plan ? Get on it, it'll take only 5 minutes: NuGet Action Plan - Upgrade to 1.2, Setup Automatic Updates, Get NuGet Package Explorer . NuGet 1.3 is out, so make sure you're set to automatically update...
Filed under:
Learning .NET
,
NuGet
,
NuGetPOW
ASP.NET MVC 3 Tools Update
by
ScottGu's Blog
Three weeks ago we held our MIX 2011 conference in Las Vegas. MIX is one of my favorite events of the year, and the conference always has a ton of great content and announcements. All of the keynotes and breakout sessions from the event can...
Filed under:
MVC
,
ASP.NET
,
Community News
,
.NET
,
NuGet
More Posts
Next page »