Showing posts with label Experiances With Inforica. Show all posts
Showing posts with label Experiances With Inforica. Show all posts
Sunday, 2 June 2013
Last day of Internship
Monday, 25 March 2013
Practiced writing Windows Application code using Notepad
Today, I practiced adding new forms in Windows Application, Setting properties to controls and defining event procedure manually by writing the code in Notepad.
When we use Visual Studio we are already provided with Tool Box on the left hand side of the VS. But while creating Windows Application using Notepad we need to write each and every code for placing a control on the form for setting the properties etc like BackColor, Size,Location etc.
Whenever we st a value to any property of a control under property window Visual Studio on behalf of us writes all necessary code by assigning values to the property. This code is available in the Designer.cs file. But when we write code manually the programmer himself need to write all necessary code.
Friday, 8 March 2013
Women's Day Special
Today, on Women's Day I got a bunch of Beautiful flower, Chocolate and a Sweet Gift from Inforica. It was a Good Surprise for me when I reached office and saw a bunch of flower, chocolate and a gift already kept on my desk, Thank you so much Sudeep for making every Women feel special today, in Inforica.
Today, I Solved some online Sample papers of IBPS Exam just for practice since I have applied for that Examination and the exam day is coming closer. Apart from this I am doing the Updations that Sudeep told me to do in my GetJob Project. I am done with adding Master page and linking it with the Content pages so that the Title and Menu Control will appear in each page. Now left with some validation part. Will probably complete today.
Sunday, 3 March 2013
Working with ASP
Sudeep had given us the task of creating an aspx page and connecting it to the database. I successfully managed to create my first aspx page within a day.. Then after i showed it to Sudeep he asked us to do some updations like putting validations,adding links of editing and deleting etc. I even completed that within a day too. Then after i showed that also to him he made it more challenging for me by asking me to add Menus. Now i am still working on it. Now its becoming more and more challenging for me and i am enjoying working with challenges.
Thursday, 28 February 2013
Created .aspx pages and Connected to the Database
Sudeep gave us a task to create two .aspx pages, and to link the first page with the second page and then asked to connect this pages with the Database. So that if once connected to the database we can Add, Update, Delete the data in the table that is stored in the database.
I have created one table GetJob in my database 'DB1' with the following columns and inserted some values to it:
I have created one table GetJob in my database 'DB1' with the following columns and inserted some values to it:
- JobCode
- Vacancy
- Post
- Company
- City
After creating a table I have added two web forms by selecting Asp.Net Empty Web Application in Visual Studio. The forms are named as Entry.aspx and JobDetails.aspx.
In Entry.aspx I have taken a Gridview Control(GridView is use to accept, display and edit data on a web page) and one Button(ADD).
Then I have provided a link to the ADD button that will transfer directly to second page i.e JobDetails.aspx wherein I have created one table with the same number of columns as in the GetJob table and then within the table i have taken 5 labels and 5 text boxes. Along with that one button(SAVE) to save the data to the database. When we click to SAVE button it saves the data in the database. This I Have done through connectivity with SQL Server.
Sudeep also told us to make the entire process more clear and asked us to do the following:
- Some validations the the text boxes.
- Assign a Primary key to the first column of a table i.e'JobCode' and also it should generate automatic values once we switch to the form wherein Details need t o add.
- With the Add link there should be two more links Update and Delete.
- Instead of taking textbox towards the label 'City' there should be a DropDown List to give a chance to select one from many cities.
- After saving a JobDetails that page should redirect to the Entry.aspx page to add another Vacancies if required.
Tuesday, 26 February 2013
Creating my first aspx page
Yesterday Sudeep gave us the task of creating an aspx page
and connecting it to the database. We have started working on it and will try
to finish the task as soon as possible.
Thursday, 21 February 2013
Axure Tooltip
Today, Sudeep showed us how to use a tool called 'Axure'. It is a very powerful wire-framing tool, that lets you create clickable wire-frames very quickly. The Business Analyst acts as a middle-ware between the Software developer and the Client. When a Client places an requests the BA analyses those requests and proceeds the work accordingly.
We also created 2-3 pages using this tool under the guidance of Sudeep and it was nice to learn something new.
Tuesday, 19 February 2013
Today we practiced the concept of Inheritance, Some SQL queries based on joins, indexes, set operators etc. We also learnt the concept of security in SQL Server, and that how certain permissions or privileges can be granted to other users by the users who own the database etc...
It was a good day... Learning more and more every day and more important enjoying while learning.
It was a good day... Learning more and more every day and more important enjoying while learning.
Monday, 18 February 2013
Each day learning something New and Interesting
Today, we spent more time upon writing SOL queries. Created Sub queries under that I did :
- Single Row Sub Queries.
- Multi-Row Sub Querries.
- Nested Sub querries And
- Co-related sub queries. I also created Indexes . Indexes is a relational database are mainly use to make the data retrival faster similiar to index available at the end of the book. There are two types of Indexes:
- Clustered Index : Cluster index is the index that will arrange the rows physically in the memory in sorted order.
- Non-Clustered Index : Cluster index is the index that will not arrange the rows physically in the memory in sorted order.
So I created the Index by name DnoIdx on Emp table that I created before and tried both clustered/non clustered creation of Indexes.
In the secod half I tried to analyze and learn C# basics like:
- Static Methods vs Non Static Methods
- Static Constructors vs Non Static Constructors
- Static Classes
It has become the everyday Routine to learn Something new related to SQL Server and C#.Net and implement it practically.Looking forward for more such new topics everyday, so that I can at the end, able to know almost everything about the .Net language concepts(C# and ASP),AJAX and SQL Server far better.
Friday, 15 February 2013
End of Week
Today, the end of the great week. Had posted some Question answers in the MindQ, practiced some CSharp basic programs etc. Also today, I played carom(its a indoor game) in my floor itself where other colleagues use to play it for refreshment. Today even I played with them. I still remember the last time I played carom, around 3-4 years back. And after a long period I got the chance to play again over here, and guess what? I won the game. It was fun. One of the good experience in Inforica.
Wednesday, 13 February 2013
Posted Questions In mindqjobs.
Today Sudeep told us to post some questions along with their answers on the site mindqjobs.com. The questions were divided into various sections like manual testing, SQL, Quick test professional, LoadRunner etc. We posted the questions so that any person who is registered in minqjobs can view them and can improve his/her technical knowledge.
Friday, 8 February 2013
Watched Videos!!!
Today was a day with practicing some c# programs, some SQL queries and also i saw some videos on C# console application.
I found one very good link on C# windows programing which is given below
Videos of windows programming in C#
I found one very good link on C# windows programing which is given below
Videos of windows programming in C#
Thursday, 7 February 2013
Resume Post
Mindqjobs is a very good site and is very useful in job search.Today I have completed making my resume in mindqjobs.
Given below is a link to my resume.
My Resume
Given below is a link to my resume.
My Resume
MindQJobs (Resume Post)
Tuesday, 5 February 2013
Another Day With Queries
Today was another day of practicing SQL Queries. We found SQL quite
interesting and enjoyed it a lot though it is just the beginning and we
have to learn a lot.
Friday, 1 February 2013
Practising SQL Queries
Today, SQL Server got installed finally since there was a problem in my Windows XP OS (Some dll files in the OS were missing). So yesterday I updated it to Windows 7.
Now since SQL Server is installed I have started working with the basics of databases such as creating a database,deleting a database,creating a table,updating a table etc.
Birthday Blast !!
Yesterday we had a Birthday celebration in the office itself of all the Employees working over here whose birthday fall in the month of January. This is an interesting trend over here, wherein at the end of every month we use to celebrate in combine.It was fun,we enjoyed and we had a cake and snacks. Felt quit relaxed at the end of the day.
Wednesday, 30 January 2013
Experiences In Hyderabad
We are students of M.C.A. final yr (6th Semester) studied in 'G.H.Raisoni
of Information Technology' in Nagpur (Maharashtra). After we finished our 5th
semester we often wondered in which place we would get a chance to do our 6th
Semester Live Project. We always had a very keen interest to come to Hyderabad
because it is known as a good I.T. city where one could learn and start a career
in a professional field. We tried with Inforica and now we are very lucky that
we were able to get a chance to work with Inforica and probably we have taken
"THE FIRST STEP TOWARDS THE CORPORATE WORLD".
The Experiences in Hyderabad so far has been quite
good. The hostel is good, with North-Indian food sometimes, good room-mates
particularly who know Hindi and English because we don't know Telugu.. We
haven't yet gone anywhere accept the company so we yet don't know much about
Hyderabad. Hopefully after 6 months when we will go back to Nagpur we would have
learned a lot and we will work hard and
will surely make our decision of coming to Hyderabad a great success.
Experiences With Inforica
Since we are doing our Internship with Inforica, I would like to share about Inforica.
About INFORICA
Operating since 2000, Inforica is one of the leading Integration and Professional services firms in Canada. With a team of over 100 highly experienced professionals, is offering the capabilities of a large firm and the entrepreneurial zeal of a start-up.
There value proposition is simple – They offer deep capability with a track record of 100% project success at highly competitive prices. They have extensive business and technical experience with Fortune 500 clients across diverse industries. Inforica focuses on the following Enterprise Solutions.
Business Communications Management
Provides an advanced, all-IP communication solution for multichannel contact centers and contact-intensive, multisite organizations. Here are some of the areas they cover:
1.Contact Centre Solutions - A communications platform should make your contact center a service powerhouse.
2.IP Telephony Solutions - support voice over IP (VoIP), open standards like SIP, mobile workers and the unified voice and data communications business now demands.
3.Communications Based Process Automation - Processes are what make organizations tick. Some processes are horizontal (apply to all-types of organizations) and some are vertical (industry‐specific) in nature.
4.Process Automations - Focuses on delivering Business Process Automation through real-time data acquisition, process monitoring and reporting for the Healthcare, Hospitality, Campus and Energy and Facility Management Solutions.
Enterprise Resource Planning
5.PeopleSoft
6.Microsoft Dynamics AX
CRM Solutions
CRM is an integrated approach to acquiring, retaining and deepening customer relationships.CRM enables organizations to leverage the value of every customer interaction.
Business Intelligence Solutions
There Business Intelligence practice focuses on Reporting and Data Warehousing. Working with industry-leading technologies their solutions can help you achieve business intelligence objectives.
Industry Solutions
Energy Management - focuses on delivering holistic solutions to effectively and efficiently monitor and manage in real time energy and utilities consumption within a single or multiple dwelling units.
HealthCare Solutions- Delivering integrated communications that optimizes workflow, decreases cost-of-care and leverages investment in current systems.
Education Solutions - Delivering web based hosted Elementary report card solutions, Web portals for schools and Student Information
Systems
Global Sourcing
Ifusion -Designed from the ground up, iFusion™ offers you the best of both worlds by combining the immediacy and trust of a local consulting partner with tangible cost savings (30%—40%) of an offshore development model.
WHAT INFORICA DOES
• Business Intelligence Solutions• Business Communications Management
• Business Process Outsourcing
• CRM Solutions
• Enterprise Resource Planning
• Global Sourcing
So it was all about Inforica, now I would like to share some of our Experiences from the first day of Internship.
At the beginning we were quite afraid to join here for a Live Project but at the same time we were excited to come to Hyderabad and found ourselves lucky to join a company like Inforica. It was a pleasure to join here. From the first day we learnt a lot from Sudeep (our Guide). He is very kind and a Good coach. Now it’s been one week and we probably got habitual to this environment. And believe me it’s a Great feeling for a fresher’s like us TO ENTER TO A CORPORATE WORLD with such a great Company.
Monday, 28 January 2013
Its all About HARD WORK and PASSION !!
Today we all had a meeting with Sudeep, he discussed very Good and Inspiring thoughts with us like, How to do a better programming ?How to make our self a Good Programmer ? etc. The most important of all he spoke about the HARD WORK. Sudeep said ' To be a good Programmer u need to do a lot of Hard work and need to Fall in love with the Programming'. Apart from this he shared many other thoughts that surely going to Groom us in the upcoming months, if ll do the hard work.
Subscribe to:
Posts (Atom)





