By tag: WinForm
0
kicks
Create, Analyze and Manipulate Zip Files in C# Dot Net
DotNetZip library is a very simple, easy to use yet more efficient and 100 % dotnet managed code. It can be used in any .NET application such as Console, Winforms, WPF, ASP.NET, Sharepoint, Web Services apps and so on. It is freely available and also capable of handling ZIP64 files. It also supports...
0
kicks
Model View Presenter Revisited
The MVP pattern is a pattern that came into being in the early 1990s by Taligent. This pattern is mostly used inside WinForms and WebForms.
Of course, this is a literal implementation from 1990. Of course, today we have more advanced paradigm that works quite nice.
0
kicks
MySQL backup,compress and FTP from your WinForms app
Rough code showing you how to implement remote open/save functionality from within your app by backing up/restoring MySQL database and saving/getting it from a FTP location.
0
kicks
A Nice and Simple C# winform Button Tutorial
This tutorial shows how to build a simple button with a nice graphic interface