Sign in
Marcelo's WebLog
Improving the world one entity at a time (now tweeting on @mlrdev)
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Common Tasks
Blog Home
Email Blog Author
About
OK
RSS for comments
RSS for posts
Atom
Search
Tags
ADO.NET Data Services
Astoria
Azure
datajs
Design
Development
Entities
MIX10
MIX11
OData
Office
Pages
PDC05
Performance
Phone
Security
Silverlight
SQL
VBA
Velocity
WCF Data Services
Web
Windows
WPF
XML
Monthly Archives
Archives
April 2012
(2)
November 2011
(1)
September 2011
(1)
July 2011
(4)
June 2011
(7)
May 2011
(6)
April 2011
(10)
March 2011
(10)
February 2011
(9)
January 2011
(8)
December 2010
(2)
November 2010
(1)
October 2010
(1)
September 2010
(7)
August 2010
(2)
July 2010
(17)
June 2010
(11)
May 2010
(6)
April 2010
(28)
March 2010
(21)
February 2010
(14)
January 2010
(1)
December 2009
(11)
November 2009
(4)
October 2009
(2)
September 2009
(1)
August 2009
(2)
July 2009
(1)
June 2009
(11)
May 2009
(3)
April 2009
(10)
March 2009
(17)
February 2009
(9)
January 2009
(1)
December 2008
(3)
November 2008
(19)
October 2008
(14)
September 2008
(11)
August 2008
(18)
July 2008
(8)
June 2008
(6)
May 2008
(5)
April 2008
(9)
March 2008
(5)
February 2008
(5)
January 2008
(11)
December 2007
(3)
October 2007
(7)
September 2007
(3)
August 2007
(1)
July 2007
(5)
June 2007
(2)
May 2007
(1)
April 2007
(2)
March 2007
(5)
February 2007
(4)
January 2007
(6)
December 2006
(3)
November 2006
(3)
October 2006
(3)
September 2006
(2)
July 2006
(2)
May 2006
(1)
March 2006
(9)
January 2006
(1)
November 2005
(1)
October 2005
(1)
September 2005
(10)
August 2005
(5)
July 2005
(6)
June 2005
(4)
May 2005
(4)
April 2005
(8)
March 2005
(2)
February 2005
(1)
January 2005
(3)
December 2004
(6)
November 2004
(1)
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Marcelo's WebLog
Vardecimal whitepaper available
Posted
over 6 years ago
by
Marcelo Lopez Ruiz - MSFT
3
Comments
Big decimals getting you down? Vardecimal is coming to town! OK, I couldn't come up with a smarter way to begin this post. But if you have I/O bound operation in SQL Server in tables with many decimal/numeric values, you owe it to yourself to read...
Marcelo's WebLog
ADO.NET Entity Framework developer guide on MSDN
Posted
over 6 years ago
by
Marcelo Lopez Ruiz - MSFT
0
Comments
With the recent release of Visual Studio Code Name "Orcas" Beta 1 , folks now have more recent bits with which to take a look at what's coming for the ADO.NET Entity Framework. The Virtual PC downloads take a while, so in the mean time I can recommend...
Marcelo's WebLog
Blogging can be hard
Posted
over 6 years ago
by
Marcelo Lopez Ruiz - MSFT
0
Comments
Or, rather, it can take more work than you'd think at first. I was thinking about this as I read Jeff's post on Apparently Bloggers Aren't Journalists . I always think I should blog more frequently, but I'm very weary of "me too" posts or making mistakes...
Marcelo's WebLog
Using DataView.Sort
Posted
over 6 years ago
by
Marcelo Lopez Ruiz - MSFT
0
Comments
After my DataView.RowFilter post , the next obvious step is of course a short post on using the DataView.Sort property. This property is simpler, as it simply takes column names, with a possible ASC or DESC modifier. You cannot use expressions directly...
Marcelo's WebLog
A nice printable XAML reference page for DataColumn.Expression syntax
Posted
over 6 years ago
by
Marcelo Lopez Ruiz - MSFT
0
Comments
I always found the text layout on the DataColumn.Expression page a bit odd. So, in the spirit of my last post , I decided to go ahead and do something similar for it - here is a reformatted version, which will print out in columns and should fit on a...
Marcelo's WebLog
A XAML-based System.Reflection.Emit.OpCodes reference
Posted
over 6 years ago
by
Marcelo Lopez Ruiz - MSFT
1
Comments
So, I've been doing a bit of work with System.Reflection.Emit lately, and I've found that just having the list of the OpCodes fields around is pretty useful. I navigate to the page, but there are really a lot of opcodes, and I keep scrolling back and...
Marcelo's WebLog
Brandon Paddock's Start++ and MSDN
Posted
over 6 years ago
by
Marcelo Lopez Ruiz - MSFT
0
Comments
If you've already boarded the Vista train, here is a very nifty addition to make to the Search bar: Search++. http://brandonlive.com/startplusplus/download/ I'm now enjoying some play phil collins while I write this - the commands and their usage...
Marcelo's WebLog
Using DataView.RowFilter
Posted
over 6 years ago
by
Marcelo Lopez Ruiz - MSFT
3
Comments
Often in the forums we see questions about having SELECT-like functionality on local data (that is, on a DataSet, without accessing a database). There are a number of operations that the ADO.NET classes can perform on the client which are often good...
Marcelo's WebLog
SQL Server 2005 SP2 available today
Posted
over 6 years ago
by
Marcelo Lopez Ruiz - MSFT
0
Comments
Go get all the goodies at http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/servicepacks/sp2.mspx , including an updated books online (BOL) and feature pack (lots of good stuff, including JDBC drivers, MSXML 6.0, command-line tools, SQL...
Marcelo's WebLog
Quick fix for large items in your Outbox causing problems
Posted
over 6 years ago
by
Marcelo Lopez Ruiz - MSFT
0
Comments
Not that I'm an expert on Outlook or anything, but this helped a friend of mine and I thought I'd pass it along. If you have a better way of troubleshooting this, feel free to leave a comment! OK, so this is what happened: my friend tried to send an...
Marcelo's WebLog
Entity Data Model post on the ADO.NET team blog
Posted
over 6 years ago
by
Marcelo Lopez Ruiz - MSFT
0
Comments
You can find the first part of what promises to be a very educational series over here: http://blogs.msdn.com/adonet/archive/2007/01/30/entity-data-model-part-1.aspx . One of the things that I love about this technology is how crisp it is about defining...
Marcelo's WebLog
Quick online spell checker with WPF
Posted
over 6 years ago
by
Marcelo Lopez Ruiz - MSFT
0
Comments
You can use the spell-checking functionality provided by the RichTextBox to quickly correct those pesky typos! Just navigate to something like the following, and you're done. <DockPanel xmlns=" http://schemas.microsoft.com/winfx/2006/xaml/presentation...
Marcelo's WebLog
Turning the pages with WPF
Posted
over 6 years ago
by
Marcelo Lopez Ruiz - MSFT
2
Comments
Wicked cool application at http://www.bl.uk/ . The application allows you look at two notebooks from Leonardo da Vinci (the original stuff!), plus a few other very interesting, precious books. All powered by WPF - note that the application is an .xbap...
Marcelo's WebLog
Using System.Diagnostics.Process to look for NGEN'ed images
Posted
over 6 years ago
by
Marcelo Lopez Ruiz - MSFT
0
Comments
Just like System.Diagnostics.Stopwatch is fabulously useful for a quick and dirty test that you can use to measure performance while prototyping something, so is System.Diagnostics.Process very useful when you need to make sure that your test is using...
Marcelo's WebLog
XAML snippet to trigger WPF installation on IE7
Posted
over 6 years ago
by
Marcelo Lopez Ruiz - MSFT
0
Comments
This is probably my blog post with the most acronyms in it. In any case, on to the contents. If a user navigation to a .xaml file using Internet Explorer 7 and .NET Framework 3.0 is not installed, then it will offer the user to install it. This is...
Marcelo's WebLog
Where did my database go?
Posted
over 6 years ago
by
Marcelo Lopez Ruiz - MSFT
0
Comments
After creating a database with a CREATE DATABASE statement without specifying any files, you may wonder where the files went. In a default installation, you will find the database files under a directory such as C:\Program Files\Microsoft SQL Server\MSSQL...
Marcelo's WebLog
Hot Off the Press - a glimpse to what's ahead
Posted
over 6 years ago
by
Marcelo Lopez Ruiz - MSFT
0
Comments
I always find that looking at the Hot Off the Press page on www.microsoft.com/mspress always provides some interesting insights about what's coming. For example, you can see a couple of recently published SQL Server books: Inside Microsoft® SQL Server...
Marcelo's WebLog
Microsoft SQL Server 2005 Compact Edition available now!
Posted
over 6 years ago
by
Marcelo Lopez Ruiz - MSFT
1
Comments
You can get to the download and a bunch of information at http://www.microsoft.com/sql/editions/compact/default.mspx . Note that the Choosing Between SQL Server 2005 Compact Edition and SQL Server 2005 Express Edition whitepaper actually has some more...
Marcelo's WebLog
STDEV? STEDEVP!
Posted
over 7 years ago
by
Marcelo Lopez Ruiz - MSFT
0
Comments
Color-coding in SMSS just got me here... I needed to write STDEVP , but as soon as STDEV turned the right color, I went on to write the next expression, and didn't get the results I expected. Bad Marcelo. :) In any case, the rule is fairly straight...
Marcelo's WebLog
Fun with System.IO.Directory.Delete
Posted
over 7 years ago
by
Marcelo Lopez Ruiz - MSFT
0
Comments
So, here's a small gotcha I ran into while using this API not too long ago. System.IO.Directory.Delete has some interesting nuances (what happens with mounts?) - it's definitely worth reading. Something that is not currently in the documentation is...
Marcelo's WebLog
Dealing with renamed/localized user/group names with managed code
Posted
over 7 years ago
by
Marcelo Lopez Ruiz - MSFT
0
Comments
If you are a regular reader of Michael Kaplan (I know I am), you might have run across his What's in a name? (once more) post. He comments on the use of localized account names and points to the KB 157234, How to deal with localized and renamed user and...
Marcelo's WebLog
Transfer data to an Excel workbook programmatically
Posted
over 7 years ago
by
Marcelo Lopez Ruiz - MSFT
1
Comments
Just today I came across this excellent Knowledge Base article: How to transfer data to an Excel workbook by using Visual C# 2005 or Visual C# .NET It discusses a number of methods to get the task done, and seeing them all together in one page is...
Marcelo's WebLog
Drag & Drop with attached properties? Must see to believe!
Posted
over 7 years ago
by
Marcelo Lopez Ruiz - MSFT
0
Comments
Pavan has a post about a framework to implement drag & drop with attached properties in Windows Presentation Foundation - most nifty. This is just the first post of a series, so be on the lookout for future posts. He actually has a large number...
Marcelo's WebLog
Character matching
Posted
over 7 years ago
by
Marcelo Lopez Ruiz - MSFT
0
Comments
For some background on this, let me refer you to Michael Kaplan's excellent post at http://blogs.msdn.com/michkap/archive/2005/01/11/350482.aspx . Sometimes you will be an environment in which string comparisons don't quite work like you expect them...
Marcelo's WebLog
GiveFeedback event in Windows Presentation Foundation Drag/Drop
Posted
over 7 years ago
by
Marcelo Lopez Ruiz - MSFT
2
Comments
Although the documentation may not make it clear, GiveFeedback is an event that happens on the source side of a drag/drop operation. If you look at http://windowssdk.msdn.microsoft.com/en-us/library/system.windows.givefeedbackeventargs.effects.aspx ,...
Page 16 of 19 (469 items)
«
14
15
16
17
18
»