0% found this document useful (0 votes)
15 views

Inter S

The document discusses five principles of object-oriented programming known as SOLID principles: 1. SRP (Single Responsibility Principle) - A class should have one, and only one, responsibility. 2. OCP (Open Closed Principle) - A class's behavior can be extended without modifying the class itself via inheritance. 3. LSP (Liskov Substitution Principle) - Derived classes must be substitutable for their base classes. 4. ISP (Interface Segregation Principle) - Interfaces should be specific to avoid forcing clients to implement unnecessary methods. 5. DIP (Dependency Inversion Principle) - Classes should depend on abstractions

Uploaded by

nayab.mca2008
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
15 views

Inter S

The document discusses five principles of object-oriented programming known as SOLID principles: 1. SRP (Single Responsibility Principle) - A class should have one, and only one, responsibility. 2. OCP (Open Closed Principle) - A class's behavior can be extended without modifying the class itself via inheritance. 3. LSP (Liskov Substitution Principle) - Derived classes must be substitutable for their base classes. 4. ISP (Interface Segregation Principle) - Interfaces should be specific to avoid forcing clients to implement unnecessary methods. 5. DIP (Dependency Inversion Principle) - Classes should depend on abstractions

Uploaded by

nayab.mca2008
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 5

====================================================

OOPS Principles -- SOLID

SRP (The Single Responsibility Principle)


A class should have one, and only one responsibility

OCP (The Open Closed Principle)


You should be able to extend a classes behavior, without modifying it.
(Inheritance)

LSP (The Liskov Substitution Principle)


Derived classes must be substitutable for their base classes. (Polymorphism)

ISP (The Interface Segregation Principle)


Make fine chopped interface instead of huge interface as client cannot be forced to
implement an interface which they don�t use.

DIP (The Dependency Inversion Principle)


Depend on abstractions, not on concretions. (Abstraction)

http://www.c-sharpcorner.com/uploadfile/cda5ba/object-oriented-programming-with-
real-world-scenario/

=============================================================

Well first I would like to thanks to my current organization. Where I have started
my career as a fresher and learned so many things from field level to managerial
level like how to work under pressure, decision making, team management, leader
ship, coordination, supervision etc.

But I am looking for better opportunity with new challenge, new culture. Where not
only enhance my knowledge but delegate good values to your organization, which I
have gained in my previous organization.

I am very thankful to my current company where I have learnt a lot like work under
pressure with confidence, team work, data maintenance and so on. But now, I am
looking for better opportunity with new challenging environment where I would
enhance my professional as well as personal growth by associating with a company
like yours.

I am very thankful to my previous employer, I learned so many things like how to


face a hard situation like a challenge, how to work under pressure, punctuality and
other disciplines. My previous organization recruit me as fresher, molded me as
professional with technical skills. I want to boost my carrier so, I am looking
towards a well organization where I can show my ability& would be technically sound
by handling new challenges.

I am very thankful to my current company because of which today I am on this


platform. I have learnt lot of things for my career grown. But now I looking for
better work culture and environments for new opportunities, challenging and
exposer. I feel change is necessary to make our-self refresh, energetic and to
enhance skills.

The company where I am working is good. But the level of growth is very limited
because there, my learning curve is almost constant now. That's why I am looking
for a job in like your company where I can grow and give growth to company by best
performance and my best ability. I would really like the opportunity to develop
top-notch service.

I would like to thank my previous organisations where I have learned how to work
under pressure with confidence, team work, punctuality.

Now I am looking for better opportunity for accepting new challenging work and to
learn a new things which can help me to gain the experience.
I actually been associated with my current organization with more than one and half
year now I am realizing my learning process and professional knowledge have come to
a standstill point though I want to increase my role and job responsibilities to
meet new challenges so decided to associate with highly skillful capable and
experienced professional that help me professionally and financially as well in
future.
===================================================================================
==

=============================================================================
Interview Questions
=============================================================================

use of On and Bind keywords in jquery


Filters in Asp.net mvc
HTML TextBox and HTML TextBoxFor difference
Data Annotations
================================================
Difference Between 2.0, 3.5, 4.0
How to keep session alive in asp.net.
Entity Framework Advantages.
Globalisation
MultiThreading.
Delegates with background worker process.
Sql Stored Procedures increase performance.
Indexes in SQL
SDLC Model used in ur Project, why it is used
Progressbar and search icon in windows application, running two functions at a
time.
If i changed a column name in table, how it can be accessed from website using
CodeFirst Approach or DatabaseFirst Approach.
=================================================
polymorphism--detail..runtime N compile time-
abstract and inheritance differences.
interface and inheriance differences.
redim use
querys and stored procedures why use??
functions and stored procedures.
normalization...1 st normal form.
option explicit on/off use..
overloading and overriding
=================================================
1. what is polymorphism , types and explain with example.
2. Diff between String and StringBuilder
3. Design Patterns in .net
4. take 2 functions like
int Add(int a, int b) and long Add(int a, int b)
will they both are correct and are the will be compiled or not. give reasons.
5. Dependency Injection & Inversionofcontrol
6. keywords like virtual, static, partial with examples and what they will do.
7. What is sealed class.

=======================================================

pass data from view to controller and vice versa


action result--filters
authorization in asp.net and mvc
data annotations
remote validations
functins and sp difference
indexing
constraints
varchar vs nvarchar
string vs stringbuilder
empty result in action results.
=============================================================

8) What is the meaning of Unobtrusive JavaScript?

This is a general term that conveys a general philosophy, similar to the term REST
(Representational State Transfer). Unobtrusive JavaScript doesn't intermix
JavaScript code in your page markup.
Eg : Instead of using events like onclick and onsubmit, the unobtrusive JavaScript
attaches to elements by their ID or class based on the HTML5 data- attributes.

==================================================================

1)palindrome number console using


2)bind data to gridview using sql
3)remove duplicate entries in array (distinct values)
4)write wcf service and consume sevice
5)explain about joins?
1)Starting rage to eding range to print all prime numbers in C#.
2)100 Students records fields as Name ,Marks and Select 31 to 40 records using
ling.
3)How to implate step by step .net frame work Database first model.
4)how to user defined function returned space to pass integer number.
5)asp.net session mode types and how to store values.

union and unionall diffreence


wcf databindings
get the no of rows affected after insertion or updated in sql
view to controller how data is passed?
action results?
data annotations
array and sorted array diff??
arraylist and genericlist diff??
ihttpresponse
restfull services and soap services diff?
what is tempdata?how to store value in tempdata?
wcf ria services
diff between innerjoin and OuterJoins?
what is stronly typed view and partial view?
=======================================================================

Delegates
Interfaces
Dependency Inversion
Dependency Injection
Seperation of Concerns
Design Patterns
Route Mapping in MVC
garbage collector
=======================================================================

encapsulation and abstraction real time example


how to execute vb.net code in asp.net without writing code
string reverse of 2 words without inbuilt functions
string array reverse
how to publish website
gridview data bind code
acess the row values of gridview present in user control to text box in the
page.---using tag
pass data from controller to view and vice versa

=================================================

project
interface and abstract class
use of interface
polymorphism
sessions (get the logged in user count of login page)
caching in asp.net
pass data from controller to view and vice versa
viewbag and viewdata difference
output cache
dependency injection
design patterns
why to use stored procedures instead of queries
functions and sp difference
indexes
triggers
exception base class...
multiple catch blocks in try
state management
why to use authentication and authorization both in asp.net mvc action filters
mvc routing
difference between jquery and javascript...benefits of jquery
asp.net page life cycle
global.asax events
primary and unique key difference
what is foreign key
use of CLR and CTS in Framework
Assembies Types
Use of gacutil.
where we will found the assemblies in local system
how to develop the application which have to be worked under 32 bit OS

====================================================================
ASP.Net Page Life Cycle
SOLID
Dependency Injection
Design Patterns
Delegates
MVC Life Cycle
======================================
asp.net worker process
apply class to gridview in asp.net
normalization and denormalization
list and arraylist difference
multiple datatypes for list is possible??
transactions uses
identity reset for table

===================================================

what is GAC(Global Assembly Cache)


--------------------------------------
Garbage collector in 4.0 and previous version difference---
The GC class now includes TryStartNoGCRegion and EndNoGCRegion methods that allow
you to disallow garbage collection during the execution of a critical path.
A new overload of the GC.Collect(Int32, GCCollectionMode, Boolean, Boolean) method
allows you to control whether both the small object heap and the large object heap
are swept and compacted or swept only.
--------------------------------------------------------
string and stringbuilder differece
late binding

======================================================

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy