Posts

Showing posts from March, 2015

My Tumblr

http://ultra-hd-images.tumblr.com/

OOP Important Notes

Q. What is OOPS? Object-oriented programming (OOP) is a programming language model  that organized around objects rather than "actions". A program has been viewed as a logical procedure that takes input data, processes it, and produces output data. Q. Basic Concepts of OOPs? Abstraction. Encapsulation. Inheritance. Polymorphism. Q. What is a class? Class is a set of things having some property or attribute in common and differentiated from others by kind, type, or quality. Q. What is an object? Objects are created from Classes, in C#, is an instance of a class that is created dynamically. Object is also a keyword that is an alias for the predefined type System. Q. What is Encapsulation? Encapsulation is the packing of data and functions into a single component. It allows selective hiding of properties and methods in an object by building an impenetrable wall to protect the code from accidental corruption. Q. What is Polymorp...

ASP.Net Important Notes

Q. What is ASP? Active Server Pages (ASP), is a Microsoft's server-side technology, which helps to creating dynamic and user-friendly Web pages. Q. What is ASP.Net? ASP.NET is a development framework for building web pages and web sites with HTML, CSS, JavaScript and server scripting. Q. Advantage of ASP.net? Compiled Code Language Support Strict Coding Requirements Event-Driven Programming Model Third-Party Controls User Authentication Easier Configuration & Deployment Object and Page Caching Higher Scalability Q. What is View State? View state is the method that the ASP.NET page framework uses to preserve page and control values between round trips. When the HTML markup for the page is rendered, the current state of the page and values that must be retained during postback are serialized into base64-encoded strings. Q. What is a Cookie? A cookie is often used to identify a user. A cookie is a small...

Copy-Cut-Paste Code For VB 6.0

Image

Color Box (Common Dialog Control)

Image

Font Window (Common Dialog Control)

Image

Save File in VB 6.0 (Common Dialog Control)

Image