Posts

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...

C# Interview Answers

Image
What is .Net? .NET Framework (pronounced dot net) is a software framework developed by Microsoft that runs primarily on Microsoft Windows. .Net framework is a managed application development platform which help programmers to create platform independent applications. It includes a large class library known as  F ramework  C lass  L ibrary (FCL) and provides language interoperability (each language can use code written in other languages) across several programming languages known as  C ommon  L anguage  R untime (CLR). Its mean .Net Frame work support all object oriented languages introduce by Microsoft like C++, Vb.Net and C# dot FSharp etc. Framework  Example: But, I would like to share one example which I only thought of today. If I told you to cut a piece of paper with dimensions 5m by 5m then surely you would do that. But then I ask you to cut 1000 pieces of paper of the same dimensions. Then you won't do the measuring 1000 times, obvio...