New Channel 9 Video : Bruno Sonnino on DiskPie Pro in WPF |
- New Channel 9 Video : Bruno Sonnino on DiskPie Pro in WPF
- Porting NHProf from WPF to Silverlight - Day 3
- A RoleManager to apply roles declaratively to user interface
- Temporary Post Used For Theme Detection (1fcade78-c37a-45f9-b68d-329ec3a93f8c - 3bfe001a-32de-4114-a6b4-4005b770f6d7)
- Silverlight Cream for March 30, 2010 -- #825
- New hard drive means re-install everything
- New hard drive means re-install everything
- Space Rocks game step 7: Moving the ship
- RIA Services - Documentation Guidance and Community Samples
- What tools are the minimum to get started in Silverlight?
- Cleaner HTML Markup with ASP.NET 4 Web Forms - Client IDs (VS 2010 and .NET 4.0 Series)
- What tools are the minimum to get started in Silverlight?
- A C# implementation of the CallStream pattern
- New Psscor2 commands – DumpAllExceptions
- Visual Web Developer Team is Hiring
- 10 Tips to Keep yourself Sane while Working from Home (or alone)
New Channel 9 Video : Bruno Sonnino on DiskPie Pro in WPF Posted: 31 Mar 2010 10:34 AM PDT At the 2010 MVP Summit in Redmond, I met up with the always-fun Microsoft MVP Bruno Sonnino. Bruno has developed a ton of great utilities over the years, including many for PC Mag. In this video , Bruno talks about DiskPie Pro 2 , a utility originally...( read more )...(read more) |
Porting NHProf from WPF to Silverlight - Day 3 Posted: 31 Mar 2010 06:58 AM PDT On Monday I spent a good four hours working on the port. I decided to flesh out the functionality of the Main Menu. As I mentioned before , none of the menu controls available support commanding. Fortunately, Caliburn has its own mechanism which is much...( read more )...(read more) |
A RoleManager to apply roles declaratively to user interface Posted: 30 Mar 2010 02:17 PM PDT One of the recurrent questions people ask me in the forums is about the applying of security constraint to the applications being developed. The last releases of useful tools like WCF Ria Services added the capability of bringing the security context...( read more )...(read more) |
Posted: 31 Mar 2010 02:09 AM PDT This is a temporary post that was not deleted. Please delete this manually. (d4d07dbe-e919-4118-957c-8de122a4efff - 3bfe001a-32de-4114-a6b4-4005b770f6d7)...( read more )...(read more) |
Silverlight Cream for March 30, 2010 -- #825 Posted: 30 Mar 2010 09:40 PM PDT In this Issue: Jeremy Likness , Tim Greenfield , Tim Heuer , ondrejsv , XAML Ninja , Nikhil Kothari , Sergey Barskiy , Shawn Oster , smartyP , Christian Schormann ( -2- ), and John Papa And Glenn Block . Shoutouts: Victor Gaudioso produced a RefCard for...( read more )...(read more) |
New hard drive means re-install everything Posted: 30 Mar 2010 09:14 PM PDT I recently found a good deal on a 7200 RPM 500GB latpop drive and decided to upgrade myself to that. I've been operating on a 150GB drive for a long time and hadn't been cleaning up old projects, encodings, etc. so it was running thin on space. This was Read More......(read more) |
New hard drive means re-install everything Posted: 30 Mar 2010 09:14 PM PDT I recently found a good deal on a 7200 RPM 500GB latpop drive and decided to upgrade myself to that. I've been operating on a 150GB drive for a long time and hadn't been cleaning up old projects, encodings, etc. so it was running thin on space. This was...( read more )...(read more) |
Space Rocks game step 7: Moving the ship Posted: 30 Mar 2010 08:31 PM PDT Source code: http://www.bluerosegames.com/spacerocks/spacerocks_7_moving_ship.zip In the last step we added logic to rotate the ship based on key presses. Moving the ship isn't that different but we need to do a little trigonometry to get it moving in...( read more )...(read more) |
RIA Services - Documentation Guidance and Community Samples Posted: 30 Mar 2010 07:20 PM PDT As the RIA Services team is wrapping up our V1 release, several team members have been diving into the forums , writing blog posts, and in general trying to connect with the community to make sure we're tying up all of our loose ends. We would also like Read More......(read more) |
What tools are the minimum to get started in Silverlight? Posted: 30 Mar 2010 05:15 PM PDT Help me out with a bit of some research here. In your opinion…what tools (from Microsoft) are the MINIMUM needed to get started with Silverlight? I'm not talking about full-blown MVVM, MEF loading, Live Smooth Streaming applications…I'm talking about...( read more )...(read more) |
Cleaner HTML Markup with ASP.NET 4 Web Forms - Client IDs (VS 2010 and .NET 4.0 Series) Posted: 30 Mar 2010 07:02 PM PDT This is the sixteenth in a series of blog posts I'm doing on the upcoming VS 2010 and .NET 4 release. Today's post is the first of a few blog posts I'll be doing that talk about some of the important changes we've made to make Web Forms in ASP.NET 4 generate clean, standards-compliant, CSS-friendly markup. Today I'll cover the work we are doing to provide better control over the "ID" attributes rendered by server controls to the client. [ In addition to blogging, I am also now using Twitter for quick updates and to share links. Follow me at: twitter.com/scottgu ] Clean, Standards-Based, CSS-Friendly Markup One of the common complaints developers have often had with ASP.NET Web Forms is that when using server controls they don't have the...(read more) |
What tools are the minimum to get started in Silverlight? Posted: 30 Mar 2010 05:15 PM PDT Help me out with a bit of some research here. In your opinion…what tools (from Microsoft) are the MINIMUM needed to get started with Silverlight? I'm not talking about full-blown MVVM, MEF loading, Live Smooth Streaming applications…I'm talking about Read More......(read more) |
A C# implementation of the CallStream pattern Posted: 30 Mar 2010 05:18 PM PDT Dusan published this interesting post a couple of weeks ago about a novel JavaScript chaining pattern: http://dbj.org/dbj/?p=514 It's similar to many existing patterns, but the syntax is extraordinarily terse and it provides a new form of friction-free, plugin-less extensibility mechanism. Here's a JavaScript example from Dusan's post: CallStream( "#container" ) (find, "div" ) (attr, "A" , 1) (css, "color" , "#fff" ) (logger); The interesting thing here is that the functions that are being passed as the first argument are arbitrary, they don't need to be declared as plug-ins. Compare that with a rough jQuery equivalent that could look something like this: $.fn.logger = function () { /* ... *...(read more) |
New Psscor2 commands – DumpAllExceptions Posted: 30 Mar 2010 03:35 PM PDT There have been a few places where you can see this command run, but I wanted to talk about it here officially. This command is used to display all of the exceptions that are currently in the managed heap. One interesting thing is that this function actually looks at what class the object derives from and if it derives from System.Exception, then it will show up in the list. So you can have your own custom exceptions shown here regardless of what naming mechanism you use for your class. There is some helpful information about the output from this command here: ASP.NET Debugging - ASP.NET Tips- DumpAllExceptions , namely that if you run it twice, you may see different callstacks from the various exceptions. Here is the documentation...(read more) |
Visual Web Developer Team is Hiring Posted: 30 Mar 2010 11:16 AM PDT We're looking for someone who is passionate about web technologies and the developer experience. If you've been an avid Visual Studio developer building great web applications and longed for an even more compelling experience in Visual Studio, Now is your chance. Visual Studio already offers the one of the most comprehensive authoring experiences for the web today supporting web standards like HTML, CSS and JavaScript and server technologies such as ASP.Net, MVC, SQL Server and IIS. We're looking for someone with the passion and energy to help us raise the bar even further in our next generation of tooling for the web. You can learn more and apply for this position at: Program Manager II - Web Development Tools If you're curious...(read more) |
10 Tips to Keep yourself Sane while Working from Home (or alone) Posted: 30 Mar 2010 01:14 PM PDT When I interviewed for the position on Scott Hanselman 's team, one of the questions Scott asked me was if I'd be able to handle working from home, with the isolation that usually entails. Telecommuting (I hate that word) isn't for everyone, so the question...( read more )...(read more) |
You are subscribed to email updates from "microsoft" via ehsan in Google Reader To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google Inc., 20 West Kinzie, Chicago IL USA 60610 |