Announcement

How to split large file into small files on Windows

Break large file into small files - techiners


 INTRODUCTION


Often during development, we require working with flat files which are really large files and at times its really difficult to open these files, and if opened, mostly crashes the application software opening it. Even to process such a large files is not feasible by the system that we develop. The solution is to break such a large file into number of small files and process those small files.

How to break a large file into small files without opening it with fixed number of records in each file?

HOW TO ACHIEVE SERVICE QUALITY


 INTRODUCTION


Quality is not an event, it is an ongoing process. As far as service organisations are concerned, quality is not the responsibility of the quality control department only, rather it is a matter to be taken care of by the entire business system.

The following are the pre-requisites for achieving service quality:

TOP 10 WAYS TO CREATE A BRAND


WHAT IS BRANDING?


According to Philip Kotler, Branding is "a name, term, symbol or design or a combination of them which is intended to identify the goods and services of one seller or a group of sellers and to differentiate them from those of competitors."

So how are you going to create your brand that stands out with those of competitors?

Here are top 10 ways to create a brand:

BEST PROGRAMMING PRACTICES

BEST PROGRAMMING PRACTICES


PART 1

BestProgrammingPracticesTechiners
Best Programming Practices


















Introduction

This post will discuss the naming conventions and guidelines that will help developers to have maintainable code keeping the consistency throughout. The post is divided into three parts first being the Naming Conventions followed by two others. Naming Conventions are as per the Microsoft Standards.