It is a source of my collected knowledge and research in various .NET Related Technologies.
Thursday, June 23, 2011
How to upload and download files thru FTP Server?
I have use several references in creating this window application. I have somehow simplified it and extract codes from the references that I have used. There is only three buttons, they are upload, download and close. The upload button is used to copy file to ftp server. In short You are transferring or copying your local file to ftp server. The download button is used to get file from ftp server to your local folder or machine. The close button is used to close your application.
Here is what the application looks like,
Here is my code
Here are my references that I have used in this blog:
Code Project
C# Corner
Code Guru
MSDN Microsoft
ondotnet
Monday, June 20, 2011
How to create simple dynamic window form application?
I have created a window form that will generate two textbox, one combobox, one datepicker, and four label. This form does not connect to any database. The purpose of this application is to show how to create controls at runtime.
Sunday, June 19, 2011
How to do partitioning in Windows 7?
Many of us looking for answer or solutions on how to partition in windows 7. Here are the references that I have used:
http://www.sevenforums.com/tutorials/2674-partition-volume-create-new.html
http://windows.microsoft.com/en-US/windows7/Create-and-format-a-hard-disk-partition
http://windows.microsoft.com/en-US/windows7/Delete-a-hard-disk-partition
http://windows.microsoft.com/en-us/windows7/Can-I-repartition-my-hard-disk
http://www.geeksdo.com/capture-unallocated-space-windows-7.html
http://www.techsupportforum.com/forums/f217/unallocated-space-problem-425998.html
http://forum.easeus.com/viewtopic.php?t=19839&sid=4cc22cfb59fe8c7589dd29df2f30b780
http://www.partition-tool.com/easeus-partition-manager/convert-dynamic-disk-to-basic-disk.htm
http://www.todo-backup.com/products/comparison.htm
http://www.todo-backup.com/products/features/backup-drive-and-partition.htm
http://forum.easeus.com/viewtopic.php?t=18196
http://forum.easeus.com/viewtopic.php?t=18511
http://www.sevenforums.com/tutorials/2674-partition-volume-create-new.html
http://windows.microsoft.com/en-US/windows7/Create-and-format-a-hard-disk-partition
http://windows.microsoft.com/en-US/windows7/Delete-a-hard-disk-partition
http://windows.microsoft.com/en-us/windows7/Can-I-repartition-my-hard-disk
http://www.geeksdo.com/capture-unallocated-space-windows-7.html
http://www.techsupportforum.com/forums/f217/unallocated-space-problem-425998.html
http://forum.easeus.com/viewtopic.php?t=19839&sid=4cc22cfb59fe8c7589dd29df2f30b780
http://www.partition-tool.com/easeus-partition-manager/convert-dynamic-disk-to-basic-disk.htm
http://www.todo-backup.com/products/comparison.htm
http://www.todo-backup.com/products/features/backup-drive-and-partition.htm
http://forum.easeus.com/viewtopic.php?t=18196
http://forum.easeus.com/viewtopic.php?t=18511
Tuesday, June 14, 2011
How to create code generator for your data objects, data access layer and business access layer?
This post of mine shows how I create DAL, BAL, Data entity objects, interface. This code generator will generate code for this .cs file.
Subscribe to:
Posts (Atom)