Web Log of Aleksey Nudelman: Thoughts on Software Architecture

Analysis and Review of Microsoft Technologies for IT Managers, Architects and Developers

Friday, November 12th

WinDev C# puzzle


This is a great WinDev puzzle that was published on Frank Redmond's blog http://blogs.msdn.com/frankred/:

Replace the TBD comment with a single line of code that causes this program to display "Win-Dev!" You cannot modify any of the existing code, or add code above or below the existing code. You can only write one line of code in place of the TBD comment and you cannot use the Console class.

class App {
static void Main() {
// TBD
}
}

sealed class Internal {
sealed class Private {
static void PrintMessage( string s1, string s2 ) {
System.Console.WriteLine(s1 + "-" + s2);
}
}
}




aleksey on 11.12.04 @ 09:44 PM PST [link]


C# Tutorial, Code Optimization tips.


At some point, your boss calls you into her office and shows an angry email from a customer, complaining on how slow your .NET application runs. You knew that this day was coming and you were polishing up your resume. What do you do know? Jump the boat or make the application run faster?
I collected some .NET optimization tips here: http://csharpcomputing.com/Tutorials/Lesson23.htm
aleksey on 11.12.04 @ 08:55 PM PST [link]


Thursday, November 11th

Are you looking to hire a C++ programmer?


http://213.186.36.10/~al/alstudio/cv/en.htm
aleksey on 11.11.04 @ 04:59 PM PST [link]



  Home
  Archives
Phishing Inspector is  available

Copyright© 2006 Aleksey Nudelman