News

I've got a C# form that is going to be displayed as a Modal Dialog from another form. In the event handler for the "OK" button, I validate the other controls on the form, and do some work.<BR><BR ...
The July 15 post details a Twitter search app created with the C# Markup approach, for which the source code can be found here. "C# Markup makes Xamarin.Forms a more attractive alternative for ...
I've got a C# app that will run all day and continually output lines of data to a textbox. Only the last 100 lines need to be available in the textbox.