Posts

Showing posts from October, 2018

Software Company

Image
A revolutionary concept that help you shape up your Dreams as well as change lives of masses Who We Are We are a group of Software Developers providing softwares for different different vertical segments. Our innovative and deep research on every product has made it a software. As per our survey, near about 50 crore businessmen around the world need these softwares and services to automate their business in a systematic way. Welcome IT Startups When ever we google about 'IT Startups". We only get links about financial aide, but never found any technical guidance or sureshot formula of helping startup Software companies. Here we are providing a complete platform to start your own software company. Even from scratch, complete product knowledge, guidelines, and software products branded on your company name.   Start your own Software Company without any Investments Our Products Business ERP Software 4 Supermarkets, Mobiles / Computers / Elect...

Interview Related Key Points

Image
Procedural Language: In these language program is a predefined instructions. Computer execute these instruction in which they are written. FORTRAN, Basic Pascal are the example of it Non-Procedural Language: In Non-Procedural Language user only need to tell the computer “what to do” rather than “How to do”. Like SQL and RPG are the example of it. OOP (Object Oriented Programming): OOP is a technique, in which we write a program on the basis of object. An object is the collection of Data and function. Which may be represent the Person, Thing or Place in the real world. Structure Programming: Structure Programming is a technique in which we divide our program into small units call module. Function: A function is a named of block of code that perform some action. The statement in function will execute when the function is call. Function Definition: A set of statement that explain what a function does is called function definition. Passing Parameter t...

Difference b/t Asp and Asp.net

Image
What is ASP? Active Server Pages (ASP), also known as Classic ASP, is a Microsoft's server-side technology, which helps in creating dynamic and user-friendly Web pages. It uses different scripting languages to create dynamic Web pages, which can be run on any type of browser. The Web pages are built by using either VBScript or JavaScript and these Web pages have access to the same services as Windows application, including ADO (ActiveX Data Objects) for database access, SMTP (Simple Mail Transfer Protocol) for e-mail, and the entire COM (Component Object Model) structure used in the Windows environment. ASP is implemented through a dynamic-link library (asp.dll) that is called by the IIS server when a Web page is requested from the server. What is ASP.NET? ASP.NET is a specification developed by Microsoft to create dynamic Web applications, Web sites, and Web services. It is a part of .NET Framework. You can create ASP.NET applications in most of the .NET compatible lan...