Sign In
Richard Murillo on Software Development
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
C#
Lambda Expressions
LINQ to SQL (DLINQ)
Team Foundation Server
Visual Studio
Archive
Archives
September 2009
(1)
August 2009
(1)
June 2009
(1)
February 2009
(1)
October 2008
(3)
March 2008
(1)
November 2007
(1)
April 2007
(2)
February 2007
(1)
October 2006
(3)
September 2006
(1)
July 2006
(1)
June 2006
(2)
May 2006
(1)
April 2006
(11)
March 2006
(7)
February 2006
(2)
MSDN Blogs
>
Richard Murillo on Software Development
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Richard Murillo on Software Development
Building Performant Line of Business Applications with LINQ to SQL
Posted
over 3 years ago
by
Richard Murillo - MS
0
Comments
The Scenario Throughout the article, I will refer to the AdventureWorks database and use the following hypothetical customer scenarios: Customer browses list of all products Customer checks status of order through web portal showing all previous...
Richard Murillo on Software Development
Building Line of Business Applications with LINQ to SQL
Posted
over 3 years ago
by
Richard Murillo - MS
0
Comments
Introduction The LINQ framework offers a basic pattern of sequence operators, allowing for primitive behavior such as filtering, grouping, and joining over collections and types. The support of the high level query comprehension syntax in C# 3.0 is...
Richard Murillo on Software Development
Influencing Executives
Posted
over 3 years ago
by
Richard Murillo - MS
0
Comments
Preparing Your Idea The first real step in preparing a proposal with a greater chance of success is finding a subject you’re passionate about. Even if you present all the data to support your idea, your lack of passion for the subject will give you the...
Richard Murillo on Software Development
Easy String to Resource file refactoring
Posted
over 3 years ago
by
Richard Murillo - MS
1
Comments
During the development of internal tools we often have to stop working on features and clean up after ourselves to ensure that strings and such are embedded in the appropriate resource files and not hard coded into our applications. This can be a very...
Richard Murillo on Software Development
Utilizing memoization and Dijkstra’s Fibonacci algorithm to compute large values
Posted
over 4 years ago
by
Richard Murillo - MS
0
Comments
More of an acute fascination than anything else I expanded my use of memoization for computation to use a more efficient means of calculating Fibonacci sequences for values of n greater than 40 (previous Fibonacci example takes several minutes to compute...
Richard Murillo on Software Development
Extensions I found useful while developing with WPF and LINQ to SQL
Posted
over 4 years ago
by
Richard Murillo - MS
0
Comments
When I observe developers writing solutions using LINQ to SQL or Entity Framework, I see a number of conversions occurring time and time again. Below are some of the more trivial utility method extensions I used when developing solutions based...
Richard Murillo on Software Development
Significantly speeding up computations with smart predicates
Posted
over 4 years ago
by
Richard Murillo - MS
3
Comments
There is a technique that allows optimization of repeated calculation results for a set of inputs called memoization . This technique is particularly helpful when working with numeric computations, pathing, such as for tree searches, etc. where the time...
Richard Murillo on Software Development
Software development outsourcing and client proximity
Posted
over 4 years ago
by
Richard Murillo - MS
1
Comments
I had a recent comment come in that I wanted to share: I was wondering what your take was on Consulting firms. Although it is not offshore outsourcing, in some sense, it is still outsourcing their projects to firms. I totally agree with you regarding...
Richard Murillo on Software Development
Visual Studio 2008 Released
Posted
over 5 years ago
by
Richard Murillo - MS
0
Comments
After months of waiting, I can finally say that Visual Studio 2008 was released last week. There are hundreds of new features, language enhancements, and technology integrations in this version. To help you get your head around what is new in Visual Studio...
Richard Murillo on Software Development
Why moving work offshore fails
Posted
over 5 years ago
by
Richard Murillo - MS
4
Comments
Not to say that all offshore projects fail, I have both been a contributor and leader in projects that have been a great success and those that have been complete failures. Each project had its own reasons for failing and were defined by the business...
Richard Murillo on Software Development
Outsourced Projects using Visual Studio Team System
Posted
over 5 years ago
by
Richard Murillo - MS
3
Comments
Having been included in two separate teams where our outsourced projects don't go as well as expected I cannot help but to take a step back and ask why things are consistently failing with separate teams, and separate organizations. The commonalities...
Richard Murillo on Software Development
Team Foundation Server Power Tools (tfpt) 1.2 Released
Posted
over 5 years ago
by
Richard Murillo - MS
1
Comments
Today the Team Foundation Server team announced the release of version 1.2 of Team Foundation Power Tools (formally known as Power Toys). What are the Power Toys you say? They're extra functionality delivered out of band for Team Foundation Server including...
Richard Murillo on Software Development
Getting my Sandcastle Team Build targets file to work with Sandcastle September CTP
Posted
over 6 years ago
by
Richard Murillo - MS
2
Comments
A few things before we get started: You will need the HTML Help Workshop installed September CTP of Sandcastle My September CTP Sandcastle Targets File (attached) This file needs to be copied to your %programfiles%\MSBuild directory Next...
Richard Murillo on Software Development
Reusable MSBuild Sandcastle Targets File
Posted
over 6 years ago
by
Richard Murillo - MS
2
Comments
Based on a past post, I have an external targets file you can place in your $(MSBuildExtensionsPath) folder (attached in zip). You can call it like this: < Import Project = " $(MSBuildExtensionsPath)\Sandcastle.targets " /> < Target...
Richard Murillo on Software Development
VSTF Feature Request
Posted
over 6 years ago
by
Richard Murillo - MS
0
Comments
There have been several instances when working with multiple teams that they need to build different build configurations on the same build machine. For example, we have a central build type that encapsulates the compilation of the bits, database installation...
Richard Murillo on Software Development
Using Sandcastle August CTP and MSBuild to produce CHM documentation automatically
Posted
over 6 years ago
by
Richard Murillo - MS
1
Comments
First, we created a cmd file to do the build for us. Syntax for calling the file is Build.cmd "PathToBinaries" "Name of the documentation" (more on this later) @echo off PUSHD %1 "%programfiles%\Sandcastle\ProductionTools\mrefbuilder.exe" *.dll...
Richard Murillo on Software Development
I'm on Channel9!
Posted
over 6 years ago
by
Richard Murillo - MS
2
Comments
I'm on Channel9! http://channel9.msdn.com/showpost.aspx?postid=220125...
Richard Murillo on Software Development
Outlook 2007 Credential Challenge on Cached Exchange Server Connection
Posted
over 6 years ago
by
Richard Murillo - MS
0
Comments
While nothing to do with VSTF or VSTS, I thought I’d share my challenges with everyone regarding an issue I was having with my Outlook 2007 instance and how I overcame it. Each time I launched Outlook 2007 I was prompted for my exchange server credentials...
Richard Murillo on Software Development
What is leadership and why is it good to be a leader?
Posted
over 6 years ago
by
Richard Murillo - MS
0
Comments
Leaders need to think beyond themselves and engage in conversations with their employees or subordinates. I recently had a 1 on 1 with the director of my group and was recognized for some of the points of leadership I am taking with my project and cross...
Richard Murillo on Software Development
Key Design Scenarios with Visual Studio Team System and Team Foundation Server - System, Application, Resource Reuse
Posted
over 6 years ago
by
Richard Murillo - MS
0
Comments
In order to effectively execute an IT strategy a roadmap must be created to contain and identify what common areas exist for the business' solution that could be leveraged by other systems in the enterprise or organization; or which capabilities the solution...
Richard Murillo on Software Development
Visual Studio Team Foundation Server Feature Requests
Posted
over 6 years ago
by
Richard Murillo - MS
1
Comments
...
Richard Murillo on Software Development
Key Design Scenarios with Visual Studio Team System and Team Foundation Server
Posted
over 6 years ago
by
Richard Murillo - MS
0
Comments
First I want to start out with some observations: The Business expects IT to provide a technology advantage with the right capabilities at the right price at the right time A business strategy alone is not sufficient for IT planning Business rarely...
Richard Murillo on Software Development
Strategic Architecture solutions are a way of thinking
Posted
over 6 years ago
by
Richard Murillo - MS
0
Comments
How do VSTF and VSTS help developers, operations, solution architects and business analysts think more strategically about their projects?...
Richard Murillo on Software Development
Driving Accountability with VSTF
Posted
over 6 years ago
by
Richard Murillo - MS
2
Comments
How can we learn from the Japanese Automotive manufacturing industry about driving accountability and quality...
Richard Murillo on Software Development
Visual Studio Team Foundation Server MSSCCI Provider
Posted
over 6 years ago
by
Richard Murillo - MS
1
Comments
Version 1.0 of the Visual Studio Team Foundation Server MSSCCI Provider has been released to the web ! This is very exciting for me--the MSSCCI provider allows the integrated use of the new version control system available in Team Foundation Server from...
Page 1 of 2 (40 items)
1
2