Marcelo's WebLog
Improving the world one entity at a time (now tweeting on @mlrdev)
Performance considerations for DirectX 12 on NVidia hardware
I posted a link to similar content last week for Intel. The Do's and Don'ts list from at the NVidia...
Author: Marcelo Lopez Ruiz - MSFT Date: 10/12/2015
Performance considerations for DirectX 12 on Intel hardware
Wolfgang Engel writes Performance Considerations for Resource Binding in Microsoft DirectX 12 for...
Author: Marcelo Lopez Ruiz - MSFT Date: 10/09/2015
HLSL and Visual Studio
Tim Jones has recently published a Visual Studio extension that adds a number of features to the...
Author: Marcelo Lopez Ruiz - MSFT Date: 10/08/2015
Graphics Education
So, learning about graphics is a journey (a life journey, for some!). Books, papers, samples, games,...
Author: Marcelo Lopez Ruiz - MSFT Date: 09/08/2015
Channel 9 - OpenGLES on Windows with ANGLE
Going Native has a new video about OpenGLES on Windows with ANGLE, specifically how to get going...
Author: Marcelo Lopez Ruiz - MSFT Date: 08/26/2015
Interrupting shader compilation
Unfortunately, there really isn't a way to interrupt compilation once it has started. Why would you...
Author: Marcelo Lopez Ruiz - MSFT Date: 08/21/2015
How to find your XAML Page object in the debugger
Taking a quick break from compiler performance to give a short debugging tip. If you're debugging a...
Author: Marcelo Lopez Ruiz - MSFT Date: 08/20/2015
Performance for building OpenGL ES and ANGLE shaders
Today's note is a simple reminder that if you're using OpenGL ES and/or ANGLE, you're not exempt...
Author: Marcelo Lopez Ruiz - MSFT Date: 08/19/2015
Compiling shaders vs creating shaders
Last time I talked about shader compilation at launch time, but I wasn't being precise about shader...
Author: Marcelo Lopez Ruiz - MSFT Date: 08/18/2015
MSIL and máquinas virtuales basadas en pilas
Hace poco hice una charla sobre Roslyn y .NET en Argentina y Chile, y una de las preguntas que...
Author: Marcelo Lopez Ruiz - MSFT Date: 04/10/2015
GPIO in One Minute
This video explains GPIO in just one minute and shows how to use a Galileo to control a button and a...
Author: Marcelo Lopez Ruiz - MSFT Date: 03/31/2015
GDC 2015 Talks on Channel9
If you can find the time, all the Microsoft GDC 2015 talks are available for viewing on Channel9. If...
Author: Marcelo Lopez Ruiz - MSFT Date: 03/13/2015
Graphics Diagnostics in Visual Studio 2013 Update 3 RC
Visual Studio 2013 Update 3 RC is out now - get it while it's hot, and check out the improved...
Author: Marcelo Lopez Ruiz - MSFT Date: 07/03/2014
min12int explained
Here I go again, after a couple of years of silence... Someday I'll tell the tale of what has kept...
Author: Marcelo Lopez Ruiz - MSFT Date: 06/10/2014
New WCF Data Services Release
WCF Data Services 5.0 for OData v3 is out today. Read all about it here, and get it while it's hot....
Author: Marcelo Lopez Ruiz - MSFT Date: 04/09/2012
datajs version 1.0.2 released
A new release of datajs with a minor update is available today, version 1.0.2. The most significant...
Author: Marcelo Lopez Ruiz - MSFT Date: 11/10/2011
Server-side paging in OData with datajs
I haven't posted for a while and it seems to be an effective method to get others to do so. :)...
Author: Marcelo Lopez Ruiz - MSFT Date: 09/08/2011
datajs at DevCon5
Later this week I'll be speaking at DevCon5 in New York. We'll look at how the browser landscape is...
Author: Marcelo Lopez Ruiz - MSFT Date: 07/25/2011
SkyDrive - HTML5 improving performance, again
Continuing in the spirit of my last post, I wanted to make sure that folks are aware of the How we...
Author: Marcelo Lopez Ruiz - MSFT Date: 07/18/2011
Thoughts on radically improving web performance
If you're a web developer, you definitely owe it to yourself to read the Instant email: how we made...
Author: Marcelo Lopez Ruiz - MSFT Date: 07/06/2011
datajs samples
One of the things that we care about a lot in datajs is in being practical and enabling better...
Author: Marcelo Lopez Ruiz - MSFT Date: 07/05/2011
datajs V1 Now Available
Check out the official announcement. The library is out there in all its glory. The datajs team will...
Author: Marcelo Lopez Ruiz - MSFT Date: 06/30/2011
Microsoft Office 365 is now available!
Personally, I think that having some storage and Office Web Apps is a great combination on its own....
Author: Marcelo Lopez Ruiz - MSFT Date: 06/28/2011
datajs 0.0.4 is out - very important release!
So, as per yesterday's announcement, datajs 0.0.4 is out. Go get it while it's fresh! An important...
Author: Marcelo Lopez Ruiz - MSFT Date: 06/21/2011
Network capture with Internet Explorer
Here is a handy video showing how you can quickly try something out with datajs and get a network...
Author: Marcelo Lopez Ruiz - MSFT Date: 06/15/2011
Populating a combo box from the cache with datajs
A new documentation topic is up on CodePlex with a sample page demonstrating how to populate a combo...
Author: Marcelo Lopez Ruiz - MSFT Date: 06/08/2011
Latest datajs changes - changeset 8334
Yesterday we uploaded the changeset 8334 to datajs, which includes a pretty extensive list of...
Author: Marcelo Lopez Ruiz - MSFT Date: 06/07/2011
Cool tricks with Internet Explorer Developer Tools and datajs
Today I want to show you how the Internet Explorer Developer Tools and datajs make it easy for...
Author: Marcelo Lopez Ruiz - MSFT Date: 06/06/2011
Netflix + OData + datajs sample released
Check out the sample and code walkthrough at...
Author: Marcelo Lopez Ruiz - MSFT Date: 05/25/2011
More datajs on Twitter
These days, I'm using #datajs when I tweet about small updates like minor code fixes or improvements...
Author: Marcelo Lopez Ruiz - MSFT Date: 05/19/2011
Windows Azure Storage Emulator returning 503 - Service Unavailable
Today's post is the result of about four hours of tracking down a tricky problem, so hopefully this...
Author: Marcelo Lopez Ruiz - MSFT Date: 05/06/2011
Must-have resource for Azure developers
Lately I've been looking into writing Azure applications. I already know the .NET platform, so it's...
Author: Marcelo Lopez Ruiz - MSFT Date: 05/05/2011
Anecdotally, datajs delivers quiet success
Most of the people I've discussed datajs describe their experience as simply getting the code, using...
Author: Marcelo Lopez Ruiz - MSFT Date: 05/04/2011
What we're up to with datajs
It's been a while since I last blogged about datajs, so in the interest of transparency I thought...
Author: Marcelo Lopez Ruiz - MSFT Date: 05/03/2011
Supporting JSONP callbacks in WCF Data Services
By default, WCF Data Services does not support the $format and $callback options to support JSONP....
Author: Marcelo Lopez Ruiz - MSFT Date: 04/19/2011
datajs intro video now online
The MIX11 session on datajs is now online - enjoy!
Author: Marcelo Lopez Ruiz - MSFT Date: 04/18/2011
datajs release announcement
I'm excited about the announcement of the datajs 0.0.3 release. This new release comes out within...
Author: Marcelo Lopez Ruiz - MSFT Date: 04/13/2011
OData and TFS and yes, CodePlex
The beta of the OData Service for Team Foundation Service 2010 was announced yesterday, and of...
Author: Marcelo Lopez Ruiz - MSFT Date: 04/08/2011
Testing datajs with multiple browsers
When contacting the localhost machine, Chrome and Firefox can suffer very serious slowdowns...
Author: Marcelo Lopez Ruiz - MSFT Date: 04/07/2011
Live datajs sample showing OData.read
Brought to you by Taggart Software Consulting, available at...
Author: Marcelo Lopez Ruiz - MSFT Date: 04/06/2011
datajs at MIX - data in an HTML5 world
I'm happy to announce that Asad & I will be doing a session on datajs at MIX - Data in an HTML5...
Author: Marcelo Lopez Ruiz - MSFT Date: 04/05/2011
Getting Results
J D. Meier is an excellent writer whose work I've referenced in the past. I've also been a fan of...
Author: Marcelo Lopez Ruiz - MSFT Date: 04/05/2011
JavaScript numbers, bits and strings
One of the things that we cared quite a bit when creating OData and datajs is taking into account...
Author: Marcelo Lopez Ruiz - MSFT Date: 04/04/2011
Fiddler and Windows Phone 7
When you're building a web site, you'll often have a targeted experience for phones. They do many...
Author: Marcelo Lopez Ruiz - MSFT Date: 04/01/2011
datajs goodies - build system
The datajs source code includes not only the files for the library itself, but also the files to...
Author: Marcelo Lopez Ruiz - MSFT Date: 03/16/2011
Failing Fast and Windows Azure
Last week we were talking in a team meeting about how cool it is that we can fail fast with datajs....
Author: Marcelo Lopez Ruiz - MSFT Date: 03/15/2011
datajs goodies - test logger
Today I'd like to talk about one of the extra goodies you can find in the datajs project. The...
Author: Marcelo Lopez Ruiz - MSFT Date: 03/14/2011