Sign In
Bill Lin's Blog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
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
ADO.NET
Bill Gates
Microsoft
MSDTC
Recommendations
Vista
Archive
Archives
February 2010
(2)
June 2009
(2)
February 2009
(2)
August 2008
(1)
July 2008
(1)
December 2007
(1)
November 2007
(1)
August 2007
(1)
June 2007
(2)
May 2007
(3)
April 2007
(2)
December 2006
(1)
September 2006
(2)
August 2006
(1)
June 2006
(7)
MSDN Blogs
>
Bill Lin's Blog
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Bill Lin's Blog
DOS Command Script: uninstall an application
Posted
over 2 years ago
by
Bill Lin - MSFT
2
Comments
The scenario is you have an application which was installed through MSI. And you only know the application name (in this case, the beginning part of the application name). Using msiexec command requires you to know the product GUID but the application...
Bill Lin's Blog
Control Panel Search Tip for Windows Vista/Windows 2008
Posted
over 2 years ago
by
Bill Lin - MSFT
0
Comments
In order to search for any Control Panel item, you should not use "Classic View". As an example, if you wnat to turn off UAC (not recommended though), you search for "uac" with the normal Control Panel view and the option should come out. The good...
Bill Lin's Blog
Me in A Magic Session
Posted
over 3 years ago
by
Bill Lin - MSFT
0
Comments
Other than being a software developer, I am also a magician. Check out this blog post (you will probably have difficulties understanding some of the magic jargons if you are not a magician): http://nnylfmit.blogspot.com/2009/06/no-way-jose.html .
Bill Lin's Blog
Go, MSFT
Posted
over 3 years ago
by
Bill Lin - MSFT
1
Comments
As an employee, I am glad to see our stock price made new high today, while most other IT stocks went lower. The recent strong uptrend of MSFT shows the recognition on the value of Microsoft, at least by Wall Street. Anyway, we just announced Bing and...
Bill Lin's Blog
DOS Command Script: Use Date/Time in File Names
Posted
over 3 years ago
by
Bill Lin - MSFT
9
Comments
Nowadays, we have different choices of script languages in Windows: VBScript, JScript, PowerShell script, etc. Coming from the old DOS world, I still prefer a simple batch (.cmd) script. Say we have a simple sql query and we want to run it every 10...
Bill Lin's Blog
Moving to Office
Posted
over 3 years ago
by
Bill Lin - MSFT
1
Comments
Re-orgs happen frequently at Microsoft and I am about to experience one. I just got two Ship-Its for the product I have been working on for almost 2 years, Microsoft Equipt , which will be discontinued after April 30th. We just finished the last feature...
Bill Lin's Blog
Microsoft's Effort on 2008 Summer Olympics Coverage
Posted
over 4 years ago
by
Bill Lin - MSFT
1
Comments
Excited about upcoming Summer Olympics? Microsoft brings you a great digital coverage. Extracted from a promotional email : On the eve of 08.08.08 and the excitement around the XXIX Olympiad, Microsoft and NBC Sports have teamed to deliver event...
Bill Lin's Blog
Weird Error of Log Parser
Posted
over 4 years ago
by
Bill Lin - MSFT
2
Comments
Log Parser is a great Microsoft tool for processing text-based data. Its scriptable COM components can be easily consumed by .NET applications. Recently I ran into an interesting error when using the COM components with C#. The data input for the parser...
Bill Lin's Blog
Live Maps China RTW
Posted
over 5 years ago
by
Bill Lin - MSFT
1
Comments
I got an email this morning saying the LIve Maps China was live today. According to the email, this first public release supports most basic map and local search features across China with details for 114 cities, plus a Public Transit feature for 11 cities...
Bill Lin's Blog
SQLClient Support for the New Date and Time Types in SQL Server 2008
Posted
over 5 years ago
by
Bill Lin - MSFT
3
Comments
Prior to SQL Server 2008 , SQL developers were restricted to using two types to work with date and time values: datetime and smalldatetime . While they are sufficient in most user scenarios, there are some limitations: 1) Both types include both the...
Bill Lin's Blog
Lessons Learned from A Scam
Posted
over 5 years ago
by
Bill Lin - MSFT
1
Comments
This post contains some hard lessons I recently learned through a craigslist transaction. Hopefully it could help you to become more cautious if you decide to sell something through craigslist or other similar online sites. A while ago I won a competition...
Bill Lin's Blog
Performance Tips with SqlClient
Posted
over 5 years ago
by
Bill Lin - MSFT
1
Comments
Here's a list of things to know if you'd like achieve the best performance/scalability with SqlClient: Use SqlBulkCopy to send large sets of data to the server Set DbDataAdapter.UpdateBatchSize to send batches to the server Use strongly typed...
Bill Lin's Blog
Seattle Works Day 2007
Posted
over 5 years ago
by
Bill Lin - MSFT
2
Comments
1,000+ participants at 30+ project sites added up to nearly 4,000 hours of service in a single day. Seattle Works Day is a fun and easy way to green up Seattle. Microsoft also broke Seattle Works Day records. We had three projects this year with over...
Bill Lin's Blog
New Adventure
Posted
over 5 years ago
by
Bill Lin - MSFT
0
Comments
After working in SQL for more than 19 months, I have decided to pursue a new opportunity in Office Live. On June 1, I’ll begin my Office Live adventure.
Bill Lin's Blog
Microsoft Surface
Posted
over 5 years ago
by
Bill Lin - MSFT
1
Comments
Cool product, cool name, cool website. I saw the demo in our company meeting and I really like it. http://www.microsoft.com/surface/ Executive Q&A: What the new surface computing category means for Microsoft and consumers http://www.microsoft...
Bill Lin's Blog
10 Reinvigorating Facts About Microsoft's Profits
Posted
over 5 years ago
by
Bill Lin - MSFT
1
Comments
I'd like to share an interesting article on Microsoft's profits published a while ago: 10 Reinvigorating Facts About Microsoft's Profits ... Microsoft last week announced quarterly revenue of $14.4 billion and net income of $4.93 billion. In...
Bill Lin's Blog
Progressive Development
Posted
over 5 years ago
by
Bill Lin - MSFT
1
Comments
My mentor James at Microsoft recently started a blog with the name "Progressive Development". It talks about best and worst practices of software engineering in the format of entertaining conversations between two figures Motley and Maven. I knew James...
Bill Lin's Blog
More on MSDTC
Posted
over 5 years ago
by
Bill Lin - MSFT
0
Comments
Last time I wrote a post on MSDTC under Vista. Here I'd like to talk a general MSDTC issue, which is not Vista-specific. Internally MSDTC uses NetBIOS names and passes them to RPC to talk to remote machines. This requires both server and client to...
Bill Lin's Blog
Using MSDTC between Vista clients and Windows 2000 servers
Posted
over 6 years ago
by
Bill Lin - MSFT
11
Comments
Background Consider the following two scenarios: 1. You have implemented a .NET application accessing a specific COM+ service with automatic transaction processing. You derived a class from ServicedComponent, set the Transaction attribute for the...
Bill Lin's Blog
Bluehat message recall incident: flashback to Bedlam DL3
Posted
over 6 years ago
by
Bill Lin - MSFT
1
Comments
If you don't know what Bedlam DL3 means, I encourage you to read this blog entry You Had Me At EHLO... : Me Too! Yesterday, a similar event happened, in a smaller scale though. Someone sent an announcement email to the Bluehat Alert DL with more...
Bill Lin's Blog
General Network Error in .Net Framework 1.1
Posted
over 6 years ago
by
Bill Lin - MSFT
1
Comments
Under some circumstances (such as with certain network bandwidth), you might get a general network error in .Net Framework 1.1 when executing a query that takes longer than SqlCommand.CommandTimeout value. This has something to do with how SqlClient...
Bill Lin's Blog
Internal connection fatal error when trying to run a UNION ALL query or to call the DeriveParameters method
Posted
over 6 years ago
by
Bill Lin - MSFT
0
Comments
http://support.microsoft.com/kb/913764/ The KB article didn't say a lot of details about this bug. Usually the following conditions have to been met in order to trigger the bug: 1. Query must run against sql2000 (Sql2005 works fine) 2. The table...
Bill Lin's Blog
High CPU use of SqlClient
Posted
over 6 years ago
by
Bill Lin - MSFT
0
Comments
There was a bug in SqlClient which could cause high CPU use. The scenario is a SqlClient application sends an attention to Sql Server but receives no acknowledgement from the server because the connection is broken. The bug lies in the logic of...
Bill Lin's Blog
Anonymous users are allowed to comment
Posted
over 6 years ago
by
Bill Lin - MSFT
1
Comments
Now you don't have to log in in order to make a comment in my blog.
Bill Lin's Blog
Bill Gates' Transition
Posted
over 6 years ago
by
Bill Lin - MSFT
2
Comments
Today Bill Gates announced his transition plans: http://www.msnbc.msn.com/id/13348456/ Essentially in two years, Bill Gates will transition away from a daily role at Microsoft to focus on the charitable work of the Bill & Melinda Gates Foundation...
Page 1 of 2 (29 items)
1
2