- 博客(63)
- 资源 (17)
- 收藏
- 关注
原创 被Microsoft® .NET: Architecting Applications for the Enterprise提及的
Microsoft® .NET: Architecting Applications for the Enterprise是本不错的讨论.NET应用程序架构的著作,在这本书中有好多不错的论文,图书被提及,对被提及的图书和论文,下面是一个总结。第一章 当代的架构师和构架ISO/IEC 42010:2007http://www.iso.org/iso/iso_catalogue/cat
2011-12-24 13:29:09
634
转载 What is a software architecture?
From Peter Eeles, Senior IT Architect, IBM, Software GroupThe original article is on http://www.ibm.com/developerworks/rational/library/
2011-08-25 08:57:40
545
转载 Characteristics of a software architect
From Peter Eeles, Senior IT Architect, IBM, Software GroupThis is the second article in a four-part series on software architecture. L
2011-08-25 08:23:39
2794
转载 Safe, Simple Multithreading in Windows Forms, Part 3
From http://msdn.microsoft.com/en-us/library/ms993020.aspxSummary: Chris Sells discusses how to more cleanly communicate between a UI thread
2011-07-22 07:27:15
608
转载 Safe, Simple Multithreading in Windows Forms, Part 2
From http://msdn.microsoft.com/en-us/library/ms951109.aspxSummary: Explores how to leverage multiple threads to split the user interface (UI
2011-07-22 07:20:13
536
转载 Safe, Simple Multithreading in Windows Forms, Part 1
From http://msdn.microsoft.com/en-us/library/ms951089.aspxIt all started innocently enough. I found myself needing to calculate the area of
2011-07-22 07:11:58
508
原创 The max length of a byte array
The max length is different in 32bit OS and 64 bit OS. In a Windows 7 Pro, 64 bit OS, the max length of a byte array is 2147483591. Its "int.MaxValue - 56". byte[] b = new byte[int.MaxValue-
2011-06-30 08:51:00
572
原创 How to create a File-Compare function in Visual C#
This article is from Microsoft Support. The orignal article is on http://support.microsoft.com/kb/320348. This step-by-step article demonstrates how to compare two files to see if their conte
2011-06-23 07:54:00
679
转载 Using a delegate to pass data between two forms.
<br />Introduction<br />This code demonstrates how you can pass data from one form to another using a delegate. The advantage of using a delegate is that the form from which you want to send the data, doesn't need to know anything about the form that it's
2011-05-13 12:25:00
565
原创 How to disable datagridview column header to alllow sorting
The easy way to disable the sorting feature by clicking column header is set DataGridViewColumnSortMode to NotSortable.//Disable datagridview column header to allow sorting. for (int i = 0; i
2011-05-13 09:04:00
477
原创 "Problem Steps Recorder" - The new tool in Windows 7
The Problem Steps Recorder is the new tool in Windows 7. This tool could capture the steps you take on a computer automatically, and generate a MHTML file in a zip. This tool is under C:/Windows/System32.How to use psr on your computerOpen Problem Steps Re
2011-05-10 12:31:00
459
原创 Google的C++编码规范
<br />Google的C++编码规范已经公布了,分享下 http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml
2011-03-08 07:30:00
427
转载 XML Processing with Python
by Sean McGrathDecember 06, 1999As part of our XML'99 coverage, we are pleased tobring you this taster from the "Working with XML in Python" tutorialled by Sean McGrath.IntroductionA century ago, when HTML and CGI ruled the waves, Perl dominated
2010-12-28 10:41:00
745
原创 How to execute an application on Windows using Python.
Python has a module called "os", using this module, you can perform some actions on system, include "execute an application.". Please see the code below.>>> import os >>> os.system("C://WINDOWS//system32//notepad.exe") 0
2010-12-25 19:54:00
515
原创 How to group Option Button (Form control) with cell link.
<br />The linked cell returns the number of the selected option button in the group of options. Use the same linked cell for all options in a group. The first option button returns a 1, the second option button returns a 2, and so on. If you want to gr
2010-12-21 08:26:00
680
原创 What Is Python?
<br />Python is an interpreted, interactive, object-oriented programming language, first developed in 1990 by Guido van Rossum. By the end of 1998, it had grown to an estimated user base of 300,000, and it's beginning to attract wide attention in the
2010-12-14 12:37:00
1020
原创 Free Python Books
<br />The links below are to freely available books using Python to teachbeginning programming:How to Think Like a Computer Scientist: Learning with Python 2nd Ed.by Jeffrey Elkner, Allen B. Downey, Chris MeyersA Byte of Pythonby Swaroop C H
2010-12-14 07:48:00
532
转载 Windows Azure Developer Guidance Map
<br /><br />If you’re a Windows Azure developer or you want to learn Windows Azure, this map is for you. Microsoft has an extensive collection of developer guidance available in the form of Code Samples, How Tos, Videos, and Training. The challe
2010-12-11 12:51:00
584
转载 Remote Desktop to Your Azure Virtual Machine
<br />The Windows Azure Team had just published their new development portal this week and the SDK 1.3. Within this new release there are a lot of cool feature available. The one I’m looking forward to is Remote Desktop Access to your running Win
2010-12-11 12:41:00
1112
转载 What we do with a bug report?
<br />This has been a busy couple of days for a few of us on the team as we had a report of a bug in Windows 7. The specifics of the issue are probably not as important as a discussion over how we will manage these types of situations down the road
2010-12-08 17:36:00
2011
原创 Windows Engineering team's blog
<br />For a more in-depth example of how Microsoft teams have continued to evolve engineering practices, review the Windows Engineering team's blog at http://blogs.msdn.com/e7/.
2010-12-08 17:31:00
394
原创 Test-Driven Development
Test-Driven Development (TTD) suggests that tests express the requirements with which the code must comply. This technique requires developers to write an automated unit test before writing feature code. As feature code evolves, automated tests provide imm
2010-12-08 17:16:00
426
转载 What's your test automation strategy?
I overheard some test managers discussing problems with their test automation effort, so I couldn't refrain from asking the redundant question, "What is your test automation strategy?" They looked at me as if I had just beamed down from another planet and
2010-10-14 11:38:00
752
转载 Emotions and feelings in testing software
Software testers generally look at the requirements to figure out how the product must behave. Often these requirements cover the functional and some non-functional attributes including performance, security, some elements of usability, etc. Tests are deve
2010-09-30 10:25:00
466
转载 Software testers, sharpen your saw
How would you list the day in the life of a software tester ? Get in to work and test software ? I realize this is an over-simplification, but i am sure most lists would place testing as the task that would take up most or all of a tester's time.
2010-09-30 10:24:00
547
转载 Software Testing and the hammer and nail approach
If all you have is a hammer, every problem looks like a nail.
2010-09-30 10:23:00
511
转载 Software Testing: Theory on Defect Detection
A defect can only be discovered in an environment that contains the defect.
2010-09-30 10:20:00
866
转载 Static Testing
Static testing is a form of testing that does not involve execution of the application to be tested. Static testing involves going through the application’s code to check mainly for – conformance to functional requirements, conformance to design, missed fu
2010-09-30 10:15:00
710
转载 The Test Strategy and the Test Plan
Some more thoughts on test strategy and test plan.
2010-09-30 10:13:00
1248
转载 Stress Testing
In today's post, we look briefly at Stress Testing. As testers, we often come across the terms Performance, Load and Stress testing which are sometimes used inter-changeably. Here's a perspective on Stress Testing.
2010-09-30 10:11:00
471
转载 10 Most Popular Misconceptions about Exploratory Testing
Rony Wolfinzon and Ayal ZylbermanCo-Editor – James BachThe most well-known definitionof exploratory testing (ET) was coined by James Bach and Cem Kaner: Exploratory testing issimultaneous learning, test design, and test executionThis definiti
2010-09-29 13:30:00
897
原创 Change Windows 7 Pro Default Login User
<br />Opened the registry by going to “Start” and typing “regedit” in the search box. When “regedit” was found, double click on it. You need to find “DefaultUserName” the location is as follow:<br /> <br />[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NT
2010-09-28 15:40:00
626
转载 Seven Steps to Test Automation Success
Bret Pettichordbret@pettichord.comhttp://www.pettichord.comRevised version of a paper originally presented at STAR West, San Jose, November 1999.Version of 26 June 2001.AbstractTest automation
2010-04-12 17:02:00
1955
转载 Software Test Automation - Best Practices
Best practices are guidelines and advice on the best way to do something; collected over time and based on experience with previous projects. Best practices in an organisation should come from the b
2010-04-09 22:47:00
1395
转载 Automated Testing Advantages, Disadvantages and Guidelines
"Automated Testing" is automating the manual testing process currently in use. This requires that a formalized "manual testing process", currently exists in the company or organization. Automation
2010-04-09 22:25:00
658
转载 How to Succeed at Automated Testing
The following is based on interviews with Richard Bornet, the founder of the Scenario Tester process, and co-author of "Scenario Tester". He discusses the origins of both, how they were developed, and
2010-04-09 19:19:00
1124
转载 Software Testing challenges in the Spiral Lifecycle model
Having looked at the Sequential and Iterative models in the previous posts, let us now look at testing in the Spiral Lifecycle model. The spiral model is generally used in large, complex and expensive
2010-03-25 12:55:00
531
转载 Software Testing challenges in the Iterative lifecycle models
Iterative / Incremental lifecycle models, as the name suggests, focus on developing software in increments or chunks. Popular iterative models include the Agile methodologies such as Scrum, XP, etc. A
2010-03-25 12:54:00
402
转载 Software Testing in Sequential Lifecycle models (waterfall, v-model)
Sequential lifecycle models involve building the system in a sequence of steps or phases. Common sequential lifecycle models are the Waterfall model and the V model. These models have been around for
2010-03-25 12:53:00
699
转载 Why do users find bugs that Software Testers miss ?
Heres a familiar scenario: Testers spend months or longer, testing a product. Once the product is released, users report bugs that were not found by the testing team. The obvious question that gets
2010-03-25 12:50:00
424
Linux Bible RedHat
2011-06-29
Learning Python, Fourth Edition
2010-12-22
Professional C# 2008
2010-10-31
SysinternalsSuite
2010-03-22
C# Samples for Visual Studio 2008
2010-03-01
Beginning C# 2008 Databases From Novice to Professional
2010-02-25
Accelerated C# 2008
2010-02-25
Process Monitor v2.8
2010-02-07
Becoming a Software Test Expert
2010-01-30
Tests and Requirements, Requirements and Tests
2010-01-30
How Pair Programming Really Works
2010-01-30
UI Spy (UISpy.exe)
2010-01-29
Agile Project Management with Scrum
2010-01-28
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人