Cutshort logo
Microsoft IIS Jobs in Chennai

11+ Microsoft IIS Jobs in Chennai | Microsoft IIS Job openings in Chennai

Apply to 11+ Microsoft IIS Jobs in Chennai on CutShort.io. Explore the latest Microsoft IIS Job opportunities across top companies like Google, Amazon & Adobe.

icon
Several years of experience in designing web applications

Several years of experience in designing web applications

Agency job
via Jobdost by Ankitha Vyas
Bengaluru (Bangalore), Hyderabad, Chennai
5 - 7 yrs
₹12L - ₹15L / yr
skill icon.NET
ASP.NET
Object Oriented Programming (OOPs)
Fortify
Microsoft IIS
+25 more
Basic Qualifications: (what are the skills required to this job with minimum years of experience on each, including education)

• Should have 5+ years of work experience in design, develop, Code and Unit Test web and desktop-based applications written in .Net framework starting from 4.x and above.
• Strong analytical skills to understand a given requirement and provide work estimates.
• Strong Object-Oriented Programming knowledge.
• Strong experience with Static Code Analyzers like Fortify.
• Should have good understanding of web servers such as IIS and Front-end such as HTML’s and Razor based engines.
• Strong debugging skills using .net front end and backend.
• Strong coding experience and thorough understanding of programming languages such as C#, VB.NET, ASP.Net, ADO.Net, JQuery, JavaScript, Traditional Web Services, WCF, Web API and other Scripting languages such as pythons.
• Strong working knowledge on various design patterns such as MVC, MVVM, DDD, Repository Pattern and any custom/hybrid framework as designed by the Architects.
• Should have a strong working knowledge of Azure DevOps.
• Strong knowledge and understanding of data sharing medium using JSON, XML and other media types.
• Strong knowledge on Entity Framework (6 and above) and other ORM such as Dapper.
• Strong knowledge and programming skills in Database such SQL SERVER, Oracle, My SQL and SQL Express. Additionally, nice to know-how knowledge in MS ACCESS.
• Strong knowledge and coding experience in REST based web services and service-oriented design patterns using WCF and other API’s.
• Should have used IDE such as Visual Studio and Visual Studio Code for Front-end development.
• 1+ years of building SPA web solutions using Angular 6/7/8 , BackBone, Bootstrap
• 5+ years building HTML5 complaint pages
• 3+ years of experience using TypeScript
• 3+ years of writing automated testing using Jamine or others

Day to Day job Duties: (what this person will do on a daily/weekly basis)

• Co-ordinate/mentor other Junior developers on a day to day basis.
• Understand the use cases/User Story, code and develop on a designed platform/pattern.
• Strict adherence to coding standards.
• Participate self-code review/peer reviews and correct errors wherever applicable before checking in the final code into the Branch/code repo.
• Create code documentations wherever applicable and as set guidelines by the team.
• Create and perform Unit Tests wherever applicable as set guidelines by the team.
• Provide feedback and assist in estimation planning.
• Merge code branches as and when required.
• Create and publish release documentations and application deployments as and when requested.
• Report out statuses to the leads onshore daily during the Stand-up calls.
• Additionally, update efforts on a given work item on everyday basis.
• Provide true estimates on work assigned prior development. Also ask questions/provide comments on User Stories/work items assigned.
• Be a team player and flexible towards availability in case of any urgent issues that need immediate attention.
• Plan out vacations in advance (min. 2 weeks of adv. Notice).


Nice to have(not a must) experience, skills

• Good understanding of Service Workers.
• Prior coding experience using FORTRAN.
• Experience on 3rd party tools like Spire.Pdf, PDF.Js.
• Knowledge of Rapid application development framework like DevExpress, Code on Time, HighCharts.
• Knowledge of code clean up tools like CodeMaid.
• Knowledge of Power BI and O365 Suites of applications.
• knowledge of SQL Data tools like SSIS and SSRS.
Read more
J&F
Remote, Delhi, Noida, Chennai, Bengaluru (Bangalore)
4 - 10 yrs
₹14L - ₹35L / yr
skill iconPython
skill iconNodeJS (Node.js)
AWS Lambda
skill iconPostgreSQL
Serverless
+2 more

Role overview:

We are hiring one Senior Backend Engineer to take end-to-end ownership of our serverless backend — a hands-on IC role for someone both technically excellent and comfortable being one of the few people the entire backend depends on. You'll own the services across several Node.js and Python repositories, work directly with the founders and product team, and set the technical bar for reliability, security, and performance.


Key responsibilities

  • Design, build, and operate AWS Lambda services across our HCM/workforce, project-management, commercial/revenue, permissions, and document domains — each comprising dozens of functions.
  • Own the multi-tenant PostgreSQL data layer — schema design, query performance, and the permission/relationship model — end to end.
  • Maintain and evolve the request path — API Gateway → custom Lambda authorizer → VPC-bound Lambda → private databases — including the runtime IAM/credential model that scopes every request.
  • Safeguard tenant isolation and security across a per-company Cognito authentication model.
  • Build and maintain integrations with external construction data environments (Asite, Autodesk Construction Cloud), including large-scale document synchronization.
  • Optimize performance and reliability to keep latency-sensitive endpoints well within platform limits under growing load.
  • Raise the engineering bar — testing, observability, CI/CD, and modernization of legacy components.
  • Debug and resolve production incidents to root cause, and put safeguards in place so they don't recur.
  • Document decisions and designs and collaborate with the frontend (Angular) and product teams.


Challenges you'll solve.

We prefer to be candid — these are the problems that make this role genuinely interesting:

Latency under a hard ceiling

API Gateway terminates any request beyond ~29 seconds regardless of the Lambda's own timeout — yet much of our value comes from heavy cross-project reporting. You'll keep p95 latency within budget through set-based SQL, pagination, streaming, and asynchronous processing.

Least-privilege, per-request security

A shared custom authorizer mints short-lived, request-scoped credentials via sts:AssumeRole under a strict 2,048-character inline session-policy limit. You'll design permission models that stay within that budget and reason about IAM precisely.

Graph-shaped data, relational store

The permission and relationship model is inherently graph-like, but lives in PostgreSQL — you'll model it with recursive queries, careful indexing, and set-based traversal rather than reaching for a separate graph engine.

Watertight multi-tenancy

One Cognito pool per company and tenant-scoped access throughout — isolation is a first-order concern.

VPC-bound serverless

Lambdas run inside a VPC to reach private databases; you'll manage cold starts, connection lifecycles, and pool limits.

Resilient external integrations

Syncing large document sets from third-party APIs (including SOAP/XML) demands backpressure, deduplication, retries, and graceful partial-failure handling.

Compute-heavy workloads

Server-side PDF generation, image processing, and multi-currency handling within Lambda's memory and time constraints.


The stack.

Runtime — Node.js, Python, AWS Lambda

AWS services — -1 API Gateway, Lambda, Cognito, STS / IAM, Secrets Manager, S3 CloudWatch, VPC, EC2

Infrastructure & CI/CD- AWS SAM, CodePipeline → CodeBuild Shared Data —PostgreSQL


Qualifications.

  • 5+ years building and operating production backend systems.
  • Deep expertise in Node.js and JavaScript — the asynchronous model, event loop, and memory behavior — plus solid working proficiency in Python and its production behavior.
  • Strong hands-on AWS experience, ideally serverless (Lambda, API Gateway, IAM/STS, VPC, Secrets Manager, CloudWatch) — able to reason about IAM policies, not just apply them.
  • Advanced SQL and relational data modeling — set-based query design and a working understanding of why N+1 patterns cause production issues.
  • Proven production-debugging ability — root-cause analysis in distributed systems from logs and first principles.
  • Strong ownership, sound judgment, and clear written communication — able to make good decisions with incomplete information and explain trade-offs to non-engineers.


Interview Process:

Introductory call-Mutual fit and role overview.

Technical deep-dive- A walkthrough of a challenging production problem you have owned.

Practical exercise -A realistic backend task, or a walkthrough of your own representative code.

System design- Collaborative design on a real scenario.

Final conversation- Values, ownership, compensation, and offer.


Read more
AI driven software company

AI driven software company

Agency job
via Hunt & Badge Consulting Pvt Ltd by Chandramohan Subramanian
Chennai
1 - 3.5 yrs
₹5L - ₹20L / yr
skill icon.NET
skill iconjQuery

Experience: 1 – 3.5 years

 

Mandatory Skills 

  • Should have good knowledge in Object Oriented Programming concepts. 
  • Good knowledge in ASP.NET, MVC and C#
  • Understanding of JavaScript, HTML5 and CSS. 
  • Good Knowledge in SQL Server and RDBMS concepts.

Desired Skills set:

  • Create systems with .NET framework 4.x / ASP.NET MVC / SQL Server 2008-2016 / WCF / Web Services / WebAPI based on the design specification.
  • Ability to create and optimize SQL Server 2008-2016 stored procedures.
  • Experience with JQuery or similar technologies.
  • Knowledge on .Net Core is an added advantage.

 

Description:

 

  • Understanding on performing analysis and design, and develop the small/large-scale systems.
  • Responsible for developing new programs and proofing the program to develop needed changes to assure production of a quality product.
  • Tests the written programs to ensure that logic and syntax are correct, and that program results are accurate.
  • Document code consistently throughout the development process by listing a description of the program, special instructions, and any changes made in database tables on procedural, modular and database level.
  • Strong grasp of OO principles
  • 1+ years of development experience in OO languages such as C# and MVC architecture.
  • Sound knowledge of SQL and database technologies
  • Knowledge of Agile Methodologies such as Extreme Programming (XP) & Scrum
Read more
Mobile Programming India Pvt Ltd

at Mobile Programming India Pvt Ltd

1 video
17 recruiters
shital patwal
Posted by shital patwal
Gurugram, Chennai, Mohali, Bengaluru (Bangalore), Pune
5 - 10 yrs
₹4L - ₹11L / yr
skill icon.NET
skill iconC#
ASP.NET
Web API
skill iconAngularJS (1.x)

4 - 6years of experience in web and API development

4+ years experience with http://asp.net/MVC/C" target="_blank">ASP.NET/MVC/C#.

4+ years working with SQL Server (2012+).
Good Knowledge of scripting libraries like jQuery, Knockout, Angular JS

Read more
Wedding Wishlist

at Wedding Wishlist

2 recruiters
Karthik Krishnakumar
Posted by Karthik Krishnakumar
Remote, Chennai
0 - 3 yrs
₹3L - ₹12L / yr
skill iconPHP
MySQL
skill iconLaravel
Magento
skill iconCodeIgniter
+2 more

What are we looking for? :

- Experience of upto 3 years in PHP or other backend programming languages.

- Understanding of MVC structures, OOPs concepts and Frameworks.

- Experience working with Linux, Nginx or Apache and Git, REST APIs.

- Experience with Third party API integrations and using various vendor libraries.

- Have knowledge of Database schemas, structures and migrations.

- Experience in Laravel would be a huge plus.


What you will be doing?:

- Collaborate with team members and solve new challenges through tech and research.

- Take end-to-end ownership of delivering new modules - analyze customer usage & feedback, review business requirements, develop functionalities and test code.

- Write clean readable code and also follow best practices for efficiency and performance.

- Self learn and work independently, Also collaborate with the team when required.

- Communicate constructively and value user experience and feedback.

.
What can you expect to learn?:

- Exposure to latest web technologies and frameworks like Angular, Laravel, PHP, Magento, PWAs, REST APIs, Elastic search and Web services.

- Develop custom functionalities and modules in Laravel to implement business ideas and user requirements.

- Best coding practices and various methodologies to optimize performance and produce the best quality product. Various caching techniques and optimization standards.

- Microservices architecture and Scalability using cloud services, Automation of manual tasks using linux and shell scripting, Data migrations, SQL and Version control tools like bitbucket.

Perks : 

- Competitive salary

- Flexible work hours

- No dress code

- Group outings

- Supportive work culture

Read more
K2B Solutions

at K2B Solutions

2 recruiters
k2b Abilash
Posted by k2b Abilash
Chennai
2 - 4 yrs
₹3L - ₹5L / yr
Wordpress
Content Management System (CMS)
skill iconHTML/CSS
Greetings from K2B Solutions 
immediate Job Opportunity  for Wordpress Developer @ Arumbakkam Chennai

Job Description


Expereince : 2-4 yrs experience

  • Experience in woocommerce customization
  • Experience in theme and plugin customization
  • Knowledge of Jquery & Javascript is an added advantage.
  • Hands on experience with any E-commerce website will be an advantage
Read more
Onia

at Onia

1 recruiter
Aswathy kumar
Posted by Aswathy kumar
Chennai
2 - 5 yrs
₹5L - ₹7L / yr
skill icon.NET
ASP.NET
MVC Framework
skill iconC#
skill iconHTML/CSS
+2 more
RESPONSIBILITIES:

  • Participate in requirement analysis
  • Write clean, scalable code using .NET
  • Test and Deploy applications and systems

SKILLS:

  • Must have good command on c#
  • Should have knowledge on the official ASP.NET, ANGULAR JS and MVC
Read more
TargetBay

at TargetBay

3 recruiters
Justin Jacob
Posted by Justin Jacob
Chennai
3 - 8 yrs
₹4L - ₹10L / yr
skill iconPHP
skill iconLaravel
MySQL
RESTful APIs
JD for Laravel EDvelopers
1. Experience in Laravel (Min 1 yrs current project).
2. Understanding of open source eCommerce platforms like Php, Magento.
3. Experience in REST APIs integrations.
4. Basic understanding of front-end technologies, such as JavaScript, HTML5, and CSS3
Read more
Hexon Software Solutions Pvt Ltd
Seethalakshmi Madan
Posted by Seethalakshmi Madan
Chennai
2 - 4 yrs
₹3L - ₹6L / yr
skill iconC#
skill iconAndroid Development
skill iconiOS App Development
Requirements Design develop and prototype mobile applications with experience in building iOS and Android apps Material Design C# / .Net/ Xamarin Good to Have SQL Good analytical & problem solving skills is a must Good communications skills Good to have experience on git / working in lean and agile environments Job Type: Full-time Location: Chennai Experience: 2-4 years
Read more
company logo
Agency job
via TechStar Group by nagamani gattu
Chennai, Hyderabad
3 - 7 yrs
₹6L - ₹22L / yr
skill iconJava
skill iconAngularJS (1.x)
skill iconJavascript
skill iconHTML/CSS
experience in java experience in Angular js experience in HTMl/CSS and javascript
Read more
Kaspon Techworks

at Kaspon Techworks

2 recruiters
durga s
Posted by durga s
Chennai
3 - 6 yrs
₹2L - ₹4L / yr
ASP.NET
SQL server
skill iconC#
Hi Siva Rakesh, Greetings from Kaspon Techworks!!! We are a Software Company based out of Chennai and we focused on enabling Mobility solutions on Mobile Enterprise Application Platform.We help enterprises to evolve their mobility strategies, design, build and manage enterprise mobile application. Our expertise spans to native iOS, Android, Windows Mobile and also some leading MEAP platforms that include; PhoneGap, Xamarin, Worklight, etc. We have an immediate requirement for Dot Net Developer with 2-3 years of experience Kindly find the JD below : Candidate with 3+ years of experience in ASP .Net: Minimum 2 years of real-time project experience in using MVC and OOPS Concept. Good communication and interpersonal skills to work with team. Front End: ASP.NET, MVC with Angular JS Web API Languages: C# with OOPS Data Base: SQL server Advance: MVC, Web Services, LinQ and Iron Speed Interested people can share their updated resume to this mail id ([email protected]) Experience : 2-3 years Job Location : Hosur Interview Location : Chennai Notice Period : Immediate Joinee Contact Person : Durga.S Contact Number : 044 45518215 , 044 45558290
Read more
Get to hear about interesting companies hiring right now
Company logo
Company logo
Company logo
Company logo
Company logo
Linkedin iconFollow Cutshort
Why apply via Cutshort?
Connect with actual hiring teams and get their fast response. No spam.
Find more jobs
Get to hear about interesting companies hiring right now
Company logo
Company logo
Company logo
Company logo
Company logo
Linkedin iconFollow Cutshort