Sunday, September 30, 2012

Contract Position - iOS Developer - Mumbai

Hi

We have need for iOS Developer in Mumbai.

experience Level - 2 yrs in iOS
Location - Andheri (E)
Duration - 2 - 3 months Contract.

Thanks

Ruchi
Intelliswift Software India Pvt Ltd
ruchi@intelliswift.com

--
You received this message because you are subscribed to the Google Groups "Best IT Consulting Group" group.
To view this discussion on the web visit https://groups.google.com/d/msg/best-it-consulting-group/-/4Ofhxvzcb7MJ.
To post to this group, send email to best-it-consulting-group@googlegroups.com.
To unsubscribe from this group, send email to best-it-consulting-group+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/best-it-consulting-group?hl=en.

~~ Technical Recruiters Network ~~ Bwise-SME/Expert

Dear Associates,
Please help me on this open position with your available consultants.

Reply to alex@ylconsulting.com only

Hi All
I am looking at an SME/Expert on the following tool – Bwise. 
BWise is a Governance, Compliance and a Risk Management platform. Pleas reach me 


ONLY AMERICAN  CITIZEN ONLY

Best Regards,
Alexander | Y&L Consulting,Inc.| SanAntonio|Texas

Mobile: 210-863-0362

alex@ylconsulting.com


--
You received this message because you are subscribed to the Google
Groups "Tech_Recruiters" group.
To post to this group, send email to tech_recruiters@googlegroups.com
To unsubscribe from this group, send email to
tech_recruiters+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/tech_recruiters?hl=en
 
Get Paid To Read Emails. Free To Join Now!
http://www.emailcashpro.com/?r=antonynj

~~ Technical Recruiters Network ~~ ATG Developers Very Urgent

Dear Associates,
Please help me on this open position with your available consultants.

Reply to alex@ylconsulting.com only
Looking for 8 ATG developers and an ATG Architect for a project in the OHIO. Anyone available? Please get in touch:... 

Best Regards,

Alexander | Y&L Consulting,Inc.| SanAntonio|Texas

Mobile: 210-863-0362

alex@ylconsulting.com


--
You received this message because you are subscribed to the Google
Groups "Tech_Recruiters" group.
To post to this group, send email to tech_recruiters@googlegroups.com
To unsubscribe from this group, send email to
tech_recruiters+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/tech_recruiters?hl=en
 
Get Paid To Read Emails. Free To Join Now!
http://www.emailcashpro.com/?r=antonynj

Saturday, September 29, 2012

How to: Display a message box in Windows 8 Store Apps using C#

Sometimes you want to display a message to the user of your application about error or information. But there is no MessageBox class in Windows 8 Store App. In this article we will show you how to display a message box to your application users.

Create a Blank Windows Store App

1.      Open Visual Studio 2012 Express for Windows 8.

2.      Click on New Project. The New Project Dialog box appears.

3.      From the left pane select C# and then Windows Store Templates.

4.      From the right pane select Blank App (XAML).

5.      Type your project name and then click Ok. We set the project name to MessageBoxApp.

New Project Dialog

Create the UI and adding Xaml Code

1.      Open the MainPage.xaml file by double clicking the MainPage.xaml file from the Solution Explorer.

2.      Select the XAML view and find the Grid Control in the MainPage.xaml.

3.      Add the following code to the Grid in the MainPage.xaml.

<Grid Background="{StaticResource ApplicationPageBackgroundThemeBrush}">

    <Grid.RowDefinitions>

        <RowDefinition Height="1*"/>

        <RowDefinition Height="1*"/>

        <RowDefinition Height="1*"/>

    </Grid.RowDefinitions>

    <Grid.ColumnDefinitions>

        <ColumnDefinition Width="1*"/>

        <ColumnDefinition Width="1*"/>

        <ColumnDefinition Width="1*"/>

    </Grid.ColumnDefinitions>

    <Button Name="DisplayMessageButton" Content="Display Message" HorizontalAlignment="Left" Grid.Row="1"

            Grid.Column="1" Margin="10" VerticalAlignment="Top" Width="228" Height="80" />

</Grid>

 

a.      The above code creates a Grid with 3 equal height rows and 3 equal width columns.

b.     Add a Button control and name it DisplayMessageButton, sets its Content property to Display Message.

c.      It places the button in second row using Grid.Row attached property and second column using Grid.Column attached property.

d.     Sets the DisplayMessageButton width to 228 Device Independent Pixels (DIPs) and height to 80 DIPs.

e.     Sets the DisplayMessageButton margin to 10 DIPs.

 

New Project Dialog

Adding C# Code and displaying Message Box

4.      Double click the DisplayMessageButton to create the Event Handler for the Click Event.

5.      Mark the DisplayMessageButton_Click method as asynchronous using the async keyword.

6.      Add the following code to the click event handler.

 

private async void DisplayMessageButton_Click(object sender, RoutedEventArgs e)

{

    MessageDialog messageDialog = new MessageDialog("Welcome to Windows 8 Store Apps", "Windows 8");

    await messageDialog.ShowAsync();

}


a.      The above code simply creates an object of the MessageDialog class. This class represents a dialog. The dialog has a command bar that can support up to three commands. If you don't specify any commands, then a default command is added to close the dialog.

b.     We set the content of the MessageDialog to "Welcome to Windows 8 Store Apps".

c.      We set the title of the MessageDialog to "Windows 8".

d.     Then we call the ShowAsync asynchronous method and we should mark this call with the await keyword you can read more about async and await keywords in Asynchronous Programming with Async and Await

7.      Build your application and run it in the Simulator. You will find something similar to the following image

New Project Dialog

8.      Click on the DisplayMessage Button. This will show the Message Dialog with the title and content we set.

New Project Dialog

Now you have a Windows Store Application that displays a message box to your application users. Message dialogs should be used sparingly, and only for critical messages or simple questions that must block the user's flow.



http://www.makhaly.net/Blog/29

--
You received this message because you are subscribed to the Google Groups "SureShotJobs" group.
To post to this group, send email to sureshotjobs@googlegroups.com.
To unsubscribe from this group, send email to sureshotjobs+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/sureshotjobs?hl=en.

~~ Technical Recruiters Network ~~ SW Engineer with Avioinics software development and verification

Dear Associates,
Please help me on this open position with your available consultants.

Reply to alex@ylconsulting.com only

Job Title          SW Engineer with Avioinics software development and verification

Job Length      6-12 months

Location:         Cedar Rapids ,IA

Skills:  primarily C++ and Linux skills

 

Job Description:

Scope: Implementing CRs, PRs, requirements, SDD updates, and writing test cases and procedures, Software Review, Requirement Review, Software Design Document update Skills Needed: C++, XML, WindRiver Linux, DOORS, Subversion ++, Helpful: I2C, AMQP, DO-178B (DAL D), Hudson Continuous Integration tool, Coverity, Apache Ant, VMware Workstation

 

Job Notes:

Number of open positions - 8-10


Best Regards,

Alexander | Y&L Consulting,Inc.| SanAntonio|Texas

Mobile: 210-863-0362

alex@ylconsulting.com


--
You received this message because you are subscribed to the Google
Groups "Tech_Recruiters" group.
To post to this group, send email to tech_recruiters@googlegroups.com
To unsubscribe from this group, send email to
tech_recruiters+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/tech_recruiters?hl=en
 
Get Paid To Read Emails. Free To Join Now!
http://www.emailcashpro.com/?r=antonynj

~~ Technical Recruiters Network ~~ Sr. ATG Developer (4 positions!!!!!)

Dear Associates,
Please help me on this open position with your available consultants.

Reply to alex@ylconsulting.com only

 

Job Title   :      Sr. ATG Developer (4 positions!!!!!)

Job Length:     6 months

Location   :      Columbus, OH

Skills         :     ATG

 

Job Description:

4 - 5 years of development experience with ATG Experience with ATG 10.0 and/or 10.1 Experience with Endeca Search

 


Best Regards,

Alexander | Y&L Consulting,Inc.| SanAntonio|Texas

Mobile: 210-863-0362

alex@ylconsulting.com


--
You received this message because you are subscribed to the Google
Groups "Tech_Recruiters" group.
To post to this group, send email to tech_recruiters@googlegroups.com
To unsubscribe from this group, send email to
tech_recruiters+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/tech_recruiters?hl=en
 
Get Paid To Read Emails. Free To Join Now!
http://www.emailcashpro.com/?r=antonynj

~~ Technical Recruiters Network ~~ Sr. Front End ATG Developer (8 Position open)

Dear Associates,
Please help me on this open position with your available consultants.

Reply to alex@ylconsulting.com only

Job Title          Sr. Front End ATG Developer

Job Length      6 month

Location          Columbus, OH

Skills               ATG, JSP

 

Job Description:

4 - 5 years of experience with Front-End ATG development 4 - 5 years of experience working with JSP

 

Job Notes:

Need to join in a week. Good Communication is must

Best Regards,

Alexander | Y&L Consulting,Inc.| SanAntonio|Texas

Mobile: 210-863-0362

alex@ylconsulting.com


--
You received this message because you are subscribed to the Google
Groups "Tech_Recruiters" group.
To post to this group, send email to tech_recruiters@googlegroups.com
To unsubscribe from this group, send email to
tech_recruiters+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/tech_recruiters?hl=en
 
Get Paid To Read Emails. Free To Join Now!
http://www.emailcashpro.com/?r=antonynj

~~ Technical Recruiters Network ~~ .Net Programmer( Please Submit who has hands on experience in MVC, Entity Framework, writing unit test cases using Microsoft Test Manager/ N Unit.)

Dear Associates,
Please help me on this open position with your available consultants.

Reply to alex@ylconsulting.com only

Job Title:     .Net Programmer

Job Length   Long term

Location       Tampa, FL

Skills           .Net, SQL server

 

Job Description:

Good Communication skills ASP.Net C# & VB.Net AJAX SQL Server SQL Server Reporting Services (SSRS) SQL Server Integration Services (SSIS) Should have experience in developing Web Services WCF Linq to SQL/ Entity Frameworks Knowledge in OOPS concept Experience developing MVC applications; Entity Framework; Experience developing test cases using Microsoft Test Manager.Experience developing MVC applications;Entity Framework;Experience developing test cases using Microsoft Test Manager.

 

Please Submit who has hands on experience in MVC, Entity Framework, writing unit test cases using Microsoft Test Manager/ N Unit.

Job Notes:

Please submit the right Candidate and need someone who can join in a week. Ready have a Skype Interview today. Please make sure all the Skills are in the resume. Because is very Picky on it.



Best Regards,

Alexander | Y&L Consulting,Inc.| SanAntonio|Texas

Mobile: 210-863-0362

alex@ylconsulting.com


--
You received this message because you are subscribed to the Google
Groups "Tech_Recruiters" group.
To post to this group, send email to tech_recruiters@googlegroups.com
To unsubscribe from this group, send email to
tech_recruiters+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/tech_recruiters?hl=en
 
Get Paid To Read Emails. Free To Join Now!
http://www.emailcashpro.com/?r=antonynj

Friday, September 28, 2012

Hot requirement-immediate Action required.

Dear Partner, Please send resumes to sales@icorestaffing.com


Please share profiles for the below requirement with our Direct Client. Sure Closure.

Work Location

Redmond, WA

Balance Open Position

1

Duration

6 Months

Bill Rate

50

SkillS

MS Sharepoint,

Designation

TECHNICAL ARCHITECT

 . 1. Understanding of SharePoint visualization using Hyper-v. 2. Building and configuring SharePoint farms 3. Understating of SharePoint Authentication model like Claims and SAMAL 4. SharePoint server side object mode (Timer Jobs, WebParts, Event receivers, Features and others areas of SharePoint as needed) 5. Powershell scripting 2.0 for deployment automation of features and configuring SharePoint locally and remotely through SharePoint. 6. Hands on experience with SQL Server 2008 i.e. writing stored procedures, Creating SQL reports, SQL Jobs 7. Experience with TFS (Team Foundation systems) 8. C# development experience using visual studio 2010 and visual studio 2012 9. Nice to have knowledge of upcoming SharePoint 2013 10. Orchestrator tool (For Deployment automation of developed features and solution packages) 11. Experience architecting solution using SharePoint based on the requirements

 Please fill the following details of the contractors and send to us along with their updated profiles:

 

First Name:

Last Name:

Current Location:

Willingness for relocation:

Current Bill Rate:

Expected Bill Rate:

Phone No:

Mail ID:

Skype ID:

Visa Status (EAD/GC/Citizen/H1B):

If H1B, validity for how many years more:

Total IT Experience:
Availability/Time to join if selected:
Preferred time for Telephonic interview:

--
You received this message because you are subscribed to the Google Groups "SureShotJobs" group.
To post to this group, send email to sureshotjobs@googlegroups.com.
To unsubscribe from this group, send email to sureshotjobs+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/sureshotjobs?hl=en.

Need Teradata DBA


Please reply to Nareshp@srsconsultinginc.com

Need Teradata DBA
San JOse, CA
12months

--
Thanks & Regards
Naresh
SRS Consulting Inc.
39465 Paseo Padre, Suite #1100
Fremont, CA 94538
Ph: 510.256.0377 Extn 105
Fax: 510-252-0626

--
You received this message because you are subscribed to the Google Groups "SureShotJobs" group.
To post to this group, send email to sureshotjobs@googlegroups.com.
To unsubscribe from this group, send email to sureshotjobs+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/sureshotjobs?hl=en.

~~ Technical Recruiters Network ~~ Urgent Position:Healthcare Automated Tester || Location:Jacksonville, FL

Hello,

Please send your consultant resume with contact, rate & availability information.

Send resumes to krishna@dyssinc.com || 415-259-4217


Position          :           Healthcare Automated Tester

Duration         :           6+ Months contract

Location         :           Jacksonville, FL

 Job Description:

Must have experience in automation and also have experience in Healthcare insurance (minimum 2 years) and 5010 transactions.  Experience in 27x is required and experience  in 83x is preferred.

 Job duties include but are not limited to the following:

·         Responsible for the detail design documentation, development, testing and execution of internally developed applications and externally purchased software products

·         Estimate project timelines and resources required to complete programming projects

·         Responsible for taking root cause issues identified by the security architecture team and external bodies and matching these to appropriate defense or risk management technologies within the test environments

·         Performs Server configuration reviews, firewall and router configuration reviews, penetration assessment, network security, web application security reviews, security architecture and design reviews in test environments.

·         Responsible for developing test automation scripts using HP QTP 11 and also responsible for creating tools using the. NET framework. Individual should be well versed in web service testing architecture and tools.

·         Responsibilities include designing, developing and implementing software tools for testing and development.

·         Individuals will also provide guidance to and review the work of other team members as well as investigating ways to potentially improve processes existing today and implement improvements.

·         Successful candidates need to have proven automation testing experience, security testing, functional automation and automation testing mobile application.

·         Healthcare insurance minimum 2 years

·         5010 transactions experience 27x (required), 83x (preferred)

·         Candidates must also possess excellent customer facing skills.

 Job Requirements:

·         Bachelors degree in related business area or equivalent work experience

·         6 or more years of related work experience

·         1 or more years of experience in a technical lead role

·         Knowledge of RUP or Agile System Development Life Cycle, product development methodologies, database methodologies and system integration

·         Experience with Oracle and Unix operating systems

·         Knowledge of coding design and documentation protocol as well as unit testing, change management and release procedures

·         Experience QTP 11, HP ALM, HP Service Test, ASP, ASP .NET, SQL, PL/SQL, SQL Server, Test Director,  Java Script and Dreamweaver mx

·         PC Skills

·         Experience in performing root cause analysis and identifying bottle necks in the system.

·         Good programming / logical skills.

·         Knowledge of System Development Life Cycle, product development methodologies, databases and system integration.

·         Experience with Quick Test Pro v.10, Quick Test Pro v. 11 and HP ALM v11 is a must.

·         Knowledge of coding design and documentation protocol as well as unit testing, change management and release procedures

·         Must be able to work with many different types of people (Developers, Architects, Infrastructure Engineers, and QA Teams) and work as a member of a team and work independently with minimal supervision.


Thanks & Regards,

Krishna |Dynamic Software Services, Inc.|
Office:
415-259-4217| Fax: 415-520-5437| 

krishna@dyssinc.com  || Gtalk ||YIM : krishsource



--
You received this message because you are subscribed to the Google
Groups "Tech_Recruiters" group.
To post to this group, send email to tech_recruiters@googlegroups.com
To unsubscribe from this group, send email to
tech_recruiters+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/tech_recruiters?hl=en
 
Get Paid To Read Emails. Free To Join Now!
http://www.emailcashpro.com/?r=antonynj

~~ Technical Recruiters Network ~~ Urgent Need : PHP Developer - San Diego, CA

----- Urgent Requirement -----

Hi

 

My name is Milap Vaghela. I work as a Technical recruiter for cyber Think. I found your resume posted on Job Portals while searching for PHP Developer for an immediate opening - Located at San Diego, CA.

 

Title: PHP Developer

Location: San Diego, CA

Duration: 6+ months

Rate: $55/hr

 

Interview is Phone and Skype.

 

Need a 5-6 years of PHP Developer in San Diego, CA.

 

Must be local to CA and available immediately to start

 

Client want to add one more resource to ongoing project.

 

Consultant must demonstrate some code exercise at time of Skype interview.

 

Please reply me with Resume, Rate, Current Location and Phone numbers of the Consultant. Please send matching consultant along with req.

 

Thanks for your help!!

 

Regards,

Milap

cyberThink Inc

milap@cyberThink.com

732-481-4174/877-223-7153 x 623

P "Please consider your environmental responsibility before printing this e-mail"

 

--
You received this message because you are subscribed to the Google
Groups "Tech_Recruiters" group.
To post to this group, send email to tech_recruiters@googlegroups.com
To unsubscribe from this group, send email to
tech_recruiters+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/tech_recruiters?hl=en
 
Get Paid To Read Emails. Free To Join Now!
http://www.emailcashpro.com/?r=antonynj

~~ Technical Recruiters Network ~~ FW:Allied req---Job ID : TIF07999----Urgent need of ETL Developers

Consultant / company have to produce their H1b Copy before submission to client

 

 

Dear All,

 

Greetings from " Allied informatics Inc.,"

                                                                        

One of our client is looking for   ETL Developers

 

Please send your resumes to Ramesh@alliedinformatics.com

 

We are in need of 3  ETL Developers roles in   Decatur, IL.. These are  12+  month contracts. Rate is $  Open  hr    per hour..

 

 

 

Sincerely,


Ramesh Kumar
770.246.9800 Ext 106

Ramesh@alliedinformatics.com

 

http://www.linkedin.com/in/kumarallied

 

Very Urgent: Jr. VB.NET Developer in MD for Long term

 

Hi Associates,

 

Please check the below position and send me suitable resume along with the expected pay rate at Amit@Frontiertechllc.com

 

Role: Jr. VB.NET Developer

Location: Maryland (Local to MD, DC and VA only)

Duration: Long term

Pay rate: ALAP ($45/hr. c2c)

 

Key Skill: VB.NET/JavaScript and SQL Server

 

Develops web-based applications using VB.net and Javascript.

Creates SQL Server stored procedures to implement logic in the database.  Optimizes complex database queries to perform within the tight standards of the application.

Plans and executes tests that demonstrate that the program meets the requirements.

Creates SQL Scripts and ad-hoc programs to generate test data as needed.

Manages version control for complex implementations to insure that the correct versions of all objects are moved to the live system.

Analyzes reported issues and find the root cause.  Develops solutions to correct any issues found.

Produces ad-hoc reports or analyses as required.

Manages production of large scale reports (report cards, transcripts etc) as required.

Experience using ASP.net, HTML, Javascript, Jquery, AJAX, Visual Basic, and SQL in a SQL Server environment.



--

AMIT

Frontier Technologies LLC

Naperville, IL 60563

Phone: 630.281.2852

Web: www.frontiertechllc.com

MWBE Certified Company


--
You received this message because you are subscribed to the Google Groups "SureShotJobs" group.
To post to this group, send email to sureshotjobs@googlegroups.com.
To unsubscribe from this group, send email to sureshotjobs+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/sureshotjobs?hl=en.

~~ Technical Recruiters Network ~~ Required Business Financial Analyst @ Princeton, PA


Dear Friends,

Currently, I am recruiting candidates for one of my requirement as mentioned below. If you have a matching profile, please send me the updated resume along with contact details at the earliest.

Job Title                        Business Financial Analyst
Project Location            Princeton, PA
Duration                         24 months /Contract

Skills Required and Job Description:

Interview Mode:-Telephonic & F2F

Essential Qualifications
  • Bachelor’s degree in accounting, technology or business administration
  • Minimum of 4 to 6 years of financial reporting, including working with large database reporting and business analytics, preferably in a higher education setting
  • Strong project management experience
  • Good understanding of general accounting principles
  • Broad knowledge in the business functions of purchasing, account payable, general ledger, sponsored research, grants and project accounting, billing, receivables and budgeting.
  • Experience with documenting and maintaining operating procedures.
  • Solid understanding of organizational financial reporting requirements and extensive experience in financial reporting; including sponsored research accounting reporting.
  • Advanced level of Microsoft Excel and Access database management.
  • Familiarity with PeopleSoft Financials or BI toolsets, such as OBIEE and Cognos
  • Experience working on reporting in a chart of account and ERP implementation project
  • Highly organized, with superior problem resolution and analytical skills.

 

 

 Best Regards,
 
Danish Waquar
 (Technical Recruiter)
 
In-Time Infotech, Inc

39962 Cedar Blvd., Ste 185, Newark, CA 94560-5362

 Phone  : 302-269-0344 Ext: 113

 Fax       : 650-396-4319

 Email   : danish.waquar@intime-info.com
 URL      : www.intime-info.com
 
   In my absence please contact Sandeep Sharma at 302-269-0344 Ext 109, sandeep.sharma@intime-info.com
 

Disclaimer: "This email message from In-Time Infotech Inc. is for the sole use of intended recipient(s). Any unauthorized review, use, disclosure, copying, distribution is an offence and is prohibited. If you are not interested in receiving mails from us,  please reply with Remove in Subject Line and mail to remove@intime-info.com."

 

--
You received this message because you are subscribed to the Google
Groups "Tech_Recruiters" group.
To post to this group, send email to tech_recruiters@googlegroups.com
To unsubscribe from this group, send email to
tech_recruiters+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/tech_recruiters?hl=en
 
Get Paid To Read Emails. Free To Join Now!
http://www.emailcashpro.com/?r=antonynj