Contents tagged with .NET CF
-
FW: Data structures in C#
Bit by bit, C# is finding its way in the academic environment, I just found out a C# version of Bruno Preiss "Data Structures and Algorithms with Object-Oriented Design Patterns". The book is available online (text and code!) here: http://www.brpreiss.com/books/opus6/
-
DateTime woes and "The Pit of Failure"...
Having had my own struggles with DateTime parsing, I completely concur with the comments from my peers as they replied to Brad Abrams and the BCL team on the past, present, and future of DateTime processing in the .NET Framework.
-
String Formatting
I constantly see people write code like this for formatting numbers as strings, and wonder why:
-
Is that a Mozilla in your Pocket, or are you just happy to see me?
Just stumbled across “Minimo“ a port of the Mozilla browser for the PocketPC on MobileSlash:
-
"VS.NET 2003 Build Here" bug-fix...
I just posted an update to the utility to fix a bug that left the /bin folder empty after a build.
-
"VisualStudio.NET 2003 Build Here" Explorer Extension
Have you ever wanted to build a project or solution without opening up Visual Studio.NET?
-
.NET Compact Framework 1.0 SP2 (Re-release)
Microsoft has finally re-released SP2 for .NET CF!
-
Microsoft.ApplicationBlocks.UIProcess
I'm a newbie to many of the established OO patterns, but am trying to learn. Many months ago, I joined the GDN Workspace for the MS User Interface Application Block. This application block employs Model-View-Controller(MVC) style pattern that intrigued me. Overall, I understood the premise, but frankly ,so far, it seemed too complicated to understand.
-
Exceptions, Error Handling, Try/Catch, etc.
Having spent years developing with Visual Basic I am starting to realize that with the switch to C# and .NET, Exception handling is one core skill I still havent mastered. As a VB programmer I was always a bit anal about proper structure, defensive error handling, and seeking-out best practices. Since the best we had was On Error Goto style error handling, I adapted and "made do" with the tools at hand. However, I always lamented the need for a better tool for Error handling.
-
.NET CF: DateTime Picker control sample
Here is something I have been needing: