Sunday, 13 October 2013

MSY TECHNOLOGIES offers dot net candidates

 MSY TECHNOLOGIES  offers dot net candidates:

Skills: asp.net, c#

Exp : 1 to 3 years

Education: B-Tech

JD: Design and develop the asp.net ,c#.net applications

       Project Maintenance


For more details:   Apply Here

Cigniti Technologies Ltd offer dot net Professionals

Cigniti Technologies Ltd offer dot net Professionals:

Experience:  3 - 5 years

Location: Hyderabad

Skills:  .NET
          c# 3.5,4.5
          sql server
          wpf
            wcf

For more Details:   Apply Here
         

Thursday, 10 October 2013

Openings for UI Developer/UI Designer

 Openings for UI Developer/UI Designer:


Experience: 3 to 9 years 

Location: Bangalore

Joining Time: Immediate


For More Details Contact:  http://www.wdc.in/


Wednesday, 9 October 2013

HCL TECHNOLOGIES LIMITED conducting drive for dot net professionls

HCL TECHNOLOGIES LIMITED conducting  drive for dot net professionls:



Experience:3 - 7yrs

Location: Hyderabad


Skills:
HTML/HTML 5.0,XML,XSLT,Javascript,jQuery, LINQ
CSS/CSS 3.0,ASP.NET,C#, SQL


Mail your cv to apply@technojobz.com, & technoworkz@gmail.com FOR GETTING SHORTLISTED & SCHEDULED.

WALK-IN DATES: 12/10/2013
TIMINGS: 9:00 AM to 2:00 PM 
Venue: 
HCL TECHNOLOGIES LIMITED 
H08, HITEC CITY-2, 
Survey No. 30,34,35 & 38.
Phoenix Infocity Pvt. Ltd. 
Madhapur, Hyderabad-500081. 
Tel: + 91 40-30941000
Mob: +91-9000152042
www.hcltech.com

Values labs Hiring PHP Developers

Values labs Hiring PHP Developers:

Location: Hyderabad

Exp: 3 to 6 years

Skills:

 PHP5, 
 MVC Architeture, 
OOPS
 PHP
Mootool/
DHTML/
Ajax 

qualification: Graduate.

For more Details Contact:  http://www.valuelabs.com


INFLUENCE TECHNOLABS offers PHP Developers

INFLUENCE TECHNOLABS  offers PHP Developers:

Post Name: PHP  DEVELOPER

Job Type: Full Time

Experience: 0-2 years

Skills Set :  Joomla,
                  Drupal,
                   CMS
                   PHP
                 MY SQL

         

Qualification: B.E/B-TECH/MCA

For More Details Contact:  INFLUENCE TECHNOLABS PVT. LTD

INFLUENCE TECHNOLABS offers ASP.NET Developers

 INFLUENCE TECHNOLABS  offers ASP.NET Developers:

Post Name: ASP.NET DEVELOPER

Job Type: Full Time

Experience: 0-2 years

Skills Set : Asp.net

               C#,
         MS SQ L Server

Qualification: B.E/B-TECH/MCA

For More Details Contact:  INFLUENCE TECHNOLABS PVT. LTD


     

Tuesday, 8 October 2013

Separation between the kris and bruce?

Separation between the  kris and bruce?

issues raised   between kris and bruce jenner  creating  trendy news.

Both are living past 22 years suddenly they change their opinions to separation.

kriss jenner revelas  this news to one of the top  us magzine.

this couple having  teenage daughters. finally they don't want to fill divorce papers.

Continue their family in reality shows.

Apple introducing new "IPAD" ?

The peoples are  eagerly waiting for APPLE products  its trending the world.
Apple going to launch the new  product "I PAD"?

Yes is true apple is one of the leading legend in the market and it will be launch a new product of  "I PAD" month of October last week.

Schiller introduce apple mini iPad.
apple design a iPad look as thin and light weight full sized.
this iPad having high resolution screen and retina display. 

iGate conduct a drive for Dotnet candidates - Mumbai!‏

iGate conduct a drive  for Dotnet candidates - Mumbai!‏:

Dot Net requirements at  iGate IT Company:

Job Title: Senior Software Engineer / Technical Lead / Project Lead

Experience: 2 - 8 Years

 Skills :  Dotnet-ASP.net
WCF,
WPF
.VB.net
.C#,
MVC
,MVVM

Location : Mumbai


Iterview  venue at Airoli Office on Saturday,12th October

For More Details:

http://www.igate.com/


sutherlandglobal servicea Requirement for Dotnet Developers

sutherlandglobal servicea Requirement for Dotnet Developers:


Position: Dot Net Developer

Location: Hyderabad

Experience :2 -6 Years

Skills Required:

 ASP.Net, 
C#, 
Ajax, 
Java 
Script, 
Jquery 
HTML
 WCF, 
ADO.NET
 Entity Frame Work
css styling

For More Details

http://www.sutherlandglobal.com/


Opening for Sr Dot Net Developer in Thrinaina Informatics Ltd

Opening for Sr Dot Net Developer in Thrinaina Informatics Ltd :


Skills:   .NET windows application development and experience with C#

SQL Server 2000 writing SQL scripts, stored procedures, DTS packages, including familiarity with the SQL Server Client Tools.

HTML, JavaScript, CSS, and XML

Ajax,

full life cycle of software development from requirements analysis through testing and deployment,

 troubleshooting and problem solving skills


Experience: 3-5 years

Notice period: Immediate

For More Details
Contact: 040-27823480/81/82



Immediate openings for Software Test Engineers with BOB Tech Solutions for Chennai Work Location

Immediate openings for Software Test Engineers with BOB Tech Solutions for Chennai Work Location:

Skills : Manual Testing with Banking Domain Experience. 

Total Experience : 2Yrs - 5 Yrs

Work Location : Chennai. 

Notice period : 15 days.

Experience : On Banking Domain

www.bobtechsolutions.com


Selinis Technologi​es looking for .Net developers

Selinis Technologi​es  looking for .Net developers:



* Job Code : .Net Dveloper
* Experience : 3 to 6 years
* Type of employment : Contract to Hire
Skill: ASP.NET ,C#,MSSQL SERVER
looking for immediate joiners.

For More Details Contact  this link

http://selinistech.com/


Dhanush info tech offers .Net Developers

 Dhanush info tech offers .Net Developers :

->Skills Required
->ASP.NET 4.0 
->SQL Server 2008 R2/2012
->ASP.Net MVC
->Jquery 
->Ajax
-> Job Location : Hyderabad

For More Details 

www.dhanushinfotech.com


Image to text conversion in c# .net

Image to text conversion in c# .net:

->Open visual studio 2010 crate new project from file option give project name as "image to text conversion"











-> Go to solution explorer   right click on reference Add the Feature of "MODI"   and Microsoft.Office.Tools.Word.v9.0.









-> Add a Form and design as Form1.cs shown below screen shot.









-> Click On Convert Button write code behind the Form1.cs


using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using Microsoft.Office.Tools.Word;
using System.IO;
using System.Drawing.Imaging;

namespace imagetotextconvertion
{
    public partial class Form1 : Form
    {

        List str = new List();
        public Form1()
        {
            InitializeComponent();
        }
        //  www.bitsbyta.com/2011/01/extracting-text-from-image-cnet.html

        string extractedText = string.Empty;
        string getFileName;

        string fname = string.Empty;

        string nme = string.Empty;
        private void button1_Click(object sender, EventArgs e)
        {

            //Browsing an image      
            if (openFileDialog1.ShowDialog() == DialogResult.OK)
            {

                getFileName = openFileDialog1.FileName;

                Image targetImage = Image.FromFile(getFileName);

                targetImage = fitInPBox(targetImage);

                pBox.Image = targetImage;



            }
        }



        //This function fit the browsed image in picture box
        private Image fitInPBox(Image img)
        {
            Bitmap image = new Bitmap(img, new Size(pBox.Size.Width, pBox.Size.Height));

            return (Image)image;
        }

        private void button2_Click(object sender, EventArgs e)
        {



            MODI.Document doc = new MODI.Document();
            doc.Create(getFileName);

            MODI.Image img = (MODI.Image)doc.Images[0];
            doc.OCR(MODI.MiLANGUAGES.miLANG_ENGLISH, true, true);



            MODI.Layout layout = img.Layout;

            for (int i = 0; i < layout.Words.Count; i++)
            {
                MODI.Word word = (MODI.Word)layout.Words[i];

                if (extractedText.Length > 0)
                {
                    extractedText += " ";
                }

                extractedText += word.Text;
                richTextBox1.Text = extractedText;
            }
            if (fname == "")
            {
                OpenFileDialog sfd = new OpenFileDialog();
                sfd.Filter = "Text Files|*.txt";
                DialogResult res = sfd.ShowDialog();
                if (res == DialogResult.Cancel)
                {
                    return;
                }
                fname = sfd.FileName;
                // MessageBox.Show(fname);
            }
            StreamWriter sw = new StreamWriter(fname);
            sw.WriteLine(richTextBox1.Text);
            sw.Flush();
            sw.Close();
            richTextBox1.Text = "";

            StreamReader sr = new StreamReader(fname);

            string txt = sr.ReadToEnd();
           
            string[] words = txt.Split(' ');

            foreach (string word in words)
            {

                str.Add(word);


            }
            for (int i = 0; i < str.Count; i++)
            {

                string ki = str[i].Trim();
             


                listBox1.Items.Add(ki);

               




            }

            OpenFileDialog skd = new OpenFileDialog();
            skd.Filter = "Text Files|*.txt";
            DialogResult rs = skd.ShowDialog();
            if (rs == DialogResult.Cancel)
            {
                return;
            }
            fname = skd.FileName;
            FileStream fs = new FileStream(fname, FileMode.OpenOrCreate, FileAccess.Write);
            object[] a = new object[listBox1.Items.Count];
            listBox1.Items.CopyTo(a, 0);
            System.IO.StreamWriter file1 = new System.IO.StreamWriter(fs);
            for (int k = 0; k < listBox1.Items.Count; k++)
            {

                file1.WriteLine(a[k]);
            }
            file1.Flush();
            file1.Close();
            fs.Close();
           // dirty = false;


            }

        }

    }




-> Run the Application  window will be displayed












-> Click on Browse button and Select a Text Image.











-> Click on the Convert Button the text image converted as only text.


Monday, 7 October 2013

Requirement for Dotnet Developers

Requirement for Dotnet Developers: 

Th Sutherland Global Services offers Dot Net Developers.

Location: Hyderabad
Position: Dot Net Developer


Experience: 2 - 6 years


Job Description:

ASP.Net, C#, Ajax, Java Script, Jquery and HTML
Should have a current experience on ASP.Net, Ajax, Java Script, Jquery, JSON HTML, C#, WCF, ADO.NET and Entity Frame Work.



For More Details visits this link

www.sutherlandglobal.com

Fetch Data from Linq to sql Using ASP.NET MVC4 RAZOR

In this article am trying to create a ASP.NET MVC4 application using vs2012 which is display data from the LINQ and RAZOR

->First we have to create a table:

CREATE TABLE [dbo].[employee]
(
  id int Primary Key,
  name varchar(50),
  designation varchar(50),

)
->After create the table we need to insert the values 

INSERT INTO [dbo].[employeeVALUES ('1','raj','.net developer')
INSERT INTO [dbo].[employeeVALUES ('2','sa','sd')






-> After completion insertion we are going create simple MVC4 application using VS2012 and LINQ to SQL.

->Open the VS2012 create a New Project from the file option.

-> Select ASP.NET MVC4 Web Application and give name as "fetchdata" click on "ok " button








->Select Intranet application And Select Razor from the drop down click on "OK" Your application will be created.



->Go to the solution explorer choosae Model folder and right click on model select a new item .


 -> the window will appear you can choose option "Data" from the left side of panel and select the "Linq to sql" give name as emp.dbml. click on "ADD "  button.




->the emp.dbml will be displayed.

-> Go to the Server Explorer Add a New Connection Select your database.



-> Refresh Server Explorer  and Open Your Database Drag and Drop your table on  emp.dbml.


->Open the Home controller.cs file from Controller folder.
Write a Controller Code:  


->From the above code am creating the class "empDataContext" and object specified as em;

->Go to the views from the solution explorer and expand the views select the index.cshtml page from the Home folder and do some modification .


->Above code we will add the empdatacontext which is under the Models Class, and our table (employee) is under empdatacontext 


  
-> Execute the Project the Result will be displayed as




National bank of agriculture and rural development bank offers Assistant managers (govt job)

National bank of agriculture and rural development bank offers Assistant managers grade A And Grade B Posts.

->Apply the online registration .
-> last Date of online registration  14/10/2013

->Total Job Openings 67
->Grade A Posts: 37
->Grade B Post: 30

Reservations:

Grade A:

SC:  10
ST: 01
OBC: 07
UR: 19

Grade B:

SC: 4
ST: 2
OBC: 08
UR: 16


Apply online for more details https://www.nabard.org/english/home.aspx

  

jobs openings for Diploma holders service engineers and sales persons

Walk in for service engineers  and marketing persons :

Essar Analytical   Company offers below job openings

1)Sales and Service engineer

Qualification: Diploma holders (Diploma in electrical and electronics)
Exp: 0 to 1 year.

Salary: negotiable

Walk in for face to face interview contact below address :

Essar Analytical,
H.No-14-38 S.N.COLONY, SWAROOP NAGAR UPPAL HYD-39
http://essaranalytical.in/ContactUs.aspx 

Sunday, 6 October 2013

Make Money Online

->According to my personal Experience Best way online money Making Sites.
->These Sites providing the  home based online data entry work.
1)QlinkGroup

-> Join in  QlinkGroup as Supervisor though simple registration.
-> The Payment will be started  after  '800"  captchas.
->Its provide hourly rate and Need to install the QlinkGroup Software.
->The Payment Mode  through "PayPal" weeklly payments.
-> Payment withdraw request minimum 800 capthas.



2)ProrTypers

->Join in  ProrTypers as Worker though simple registration.
-> The Payment will be started  after  '1000"  captchas.
->Its provide hourly rate and online data entry work.
->The Payment Mode  through "PayPal" weeklly payments.
-> Payment withdraw request minimum $3 Dollars.









How to restore the database backp file in sql server using script

Restore backup Files using script:


->open the SQL Server 2008 or any other version.
->Click on "New Query"   Write a script  shown below screen shot give database backup file name and specify path of database.





















-> Execute the querry as a result .mdf and .ldf files are displayed.










->go to the "C" drive  select the path  copy it
C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA

->Select a New Query  and write the script as

RESTORE DATABASE homeseva
FROM DISK = 'D:HomeESeva.bak'
WITH MOVE 'kotireddy' TO 'C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\kotireddy.mdf',
MOVE 'kotireddy_log' TO 'C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\kotireddy_log.ldf'


-> Execute the Query  and the database successfully added. refresh the database.














Image preview (Display) in asp.net

Image preview (Display) in asp.net:

-> Open the vs2010
->Create new website and give  name  click "ok" button.
->Right click on solution explorer form the right side of  vs add a new page give name click on "ok" button.

->See the below screen shot  and Design the page.









-> Right click on solution explorer add a Handler.ashx give name as Imagehandler,ashx.
-> open  Imagehandler,ashx write the code according below shown screen shot.















-> Click on the Preview button from imagedisplay.aspx page.

->write the code on    imagedisplay.aspx.cs  according below shown screen shot















->Run the Visual Studio using Ctrl + f5.









-> choose a file from the file upload control and click on the preview button you will be get image preview.