Tag Archives: programming

Why Multiple Inheritance is discouraged?
Welcome to CodeSpread!Hi Guys, This is Sathish Again,Today we will discuss why most of the higher languages eliminates Multiple Inheritance? Most of you guys already know that multiple inheritance is not available for development but what you might not know is the reason as why it is not possible. First of all,we will revisit few…..
Concepts: S O L I D
SOLID – Object oriented programming principles. May be its easy to forget these principles but for creating a reusable code or maintainable code, people will always have to come back and check these principles for robust design. Today, We will explore these principles, not in terms of definition or meaning but why they are required or…..
VB.Net: Download file from FTP and UnZip
Experience: Many application requires data migration tasks to execute on daily basis. To achieve this we generally seek help of SSIS package, if at all we are making use of SQL sever. So, consider a case where you need to download a file from FTP location. Besides this, what if the file present on the FTP is…..
SQL:My first SSIS Package
I would like to share my experience about a situation, where I was given a task to export a file(say XML) from FTP location and get the data from this file populated into our database tables. Moreover, this task was required to execute everyday periodically. I asked my mentor and he introduced me to the concept…..









