raju
Name: raju
Score: 1,622.03
Last Seen: 957 days, 15 hours, 12 minutes ago
Member Since: 26 May, 2010
DotNetShoutout
atom rss
4
Shouts

Light up your NuPacks with startup code and WebActivator - Angle Bracket Percent

published 956 days, 13 hours, 54 minutes ago posted by rajuraju 957 days, 15 hours, 15 minutes ago
Tuesday, October 12, 2010 2:27:34 PM GMT Monday, October 11, 2010 1:07:18 PM GMT
Wow, it’s hard to believe that it’s been less than a week since NuPack went public. We were hoping to get noticed, but the attention we got was way beyond my wildest expectations! The buzz on Twitter has just been phenomenal, and for the most part the feedback has been very positive. Thank you all for that, this is very encouraging for our little NuPack team :) NuPack as a noun for the packages Before I get into the meat, I’ll just say that I want to start using NuPack as a noun that refers to the p... (more)
category: How To | clicked: 1 | comment | | source: blogs.msdn.com
tags: nupack
10
Shouts

Announcing NuPack, ASP.NET MVC 3 Beta, and WebMatrix Beta 2 - ScottGu's Blog

published 960 days, 10 hours, 19 minutes ago posted by rajuraju 961 days, 19 hours, 43 minutes ago
Friday, October 08, 2010 6:03:29 PM GMT Thursday, October 07, 2010 8:39:19 AM GMT
I’m excited to announce the beta release of several projects today. Two of these releases - ASP.NET MVC 3 Beta and WebMatrix Beta 2 - are evolutions of projects we first previewed this summer.  The third – NuPack - is a new project that I’m particularly excited about.NuPack – Open Source Package Manager for .NET NuPack is a free open source package manager that makes it easy for you to find, install, and use .NET libraries in your projects. It works with all .NET project types (including, but not limit... (more)
category: Web Dev | clicked: 0 | comment | | source: weblogs.asp.net
tags: .NET, Visual Studio, Community News, MVC, ASP.NET
8
Shouts

Introducing NuPack: the smart way to bring bits into your projects - Angle Bracket Percent

published 960 days, 10 hours, 19 minutes ago posted by rajuraju 961 days, 20 hours, 6 minutes ago
Friday, October 08, 2010 6:03:29 PM GMT Thursday, October 07, 2010 8:16:28 AM GMT
I’m thrilled to announce that the secret project we’ve been working on for the last few months is no longer a secret! It’s called NuPack, and you can download it from here. Make sure you also read ScottGu’s post about it. So what the heck is NuPack? In short, it’s an Open Source package manager that lets you import libraries into your .NET applications with much less effort than what you’re used to. Note that NuPack is not a Microsoft project, but an Outercurve Foundation project (previously Codeple... (more)
category: How To | clicked: 0 | comment | | source: blogs.msdn.com
tags: .NET, nupack, Microsoft
7
Shouts

5 Easy Tips to Reduce and Refactor Your Code with Resharper : JohnPapa

published 963 days, 16 hours, 57 minutes ago posted by rajuraju 965 days, 11 hours, 36 minutes ago
Tuesday, October 05, 2010 11:25:29 AM GMT Sunday, October 03, 2010 4:45:49 PM GMT
I’ve talked a lot about Resharper features such as the Find Usages, live templates, and the instant code analysis. But I have not talked about some of the features that are not as prominent but I find especially helpful. So here are a few very simple tips for how to clean your code up using Resharper. (more)
category: Metro | clicked: 0 | comment | | source: johnpapa.net
tags: code analysis, ReSharper
3
Shouts

8 New Silverlight MVPs! : JohnPapa.net

published 966 days, 7 hours, 56 minutes ago posted by rajuraju 966 days, 20 hours, 40 minutes ago
Saturday, October 02, 2010 8:26:24 PM GMT Saturday, October 02, 2010 7:41:42 AM GMT
Today is one of my favorite days of the year. It’s one of the 4 days when we welcome the newly awarded (and some re-awarded) Silverlight MVPs. This quarter we added 8 new people to the Silverlight MVP program from all over the world. I’ve also added all of these new MVPs to my Silverlight MVP Twitter list, which now has over 400 followers following the Silverlight MVPs. Be sure to check it out and subscribe! Kunal Chowdhury (@kunal2383) from India Xiaochao Fan from China Tetsuji Kato (@iwiz_sophy)f... (more)
category: Metro | clicked: 0 | comment | | source: johnpapa.net
tags: Silverlight, MVP
3
Shouts

Extension Analyzer V3 - The Visual Studio Blog

published 966 days, 7 hours, 56 minutes ago posted by rajuraju 966 days, 20 hours, 49 minutes ago
Saturday, October 02, 2010 8:26:24 PM GMT Saturday, October 02, 2010 7:32:52 AM GMT
Extension Analyzer is an Extension to Visual Studio 2010 that allows browsing several extensibility entities inside of Visual Studio. It also allows diagnosing several common errors loading extensions by reporting information from logging services inside Visual Studio. (more)
category: How To | clicked: 0 | comment | | source: blogs.msdn.com
tags: Visual Studio, Extension, VS2010
4
Shouts

Herding Code 94: Silverlight and HTML5

published 966 days, 7 hours, 56 minutes ago posted by rajuraju 966 days, 21 hours, 11 minutes ago
Saturday, October 02, 2010 8:26:24 PM GMT Saturday, October 02, 2010 7:10:33 AM GMT
This week on Herding Code, the guys talk to Adam Kinney and Rick Barraza about how Silverlight fits into a world where HTML5 is finally becoming a reality.Jon asks about Adam and Rick's opinions on the recent post on the Silverlight Team Blog about the future of SilverlightAdam talks about he sees consumer applications and games as great applications of SilverlightRick talks about how... (more)
category: How To | clicked: 0 | comment | | source: herdingcode.com
tags: Silverlight, HerdingCode, HTML 5
4
Shouts

ASP.NET Security Fix Now on Windows Update - ScottGu's Blog

published 966 days, 7 hours, 56 minutes ago posted by rajuraju 966 days, 21 hours, 21 minutes ago
Saturday, October 02, 2010 8:26:24 PM GMT Saturday, October 02, 2010 7:01:25 AM GMT
Earlier this week I blogged about the availability of a patch on the Microsoft Download Center to fix the recent ASP.NET Security Vulnerability. Today we also made it possible to update systems through Windows Update (WU) and Windows Server Update Services (WSUS).  This enables administrators to more easily streamline patch installs, and enables you to take advantage of the WU/WSUS infrastructure to detect which patches you should install based on what versions of .NET are on your system. Please make s... (more)
category: Web Dev | clicked: 0 | comment | | source: weblogs.asp.net
tags: .NET, Security, Community News, ASP.NET
3
Shouts

The easy way to create an Entity Framework ‘Defining Query’ - Angle Bracket Percent

published 966 days, 7 hours, 56 minutes ago posted by rajuraju 966 days, 21 hours, 23 minutes ago
Saturday, October 02, 2010 8:26:24 PM GMT Saturday, October 02, 2010 6:59:17 AM GMT
Entity Framework supports a concept called a ‘Defining Query’, which is basically a client side database View. I only learned about that feature a few days ago, and I thought I’d share some tips about how to create them in a way that’s much easier than anything I could find out there. (more)
category: How To | clicked: 1 | comment | | source: blogs.msdn.com
tags: Entity Framework
7
Shouts

DotNetRocks - Show #598 - Mark Relph Wants More Windows Applications

published 967 days, 13 hours, 40 minutes ago posted by rajuraju 968 days, 11 hours, 51 minutes ago
Friday, October 01, 2010 2:41:33 PM GMT Thursday, September 30, 2010 4:30:36 PM GMT
While at TechDays Vancouver, Carl and Richard talk to Mark Relph from the Microsoft Windows team about building Windows applications. (more)
category: Podcast | clicked: 2 | 1 comment | | source: www.dotnetrocks.com
tags: DotNetRocks, Microsoft, Windows, applications
13
Shouts

ASP.NET Security Update Now Available - ScottGu's Blog

published 968 days, 23 hours, 27 minutes ago posted by rajuraju 970 days, 6 hours, 58 minutes ago
Thursday, September 30, 2010 4:54:55 AM GMT Tuesday, September 28, 2010 9:23:59 PM GMT
This morning Microsoft released a security update that addresses the ASP.NET Security Vulnerability that I’ve blogged about this past week.  We recommend installing it as soon as possible on your web-servers. Common Questions/Answers Below are some answers to a few common questions people have asked: Do the updates require me to change any code? No. The update should not require any code or configuration change to your existing ASP.NET applications. Will I still need to use the workarounds after I i... (more)
category: Web Dev | clicked: 0 | comment | | source: weblogs.asp.net
tags: .NET, Security, ScottGu, ASP.NET
15
Shouts

DotNetRocks - Show #597 - Building More Windows Phone 7 Applications

published 968 days, 23 hours, 27 minutes ago posted by rajuraju 970 days, 22 hours, 2 minutes ago
Thursday, September 30, 2010 4:54:55 AM GMT Tuesday, September 28, 2010 6:20:16 AM GMT
Carl and Richard talk to two different developers currently working on Windows Phone 7 applications: Jeff Walker and Ahmed Zaman. (more)
category: Podcast | clicked: 0 | 2 comments | | source: www.dotnetrocks.com
tags: DotNetRocks, Windows Phone 7
13
Shouts

ASP.NET Security Update Shipping Tuesday, Sept 28th - ScottGu's Blog

published 969 days, 16 hours, 3 minutes ago posted by rajuraju 970 days, 22 hours, 5 minutes ago
Wednesday, September 29, 2010 12:18:45 PM GMT Tuesday, September 28, 2010 6:17:18 AM GMT
An hour ago Microsoft released an advance notification security bulletin announcing that we are releasing an out-of-band security update to address the ASP.NET Security Vulnerability that I’ve blogged about this past week.  The security update is fully tested, and is scheduled for release tomorrow - Tuesday September 28th – at approximately 10:00 AM PDT.  The advance notice bulletin is intended to ensure administrators know it is coming, and are better prepared to apply it once the update is available. ... (more)
category: Web Dev | clicked: 0 | comment | | source: weblogs.asp.net
tags: .NET, Security, ScottGu, ASP.NET
7
Shouts

Update on ASP.NET Vulnerability - ScottGu's Blog

published 971 days, 16 hours, 31 minutes ago posted by rajuraju 973 days, 10 hours, 25 minutes ago
Monday, September 27, 2010 11:50:34 AM GMT Saturday, September 25, 2010 5:56:42 PM GMT
Earlier this week I posted about an ASP.NET Vulnerability, and followed this up with another blog post that covers some Frequently Asked Questions about it. We are actively working on releasing a security update that fix the issues, and our teams have been working around the clock to develop and test a fix that is ready for broad distribution across all Windows platforms via Windows Update.  I’ll post details about this once it is available.Revised Workaround and Additional URLScan Step In my first bl... (more)
category: Web Dev | clicked: 0 | comment | | source: weblogs.asp.net
tags: .NET, Security, ScottGu, ASP.NET
5
Shouts

Herding Code 93: Computer Errors, Home Media, and The Fall of The Roman EmpireBuy Valium No Prescription

published 973 days, 19 hours, 56 minutes ago posted by rajuraju 974 days, 11 hours, 42 minutes ago
Saturday, September 25, 2010 8:25:44 AM GMT Friday, September 24, 2010 4:39:32 PM GMT
This week on Herding Code, it’s story time. Have you ever fallen victim to a software glitch?  Are you frustrated by those green screens which are still running social security, the IRS and the DMV?  Ever dealt with a medical database? Or maybe you owned a Zune on December 31, 2008? If so, you’ll want to listen in on the guys sharing t... (more)
category: Podcast | clicked: 1 | comment | | source: herdingcode.com
tags: HerdingCode
5
Shouts

What’s Wrong with my WCF Service? Yavor Knows! : JohnPapa

published 972 days, 20 hours, 6 minutes ago posted by rajuraju 974 days, 13 hours, 1 minute ago
Sunday, September 26, 2010 8:16:25 AM GMT Friday, September 24, 2010 3:20:53 PM GMT
WCF is an integral part of the communication stack for Silverlight applications, but sometimes things go wrong, very wrong. How do you fix those issues. In this episode of Silverlight TV, Yavor Georgiev from the WCF and Silverlight team shows you how to identify the problems with your WCF services and how to fix them. He covers several topics including these:Setting up your service  Debugging issues with "add service reference" Handling Faults: How to get exceptions propagated from the server to Silverli... (more)
category: Metro | clicked: 0 | comment | | source: johnpapa.net
tags: Silverlight, WCF
8
Shouts

jQuery UI on the Microsoft CDN - Stephen Walther

published 973 days, 19 hours, 56 minutes ago posted by rajuraju 974 days, 13 hours, 15 minutes ago
Saturday, September 25, 2010 8:25:44 AM GMT Friday, September 24, 2010 3:07:27 PM GMT
The jQuery UI team just added jQuery UI to the Microsoft Ajax Content Delivery Network (CDN). Thanks to them, you can start using jQuery UI in your ASP.NET websites by linking to jQuery UI at the following address: http://ajax.microsoft.com/ajax/jquery.ui/1.8.5/jquery-ui.js You can start using the CDN now for free. No registration is required. Using jQuery UI from the CDN can substantially improve the performance of your production ASP.NET websites. The Microsoft CDN is composed of servers distribute... (more)
category: Web Dev | clicked: 0 | 1 comment | | source: stephenwalther.com
tags: Content Delivery Network, CDN, jQuery, Ajax, ASP.NET
7
Shouts

DotNetRocks - Show #596 - Billy Hollis Still Builds Apps

published 973 days, 19 hours, 56 minutes ago posted by rajuraju 974 days, 13 hours, 20 minutes ago
Saturday, September 25, 2010 8:25:44 AM GMT Friday, September 24, 2010 3:01:57 PM GMT
From the .NET Rocks Live Weekend, Carl and Richard talk to Billy Hollis. Billy was last on the show during the .NET Rocks Road Trip, and it seems like the conversation just picked up from there... (more)
category: Podcast | clicked: 0 | comment | | source: www.dotnetrocks.com
tags: DotNetRocks, Road Trip
9
Shouts

Introducing the VSPackage Builder - The Visual Studio Blog

published 981 days, 13 hours, 51 minutes ago posted by rajuraju 984 days, 8 hours, 49 minutes ago
Friday, September 17, 2010 2:30:59 PM GMT Tuesday, September 14, 2010 7:33:17 PM GMT
Last week we released the first version of a new project template, VSPackage Builder, which enables rapid development of the command UI and tool window infrastructure of VS 2010 extensions. VSPackage Builder requires VS 2010 Pro or above, and can be installed directly from within VS using the Extension Manager, or indirectly from the Visual Studio Gallery. Installation requires that the VS 2010 SDK be already installed. (more)
category: How To | clicked: 4 | comment | | source: blogs.msdn.com
tags: SDK, VSPackages, VS 2010
8
Shouts

Silverlight Out of Browser Presentation at ONETUG : JohnPapa

published 980 days, 15 hours, 5 minutes ago posted by rajuraju 984 days, 8 hours, 52 minutes ago
Saturday, September 18, 2010 1:16:58 PM GMT Tuesday, September 14, 2010 7:30:04 PM GMT
Last week I presented a 200 level session on Silverlight Out of Browser features over Live Meeting to the Orlando .NET user group (ONETUG). The session covered all of the fundamentals of out of browser, went into several examples, and showed a few tips and tricks. I packaged up the some of the more popular demos and the slide deck and you can download them all right here. The music player demo is a port from the presentation Joe Stegman did at the last PDC and the Puzzle is a port from the one Scott Gu d... (more)
category: Metro | clicked: 0 | 1 comment | | source: johnpapa.net
tags: .NET, Silverlight, out of browser, Tips and Tricks, PDC, ScottGu
Previous 1 2 3 4 5 6 7 8 Next