January 2011
57 posts
4 tags
Buffer Overrun
The buffers do not function at their best when they are overloaded with data, so when excess data is forced into the buffer it overruns into another buffer. It is a three-fold problem that the buffers have, since the second buffer is not designed to hold data that overflows from the first. In order to store the overflow data the existing data in the second is destroyed or prone to...
Jan 30th
20 notes
3 tags
Port Assignments for Commonly-Used Services... →
Jan 30th
2 tags
txt2RE →
Jan 29th
1 note
5 tags
Self-Initializing Fake →
Jan 29th
1 note
4 tags
Consumer Driven Contracts →
Jan 29th
1 note
“ความรู้นั้นเป็นสิ่งที่ใครๆก็เอาไปได้ ไม่ว่าบนกระดาษหรือการสนทนา...”
– Maria De Ochin
Jan 29th
“There are only two hard things in Computer Science: cache invalidation and...”
– Phil Karlton
Jan 29th
3 tags
Test Double
Test Double is a generic term for these terms: Dummy objects are passed around but never actually used. Usually they are just used to fill parameter lists. Fake objects actually have working implementations, but usually take some shortcut which makes them not suitable for production (an InMemoryTestDatabase is a good example). Stubs provide canned answers to calls made during the test,...
Jan 29th
1 note
Fuzzy Framework →
Jan 28th
1 tag
DOTNET Times (this is WOW!!) →
Jan 28th
8 notes
TC Labs: TPL Dataflow →
Jan 28th
Free Azure (30days)! →
Jan 28th
The jQuery ‘live(…)’ Function →
Jan 27th
HighCharts →
Jan 27th
Google Periordic Table →
Jan 27th
jQuery Masonry →
Jan 27th
Things I need to read and I must know!...
http://www.codeproject.com/KB/install/13disasters.aspx http://www.codeproject.com/KB/database/fastqueue.aspx http://www.codeproject.com/KB/aspnet/ProdArch.aspx
Jan 26th
4 tags
Comparisons DCOM and .NET Remoting
These technologies are rather old. But we just want to see their comparisons anyway : DCOM technology is based on the COM architecture whereas .NET Remoting is primarily based on .NET Frameworks. DCOM is based on proprietary binary protocol which is not supported by all object model, thus has big drawbacks in the internet world. DCOM is based on RPC protocol whereas .Net Remoting can use...
Jan 26th
27 notes
2 tags
Vote Games on Mozilla Website →
Jan 25th
1 note
Codebook Correlation Technology (CCT)
Codebook Correlation Technology (CCT) Abilities: Automatically analyze any type of problem in any type of physical, logical, or virtual object in any complex environment Build intelligent analysis into off-the-shelf solutions Automatically adapt the intelligent analysis to the managed environment even as it changes Provide instant results The premise of CCT is simple: Each problem in a networked...
Jan 24th
graph on the web →
Jan 22nd
2 tags
Concept of Deployment Pipeline
The way the deployment pipeline works is as follows. Every change that is made to an application’s configuration, source code, environment, or data, triggers the creation of a new instance of the pipeline. One of the first steps in the pipeline is to create binaries and installers. The rest of the pipeline runs a series of tests on the binaries to prove that they can be released. Each test that...
Jan 22nd
“If somebody thinks of a good idea, how do we deliver it to users as quickly as...”
– Continuous Delivery
Jan 22nd
4 tags
Continuous Delivery Highlighted
After extensive reengineering, teams were able to achieve a cycle time of hours or even minutes for a critical. This was possible because a fully automated, repeatable, reliable process was created for taking changes through the various stages of the build, deploy, test, and release process. Automation is the key. It allows all of the common tasks involved in the creation and deployment of...
Jan 22nd
9 notes
“Improving collaboration through better visibility and faster feedback”
– Continuous Delivery
Jan 22nd
2 tags
“How long would it take your organization to deploy a change that involves just...”
– Implementing Lean Software Development, p. 59.
Jan 22nd
1 note
Agile Best Practices →
Jan 21st
MONODRIOD LAUNCHED! →
Jan 19th
Load Your Visual Studio Faster →
Jan 19th
1 tag
Listenสัมภาษณ์สด ผู้จัดการวง Boomansion นาย John (โดย...
Jan 19th
1 note
6 tags
Considering Serialized LOB pattern
[Cut from Patterns of Enterprise Application Architecture Book] Serialized LOB saves a graph of objects by serializing them into a single large object (LOB), which it stores in a database field. BLOB use minimum of space  simple (if the programming platform supported)  but have the problems on       - readability      - versioning  CLOB need a parser to create textual format  zipped XML...
Jan 18th
1 note
ตั้งใจ
ต่อจากนี้ไปจะตั้งใจทำงานครับ ชีวิตที่เหลือ อยากทำงาน หาเงิน เอาไปช่วยเหลือคนด้อยโอกาส ต่อจากนี้ผมจะทุ่มเทให้มากขึ้น มากขึ้นขึ้นไป ผมสัญญา…
Jan 18th
Client Templating with jQuery - CodeProject →
Jan 15th
Microsoft Test and Lab Manager and Visual Studio... →
Jan 13th
4 tags
2-Layer and 3-Layer Architecture
If the application was all about the display and simple update of relational data, then the client-server systems worked very well. The problem came with domain logic: business rules, validations, calculations, and the like. Usually, people would write these on the client, but thiswas awkard and usually done by embedding the loic directly into the UI screens. As the domain logic got more complex,...
Jan 12th
1 note
Books on Patterns →
Jan 12th
1 tag
Watts Humphrey has passed away...
http://www.cmu.edu/news/archive/2010/October/oct28_wattshumphreyobit.shtml I just know this news. It’s sad you know.
Jan 12th
Book: Just Enough Software Architecture | Rhino... →
Jan 12th
2 tags
“The value of the pattern” is not that it gives you a new idea; the value...”
– Patterns of Enterprise Application Architecture Book
Jan 12th
4 tags
Sensitivity, Efficiency , and Scalability
I cut these from Patterns of Enterprise Architecture Book: Load sensitivity is an expression of how the response time varies with the load. Let’s say that - System A has a response time of 0.5 seconds for 10 through 20 users - System B has a response time of 0.2 seconds for 10 users that rises to 2 seconds for 20 users. In this case, system A has a lower load sensitivity than system B. We ...
Jan 12th
2 notes
3 tags
Example of applying inappropriate architecture
For example, a simple expense-tracking system for a small company. Such a system has few users and simple logic and can easily be made accessible across the company with an HTML presentation. The only data source is a few tables in a database. As simple as it is, a system like this is not devoid of a challenge. You have to build it very quickly and you have to bear in mind that it may grow as...
Jan 12th
6 tags
Small Application and Enterprise Applicatoin
Today I read Enterprise App Book from Martin Fowler. Grasp some useful thought, it’s this: “For some people the term ‘enterprise application’ imples a large system. However, it’s important to rememeber that not all applications are large, even though they can provide a lot of value to the enterprise. Many people assume that, sonce small systems fails, it usually...
Jan 12th
Insights on WCF →
Jan 11th
Query Notification using SqlDependency and... →
Jan 11th
Jan 9th
umbrella extension framework →
Jan 9th
The .NET Zone - CodeProject →
Jan 7th
.NET Best Practice No: 1:- Detecting High Memory... →
Jan 7th
c# - Does WCF use the ThreadPool to bring up new... →
Jan 6th
/define (C# Compiler Options) →
Jan 6th