Wednesday, November 4, 2009

my updated profile 04/11/09

V S Sankara rao Kondapalli
Mobile@AP: +91-9299856968
e-mail: sivasankarmca20@gmail.com
Professional Summary

• Having 2 years of experience in DOTNET technologies. It includes Application Development, Review and Testing.

• Constantly working towards developing skills in the latest emerging technologies and exploring opportunities that suit best for the individual’s strengths and the Enterprise.

Strengths and Attitude

• Willing to learn and adapt to new challenges.
• Good analytical and problem-solving skills.
• Self motivated.

Professional Experience

 Working as a Software Engineer in ATS Translogic Systems Pvt Ltd, Hyderabad .
Certifications

 MCTS 70-528 (DotNet web based applications)

Educational Profile

Education Board/University Year of completion Percentage
Master of Computer Applications(M.C.A) Pydah College of PG Courses, Affiliated to Andhra University, Visakhapatnam. Andhra Pradesh 2007 72%
Bachelor of Science(B.Sc) (Computers) B.B.H College, Vetapalem affiliated to Acharya Nagarjuna University Andhra Pradesh 2004 69%





Skill Set

Languages C, C++, C#, VB.NET, ASP.NET, SQL SERVER 2005
Operating System MS Windows (2000/XP/Vista), Windows NT
RDBMS SQL Server
Client-side Technologies JavaScript.
Development Skills C# programming, ASP.NET

Projects

Project #2

Project Name: ESERVE
Role Team Member
Organization ATS Translogic Systems Pvt Ltd
Team Size Project : 6
Environment
(with skill versions) Technologies : C#.Net, ASP.Net
Database : SQL Server
O/s : Windows Xp
Project Description
ESERVE system is a web based application used by GENETECH. The aim of the application is to provide the results of the bird samples submitted by the users. Generally user’s submit bird samples data through this system and sends the samples through offline. Users can obtain information whether bird is male/female through online.
Responsibilities
Analyzing requirements
Designing and Coding the application for all the layers (Presentation, Business and Data Access) according to use cases
Development ,Unit Testing and Integration Testing

Project #1

Project Name: LMS (Laboratory Management System)
Role Team Member
Organization ATS Translogic Systems Pvt Ltd
Team Size Project : 6
Environment
(with skill versions) Technologies : C#.Net, ASP.Net
Database : SQL Server
O/s : Windows Xp



Project Description
LMS is a Web based application used by the GENETECH employees. The system will be used to speed up the process of maintaining the information about the physicians who refers this particular lab, and patients who comes here. This system is implements based on the Roles And Privileges assigned to particular user. The system implemented by using AZMAN to get and assign roles and privileges to the users. Based on those privileges the user can only get the required data.
Responsibilities
Analyzing requirements
Designing and Coding the application for all the layers (Presentation, Business and Data Access) according to use cases
Development ,Unit Testing and Integration Testing

Personal Information

Name : V.S. Sankararao Kondapalli
Father’s Name : Venkateswararao
Date of Birth : 25th August 1983
Address : V S Sankara Rao Kondapalli, S.R.Nagar,
Hyderabad.
Permanent Address : Ayodhyanagar, Jandrapet (post),
Chirala(Mandal), Prakasam (D.T).
Email Id’s : sivasankarmca20@gmail.com
sivasankar_mca@yahoo.co.in






1. Current CTC: 2.5 lakhs
2. Expected CTC: 3.5 lakhs
3. Notice Period: 1 month (negotiable)
4. Current Org: ATS TRANSLOGIC SYSTEMS
5. Current Location: Hyderabad
6. Qualification with passing year: MCA
7. Total Experience: 2.1 YEARS
8. Date of Birth: 25/08/1983

Friday, October 23, 2009

which year passed out and percentages

ssc:
passout: Mar 98
Roll no : 0300511
Marks : 337 (56.6%)

Inter:
Mar 2000
5098817
626 (62.6%)

Degree:
Mar 04
Y13083071
1st year : 281 (56.2)
2nd year: 345 (67.5)
3rd year: 615 (76.87)
Total : 68%

P.G:
May 2007
50517020
73%

Passport : G1479246
Pan Card: BGWPK3217L

Wednesday, September 16, 2009

ajax using and webmethod usage






ServicePath="~/Service/areasService.asmx" ServiceMethod="FindAreas" />





public class areasService : System.Web.Services.WebService
{


[WebMethod]
public String[] FindAreas(String prefixText, int count)
{
//return all records whose Title starts with the prefix input string
PhysicianDAO phyDao = new PhysicianDAO();
List titleArList = new List();
//string prefixText1 = Trim(prefixText);
Area[] areasList = phyDao.GetAreaList(prefixText);
foreach (Area area in areasList)
{
String strTemp = Convert.ToString(area.AreaName) + "," + Convert.ToString(area.State.StateCode);
titleArList.Add(strTemp);
}
return titleArList.ToArray();
}
}

Friday, July 31, 2009

Avian Genetics

Avian Genetics
===============

total tabs

1. MY PROFILE
-> Change Password
-> Contact Information
2. VIEW MY ACCOUNT
-> Incomplete Orders
-> Recently Placed Orders
-> Orders History
3. ORDER NEW TESTS
-> Choose tests to order
-> Generate Sample Entry
-> Enter Sample Details
-> Save Order Details
-> Print Sample kit Labels
-> Enter Dispatch Details
4. SPECIES LIST
-> all species list