Skip to main content

Openings for different technoogies.

Walk in for Software Developers On 9th Dec

Company        PC Solutions Pvt Ltd.

Website          www.e-pspl.com

Eligibility        B.Tech/B.E. - Any Specialization, Computers, BCA, MCA - Computers

Experience     0-1 Year


Location         Delhi/NCR

PC Solutions Pvt Ltd.
Job Role: Software Developer

Job Summary :

Freshers with excellent communication and presentation skills.

Experience in .Net Framework 2.0, 3.5, and 4.0 using C #.Net, ASP.Net 3.5,AJAX, and Microsoft SQL Server 2008.

Good Knowledge of OOPS, ASP.Net MVC, WCF, Silver light.

System Design, Development, Testing and Documentation of Business critical Application requirements.

Documentation of each and every phase of application as the requirements and the final implementation.

Extensively developed .NET components using C# in the .NET framework.

Should have knowledge of Datasets, Data table and Data view to retrieve and manipulate.

Should have undersatanding of Grid View, Data List and Repeater Controls to display data in a customized format in the ASP.NET web pages

Have used ASP.NET Validation controls to do server-side validations and client-side validations based on the user's browser, also used JavaScript validation.

Interested candidates can come for walkin interviews on 9th Decemeber (Sunday) in between 10:00am - 12:00 Noon at below address:

Address:
PC Solutions Pvt. Ltd.
6, Sant Nagar,
East Of Kailash
New Delhi-110065

Comments

Popular posts from this blog

Openings for different technoogies.

 

What is the relation between Classes and Objects?

  They look very much same but are not same. A class is a definition, while an object is an instance of the class. A class is a blueprint while objects are actual objects existing in the real world. Suppose we have a class Person which has attributes and methods like name, age, height, weight, color etc. Class Person is just a prototype, now we can create real-time objects of class Person. #Example:   Ajay  is real time object of class  Person , which have name=Ajay, age=23, height=170cm, weight=60kg and color=black etc. Class A way to bind data and associated functions together. Class have many objects. Class is a template for creating objects. It is logical existence. Memory space is not allocated, when it is created. Definition (Declaration) is created once. Class is declared using "class" keyword. Object Basic runtime entity in object oriented environment. Object belongs to only class. Object are a implementation of class. It is physical existence. Memory space i...