Categories
19,February,2007
» 02
iAccelerate
Coding4Funs WebLog
This article shows how to build a .NET application using an accelerometer to measure the performance of a vehicle. An accelerometer is an instrument that is used for measuring acceleration. By using basic
Filed under Design, Architecture | on 2007 Feb 19
When Equals ? ==
Sorting It All Out
There are two different ways to talk about equality in C# -- one with the Equals method , the other with the operator == . (There is also sometimes a ReferenceEquals method and other times a Compare method
Filed under CSharp | on 2007 Feb 19
Threading in JavaScript 1.7
Ajaxian
Neil Mix wrote a post before Brendan discussing how we can do threading in JavaScript 1.7 : Amongst the many new features contained in Firefox 2 you’ll find JavaScript 1.7 support, a small but significant
Filed under AJAX | on 2007 Feb 19
Answers to C# Quiz - "Something weird"
B# .NET Blog
I told you guys it was trivial :-). First of all, there's nothing wrong with the code: 1 class Weird 2 { 3 static void Main() 4 { 5 int i = 1 ; 6 for (i = 0 ; i < 100 ; i ++ ) 7 { 8 System.Console.Write
Filed under CSharp | on 2007 Feb 19
SYSK 290: ASP.NET AJAX -- $get vs. $find
AppDev: Something You Should Know by Irena Kennedy
Microsoft ASP.NET AJAX comes with a new method for getting a reference to an object representing an element on the page, e.g. input control, button, etc. -- $get . However, you might notice that there
Filed under ASP.NET | on 2007 Feb 19
Creating public orchestrations
The dot before the Net
I am currently working on one of the Biztalk projects that contains a lot of lengthy orchestrations. In order to split them in manageable chunks, we are making intensive use of the call orchestration and
Filed under BizTalk | on 2007 Feb 19
Pages: 1
» 02