Tumgik
#Using OData with ASP.NET Web API
abhihasabe · 5 years
Text
Infosys Mega Walk In Drive 2020
Tumblr media
Infosys Mega Walk In Drive 2020 https://jobs4fresher.com/wp-content/uploads/2019/05/Infosys.png Infosys Mega Walk In Drive:- Infosys BPM Ltd is hiring for Multiple Technology Skills in Chennai on 29-Feb-20 (Saturday). The complete details about Infosys Mega Walk In Drive 2020 as follows. Company Name:-  Infosys BPM Limited Company Website:- www.infosysbpm.com Walk In Location:- Chennai Job Role: Technology Support Specialist Technology: SAP ABAP / SAP Success Factor /SAP HCM/ Oracle DBA/ .Net /Angular / QTP/UFT / TOSCA /Java / Selenium with C# /Python Scripting /Unix Application /  Angular Job Location: Chennai Shifts: Should be flexible for 24*7 Shifts Experience : Minimum 2-5 Years Qualification : Any graduate with fulltime education Job:1 SAP ABAP Responsibilities: Excellent Technical skills in Reports, Forms, Interfaces, Conversions, Enhancements etc. Well versed with Object Oriented (OO) concepts of SAP ABAP with webDynpro. Good knowledge of ABAP Debugging, SAP Code inspector & other SAP standard tools w.r.t development. Ability to understand the functional requirements & convert them into Technical Specification Document independently. Knowledge on any of the niche skills ODATA, Workflow, Adobe Forms, Fiori, HANA checks etc. Job:2 Oracle DBA Responsibilities: Installation, upgrades and managed services experience in Application (11i and R12) and Database (9i, 19g, 11g, 12c) Must be well versed with AD utilities 3. Cloning and patching applications and databases Must be skilled in sysadmin activities like user administration responsibilities, request groups, register forms, printer setup, register custom applications, etc. Job:3 SAP Success Factor / HCM Responsibilities: Minimum 2-3 years of domain experience in HR SuccessFactors 2-3 E2E implementations is desirable knowledge in Benefits/Time off and US Payroll ALM / JIRA knowledge 2 to 3 years of working experience with HR processes optimization and automation, Job:4 Dot Net Minimum experience required: 2 years Should have worked on .Net implementation/Support project Expertise using Service Now – Ticketing/Analysis of tickets(L2/L3) and knowledge management as per ITIL framework Must have experience in .NET, ASP.NET MVC, C#, WPF, WCF, SQL Server Must have experience in Web services, Web API, REST services, HTML, CSS3 Job:5 QTP/UFT / TOSCA: Automation Testing with QTP/UFT/ TOSCA 2+ Years of Automation testing QTP(Tool) with Descriptive programming using VB Scripting(mandatory) Should have good understanding of STLC phases Should have worked on HP – QC/ALM Job:6 JAVA developer Skill(s): Java, J2EE, Spring framework, Hibernate, Full Stack Experience required: 2+ years • Should have knowledge of architectural design patterns, performance tuning and functional designs Job:7 Selenium with C# /Python Scripting C# / Python Selenium – Automation Job:8 Unix Application Support Responsibilities: Work experience in the range of 2 to 4 yrs in IT industry Minimum 3 years of experience in application support Atleast 2 years of experience in Unix, Data Base(SQL) Expertise on shell scripting Job:9 Angular.JS Responsibilities: Minimum 2 year of experience is required on Java Angular JS 4 and above Proficiency with JavaScript and HTML5. Should have UI skills with HTML 5, CSS, JavaScript, OOJS Deep knowledge of AngularJS practices and commonly used modules based on extensive work experience, Extensive knowledge of CSS and JS methods Mandatory Documents:- Carry a printout of this mail along with your profile. Carry any 2 photo Identity proof (PAN Card/Driving License/Voters ID card/Passport). Marks sheets (10th, 12th, UG & PG if any) Carry 5 Copies of recent passport size photographs Experience letters, 3 months pay slips, relieving letters if any with previous company Note: Reference DS-Mahadev Vamsi (mention on top of your CV before submit your candidature) Infosys Mega Walk In Drive Details :- Interview Date:- 29-Feb-20 (Saturday) Interview Time:– 09:30 AM to 11:30 AM Interview Venue:- Infosys BPO Ltd., Tidel Park | South Wing, C Block, 4th Floor |Taramani | Chennai 600113, India. Point of Contact:- Ibrahim For More Details About Infosys Mega Walk In Drive :- Click Here Join Our Telegram Channel(3500+ members) For Daily Job Updates– Click Here Join Facebook group For more updates Job Description Online : Click Here (adsbygoogle = window.adsbygoogle || ).push(); Apply Here Read the full article
1 note · View note
Text
WCF vs Web API: What to Choose for Your Project?
Tumblr media
Comparing WCF vs Web API for developing your project is not an easy task. These frameworks are competing with each other in terms of functionality and approach. Final result of selecting the one for development will greatly affect the project. Here we will see the important features and use cases of WCF and Web API that will help you to choose the right technology for your project development.
What is WCF?
WCF stands for Windows Communication Foundation. It is an effective platform for developing service-oriented applications. It allows developers to create secure, reliable, and also high profile development solutions which can be integrated across platforms and interoperate with existing investments.
HTTP services are easily built with this new framework.
Web API is open source. It is a perfect platform to create REST-ful services over the .NET Framework.
As opposed to WCF Rest service, it uses the complete features of HTTP (such as response/request headers, caching, versioning, and numerous content formats)
MVC features support controllers, routing, filter, action results, IOC container, model binders, or dependency injection, and unit testing that simplifies it and makes it more robust.
It can be hosted on IIS or within the application.
Its lightweight design makes it ideal for devices with minimal bandwidth.
Replies are formatted by Web API’s MediaTypeFormatter into XML, JSON, or any other format you wish to add as a MediaTypeFormatter.
What is Web API?
Web API is a framework which allows you to build HTTP services for browsers and mobile devices. It is an ideal platform for developing RESTful applications on the ASP .NET Framework. The ASP.NET Web API is an extensible framework for building HTTP based services that can be accessed in different applications on different platforms such a web, windows, mobile devices, etc.
It’s similar to ASP.NET MVC because it consists of MVC features such as routing, controllers, filter, action results, IOC container, model binders, and dependency injection. It isn’t a part of the MVC Framework, though. It’s an aspect of the core ASP.NET platform which can be used with MVC and similar Web applications such as Asp.Net WebForms. It can also act as an individual Web services application.
Only HTTP protocol is supported.
Any client who understands XML can use it, but it is not open-source.
It is based on return data and SOAP in XML format.
Only IIS can host it.
It supports HTTP POST and GET verbs by [WebInvoke] and [WebGet] attributes.
webHttpBindings must be enabled if WCF as WCF Rest service use is required.
Sending data via parameters using a WebGet warrants configuration. The UriTemplate must be specific.
JSON, XML, and ATOM data formats are supported.
WCF vs Web API-
Tumblr media
1. Security-
When looking at WCF vs Web API, both frameworks have accepted security standards. Concerning WCF, skilled security helpers and also frameworks can offer protection on an enterprise-level, which includes security that holds the WS-I (Web Services Interoperability Organization) guidelines. in Web API general web standards are used for security, like Token and Basic authentication . If correctly enforced, security in both frameworks will be as effective as the other, keeping in mind that several organizations sometimes need exact execution of protection. However, RESTful services offer more flexibility than SOAP. This can be helpful when authenticating an outside service like Google, Windows Live IDs, Twitter, or Facebook.
2. Purpose/ Functionality-
As mentioned above, SOAP services must be action-oriented. Also OData/REST must be very resource-oriented. While all action-oriented service can be changed to a resource-oriented service, there are several instances where a single SOAP may result in numerous REST calls. This generates extra overhead in calling the service, so that it makes the client’s code more complicated, and may result in data problems in badly developed systems. Properly developed REST services have the ability to mitigate this with indirect steps.  For example, a SOAP call that purchases an item for a shopper may do this:
1. Produce order
2. Minimize the item’s stock quantity
3. Produce a new shipping job
3. Update customer’s order history.
That SOAP call may lead to a quartet of individual REST calls updating all of those resources, or, in a correctly developed system, one produce (POST) PurchaseOrder call that stimulates actions to update the remaining resources as needed. In short, RESTful services must be basic and atomic, yet SOAP services have the adaptability to be complicated and bulky.
Because they can be accessed freely in URLs, REST services are easier to find than SOAP services. Additionally, proper REST services are keen enough to set up the extent that idempotency and endpoints are concerned.
3. Overhead coding-
On the client’s side, it is easy to use HTTP to call a RESTful service, but deserializing and serializing items, hardcoding resource endpoints, and reproducing personalized returnable classes can be problematic. Minimal-level engagement with the web service is abstracted in SOAP services automatically. WCF has many configurations and warrants meticulous XML work to configure it properly. Apart from this, Web API has a regular ready-to-use setup that is effective for many services and offers personalized services.
4. Client Interoperability-
Not only RESTful services but also Web API, focusses on ease of use and being lightweight. Using the same HTTP calls, all applications that can access a website can also access RESTful service. If you’re directly comparing WCF vs Web API, this is different from SOAP, as the client needs to know the web service inside out when using the WSDL file. The WSDL configuration supplements some complexities and warrants extra details that may not be accessible on some devices (smart TVs, phones, and the like) as well as frameworks and programming languages.
5. Bandwidth/speed-
Because RESTful services use only basic HTTP, the response and request packets are usually smaller than SOP response and request packets, which package objects, parameters, metadata, etc. in an XML payload. This is necessary to consider when handling low bandwidth or mobile devices. The easy HTTP response and request also usually easy for people to read than SOAP response/requests. While that is more important because these services tend to be programmatically consumed.
Selection of WCF vs Web API-
If you Require a support for Message queues, end to end message security, duplex communication, distributed transactions, etc., you should choose WCF.
When you already have existing working WCF services and Wants to add HTTP support additionally, choose WCF.
A case where you want to create a resource-oriented service over HTTP you should choose, Web API.
If your project is an MVC application and wants some functionality over HTTP, choose Web API.
If you want to build an HTTP / RESTful services, select Web API.
It’s not possible to select a best in WCF vs Web API competition and state that which choice is superior to the next. There is a simple method of selecting best framework most suitable when developing a new web service. If it’s an internet/external web service, use Web API. While, if it’s an intranet/internal web service, use WCF.
Are you looking to develop a web application for your business? Then you are at the ideal platform. Solace is a software development company which specializes in custom applications development using WCF and Web API as our core strength and foundation. Contact us and we’ll be glad to help you through our experts to develop your next web app.
0 notes
nox-lathiaen · 6 years
Text
Python Developer
Python Developer @ Roseland, NJ Long Term Contract Visa: H1B/GC/Citizens Required Skills : Java, Python, API development Basic Qualifications :GIT version control Additional Skills : AWS, DevOps, jenkins Job Description : Designs, develops, and implements Java API applications to support business requirements, develops python scripts to implement data protection rules within vendor tool. Designs, develops, and implements Java API applications to support business requirements, following approved life cycle methodologies, creates design documents, and performs program coding and testing. Also develops python scripts to implement data protection rules within vendor tool (Protegrity). Resolves technical issues through debugging, research, and investigation. Requires a bachelor's degree and 4-6 years of Java experience, and a similar level of Python experience. Familiar with standard API development concepts, practices, and procedures. Familiar with a scrum/agile development methodology, and GIT version control. Needs to be self-directed and able to complete tasks with minimal direction given adequate specifications and guidelines. Good written and verbal communication skills (English). Role: Senior .Net Developer /Lead ( ONLY LOCALS /F2F) Location: Denver, CO, 80206 Duration: Long Term Contract Visa: GC/Citizens/ H4 / H1B Mode of Interview: Face to Face Responsibilities: Collaborate in the design of new software, features, functionality and applications. Build, test and implement new software. Assist in managing and maintaining existing applications. Works with team members and business partners to decompose requirements into actionable tasks. Delivers to aggressive release schedules working as a cooperative team member in an agile development environment. Produces technical specifications for required features and architectural/framework improvements. Participates in design meetings, system analysis, research and peer code reviews. Prepares and conducts unit and integration tests based on defined standards. Ensures that code meets stated requirements and standards for accessibility, security, object-oriented best practices and performance. Effectively functions and communicates within a software development team consisting of developers, quality assurance and business analysts. Assists in the development of documentation such as design artifacts, unit tests, code, and fixes. Partner with the Janus Henderson Security team to ensure security policies are adhered to and embraced. Professional experience as a software engineer/developer in C#.NET and other .NET technologies Professional experience developing Restful APIs using Web API 2.0 In-depth understanding of a micro services architecture and OData Professional experience developing web application using Angular 6 Exposure to Asp.Net, .Net Core, IIS, JSON, LINQ, MVC, JQuery, Entity Framework, JavaScript, HTML, CSS Advanced knowledge of SQL and relational database concepts, including query optimization and performance tuning Excellent written and verbal communications skills Proactive and analytical with strong problem solving skills Strong knowledge in Object Oriented Analysis, Design and Programming Required Skills: 5+ years? application development and implementation experience, particularly in developing and consuming APIs 5+ years? professional experience as a software engineer/developer in C#.NET, Microsoft .NET technology 5+ years? demonstrated application development and troubleshooting capability 4+ years? experience building integrations using Restful API / web service technologies (REST, XML) 3+ years? demonstrated knowledge of Relational Databases including SQL Server and Oracle RDBMS 3+ years? experience with Microsoft IIS web server technologies 2+ year experience with micro services architecture and OData Experience in reporting tools/platforms such as Cognos, Crystal Reports, etc. Strong communication and problem solving skills -- Reference : Python Developer jobs Source: http://jobrealtime.com/jobs/technology/python-developer_i3108
0 notes
rafi1228 · 5 years
Link
Learn How to : Create ASP.Net Web API, CRUD with ASP.Net Web API , Routing in ASP.Net Web API, Json, Bson, XML Format
What you’ll learn
Learn the core ASP. Net Web Api skills needed for C# Web Api developer position
Have understanding of ASP. Net Web Api fundamentals
Learn How to create your own Web Api and use it
Learn to use versioning in Asp. Net Web Api
Hosting Asp. net web api with Owin
Implementing https with Asp. net Web Api
How to Unit test Asp. net web api controllers
Make custom media type formats like getting csv file from asp. net web api
Requirements
Aspiring It professionals having some background in .Net development
Experienced Developers looking to enhance their knowledge of API development
Description
What is Web API?
ASP dot net Web API is a framework that makes it easy to build HTTP services that reach a broad range of clients, including browsers and mobile devices. ASP dot net Web API is an ideal platform for building Restful applications on the .NET Framework.
HTTP &  Web API
HTTP protocol is not just for serving up web pages. It is also a powerful platform for building APIs that expose services and data. HTTP is simple, flexible. Almost any platform that you can think of has an HTTP library, so HTTP services can reach a broad range of clients, including browsers, mobile devices, and traditional desktop applications.
Here is the list of lectures which are part of this course.
Lecture 1: Getting Started with ASP dot net Web API
Lecture 2: Using ASP dot net Web API with Microsoft Entity Framework
Lecture 3: Supporting OData Query Options in ASP dot net Web API
Lecture 4: Doing CRUD with ASP dot net Web API
Lecture 5: Routing in ASP dot net Web API
Lecture 6: Attribute Routing in ASP dot net Web API
Lecture 7: ASP dot net Web API and Exception Handling
Lecture 8: Media Formatters in ASP dot net Web API
Lecture 9: JSON and XML Serialization in ASP dot net Web API
Lecture 10: BSON Support in ASP dot net Web API 2.1
Lecture 11: Unit Testing Controllers in ASP dot net Web API
Lecture 12: OWIN to Self-Host ASP dot net Web API
Lecture 13: Hosting ASP dot net Web API in IIS & IISExpress
Who can attend this course?
The course is designed for .Net Developers, Tech Leads and Architects who are working on Microsoft technologies like ASP dot net, ASP dot net MVC for developing web and mobile based applications.
Prerequisites
You will need Visual Studio 2012/13 and ASP dot net. Web API 2.0 to do practical’s as stated here. The course is mainly covered as videos and presentations.
Course Duration
It depends on the individual pace to complete the course. It’s targeted to finish in a week.
What will you be learning
After completion the learner will be able to develop ASP dot net Web API services comfortably.
Who this course is for:
Freshers
.Net Developers
IT Professionals
Created by Lalit Kumar Last updated 12/2018 English English [Auto-generated]
Size: 1.61 GB
   Download Now
https://ift.tt/2pJgJhr.
The post Learn Web API in 7 Days – ASP.Net Web API appeared first on Free Course Lab.
0 notes
templatesofficecom · 5 years
Text
Supercharging your Web APIs with OData and ASP.NET Core
Supercharging your Web APIs with OData and ASP.NET Core
Supercharging your Web APIs with OData and ASP.NET Core
OData (Open Data Protocol) is an ISO/IEC approved, OASIS standard that defines a set of best practices for building and consuming Web APIs.
In this episode, Hassan Habib joins Jeremy to show us how we can easily add OData support to an existing Web API built with ASP.NET Core.
[01:26] – What is OData? [04:38] – Demo [07:18] – How can you add…
View On WordPress
0 notes
qoholiccom · 6 years
Text
Python Developer
Python Developer @ Roseland, NJ Long Term Contract Visa: H1B/GC/Citizens Required Skills : Java, Python, API development Basic Qualifications :GIT version control Additional Skills : AWS, DevOps, jenkins Job Description : Designs, develops, and implements Java API applications to support business requirements, develops python scripts to implement data protection rules within vendor tool. Designs, develops, and implements Java API applications to support business requirements, following approved life cycle methodologies, creates design documents, and performs program coding and testing. Also develops python scripts to implement data protection rules within vendor tool (Protegrity). Resolves technical issues through debugging, research, and investigation. Requires a bachelor's degree and 4-6 years of Java experience, and a similar level of Python experience. Familiar with standard API development concepts, practices, and procedures. Familiar with a scrum/agile development methodology, and GIT version control. Needs to be self-directed and able to complete tasks with minimal direction given adequate specifications and guidelines. Good written and verbal communication skills (English). Role: Senior .Net Developer /Lead ( ONLY LOCALS /F2F) Location: Denver, CO, 80206 Duration: Long Term Contract Visa: GC/Citizens/ H4 / H1B Mode of Interview: Face to Face Responsibilities: Collaborate in the design of new software, features, functionality and applications. Build, test and implement new software. Assist in managing and maintaining existing applications. Works with team members and business partners to decompose requirements into actionable tasks. Delivers to aggressive release schedules working as a cooperative team member in an agile development environment. Produces technical specifications for required features and architectural/framework improvements. Participates in design meetings, system analysis, research and peer code reviews. Prepares and conducts unit and integration tests based on defined standards. Ensures that code meets stated requirements and standards for accessibility, security, object-oriented best practices and performance. Effectively functions and communicates within a software development team consisting of developers, quality assurance and business analysts. Assists in the development of documentation such as design artifacts, unit tests, code, and fixes. Partner with the Janus Henderson Security team to ensure security policies are adhered to and embraced. Professional experience as a software engineer/developer in C#.NET and other .NET technologies Professional experience developing Restful APIs using Web API 2.0 In-depth understanding of a micro services architecture and OData Professional experience developing web application using Angular 6 Exposure to Asp.Net, .Net Core, IIS, JSON, LINQ, MVC, JQuery, Entity Framework, JavaScript, HTML, CSS Advanced knowledge of SQL and relational database concepts, including query optimization and performance tuning Excellent written and verbal communications skills Proactive and analytical with strong problem solving skills Strong knowledge in Object Oriented Analysis, Design and Programming Required Skills: 5+ years? application development and implementation experience, particularly in developing and consuming APIs 5+ years? professional experience as a software engineer/developer in C#.NET, Microsoft .NET technology 5+ years? demonstrated application development and troubleshooting capability 4+ years? experience building integrations using Restful API / web service technologies (REST, XML) 3+ years? demonstrated knowledge of Relational Databases including SQL Server and Oracle RDBMS 3+ years? experience with Microsoft IIS web server technologies 2+ year experience with micro services architecture and OData Experience in reporting tools/platforms such as Cognos, Crystal Reports, etc. Strong communication and problem solving skills -- Reference : Python Developer jobs source http://www.qoholic.com/jobs/technology/python-developer_i4567
0 notes
qoholicjobs · 6 years
Text
Python Developer
Python Developer @ Roseland, NJ Long Term Contract Visa: H1B/GC/Citizens Required Skills : Java, Python, API development Basic Qualifications :GIT version control Additional Skills : AWS, DevOps, jenkins Job Description : Designs, develops, and implements Java API applications to support business requirements, develops python scripts to implement data protection rules within vendor tool. Designs, develops, and implements Java API applications to support business requirements, following approved life cycle methodologies, creates design documents, and performs program coding and testing. Also develops python scripts to implement data protection rules within vendor tool (Protegrity). Resolves technical issues through debugging, research, and investigation. Requires a bachelor's degree and 4-6 years of Java experience, and a similar level of Python experience. Familiar with standard API development concepts, practices, and procedures. Familiar with a scrum/agile development methodology, and GIT version control. Needs to be self-directed and able to complete tasks with minimal direction given adequate specifications and guidelines. Good written and verbal communication skills (English). Role: Senior .Net Developer /Lead ( ONLY LOCALS /F2F) Location: Denver, CO, 80206 Duration: Long Term Contract Visa: GC/Citizens/ H4 / H1B Mode of Interview: Face to Face Responsibilities: Collaborate in the design of new software, features, functionality and applications. Build, test and implement new software. Assist in managing and maintaining existing applications. Works with team members and business partners to decompose requirements into actionable tasks. Delivers to aggressive release schedules working as a cooperative team member in an agile development environment. Produces technical specifications for required features and architectural/framework improvements. Participates in design meetings, system analysis, research and peer code reviews. Prepares and conducts unit and integration tests based on defined standards. Ensures that code meets stated requirements and standards for accessibility, security, object-oriented best practices and performance. Effectively functions and communicates within a software development team consisting of developers, quality assurance and business analysts. Assists in the development of documentation such as design artifacts, unit tests, code, and fixes. Partner with the Janus Henderson Security team to ensure security policies are adhered to and embraced. Professional experience as a software engineer/developer in C#.NET and other .NET technologies Professional experience developing Restful APIs using Web API 2.0 In-depth understanding of a micro services architecture and OData Professional experience developing web application using Angular 6 Exposure to Asp.Net, .Net Core, IIS, JSON, LINQ, MVC, JQuery, Entity Framework, JavaScript, HTML, CSS Advanced knowledge of SQL and relational database concepts, including query optimization and performance tuning Excellent written and verbal communications skills Proactive and analytical with strong problem solving skills Strong knowledge in Object Oriented Analysis, Design and Programming Required Skills: 5+ years? application development and implementation experience, particularly in developing and consuming APIs 5+ years? professional experience as a software engineer/developer in C#.NET, Microsoft .NET technology 5+ years? demonstrated application development and troubleshooting capability 4+ years? experience building integrations using Restful API / web service technologies (REST, XML) 3+ years? demonstrated knowledge of Relational Databases including SQL Server and Oracle RDBMS 3+ years? experience with Microsoft IIS web server technologies 2+ year experience with micro services architecture and OData Experience in reporting tools/platforms such as Cognos, Crystal Reports, etc. Strong communication and problem solving skills -- Reference : Python Developer jobs source http://www.qoholic.com/jobs/technology/python-developer_i4567
0 notes
linkhello · 6 years
Text
Python Developer
Python Developer @ Roseland, NJ Long Term Contract Visa: H1B/GC/Citizens Required Skills : Java, Python, API development Basic Qualifications :GIT version control Additional Skills : AWS, DevOps, jenkins Job Description : Designs, develops, and implements Java API applications to support business requirements, develops python scripts to implement data protection rules within vendor tool. Designs, develops, and implements Java API applications to support business requirements, following approved life cycle methodologies, creates design documents, and performs program coding and testing. Also develops python scripts to implement data protection rules within vendor tool (Protegrity). Resolves technical issues through debugging, research, and investigation. Requires a bachelor's degree and 4-6 years of Java experience, and a similar level of Python experience. Familiar with standard API development concepts, practices, and procedures. Familiar with a scrum/agile development methodology, and GIT version control. Needs to be self-directed and able to complete tasks with minimal direction given adequate specifications and guidelines. Good written and verbal communication skills (English). Role: Senior .Net Developer /Lead ( ONLY LOCALS /F2F) Location: Denver, CO, 80206 Duration: Long Term Contract Visa: GC/Citizens/ H4 / H1B Mode of Interview: Face to Face Responsibilities: Collaborate in the design of new software, features, functionality and applications. Build, test and implement new software. Assist in managing and maintaining existing applications. Works with team members and business partners to decompose requirements into actionable tasks. Delivers to aggressive release schedules working as a cooperative team member in an agile development environment. Produces technical specifications for required features and architectural/framework improvements. Participates in design meetings, system analysis, research and peer code reviews. Prepares and conducts unit and integration tests based on defined standards. Ensures that code meets stated requirements and standards for accessibility, security, object-oriented best practices and performance. Effectively functions and communicates within a software development team consisting of developers, quality assurance and business analysts. Assists in the development of documentation such as design artifacts, unit tests, code, and fixes. Partner with the Janus Henderson Security team to ensure security policies are adhered to and embraced. Professional experience as a software engineer/developer in C#.NET and other .NET technologies Professional experience developing Restful APIs using Web API 2.0 In-depth understanding of a micro services architecture and OData Professional experience developing web application using Angular 6 Exposure to Asp.Net, .Net Core, IIS, JSON, LINQ, MVC, JQuery, Entity Framework, JavaScript, HTML, CSS Advanced knowledge of SQL and relational database concepts, including query optimization and performance tuning Excellent written and verbal communications skills Proactive and analytical with strong problem solving skills Strong knowledge in Object Oriented Analysis, Design and Programming Required Skills: 5+ years? application development and implementation experience, particularly in developing and consuming APIs 5+ years? professional experience as a software engineer/developer in C#.NET, Microsoft .NET technology 5+ years? demonstrated application development and troubleshooting capability 4+ years? experience building integrations using Restful API / web service technologies (REST, XML) 3+ years? demonstrated knowledge of Relational Databases including SQL Server and Oracle RDBMS 3+ years? experience with Microsoft IIS web server technologies 2+ year experience with micro services architecture and OData Experience in reporting tools/platforms such as Cognos, Crystal Reports, etc. Strong communication and problem solving skills -- Reference : Python Developer jobs source http://linkhello.com/jobs/technology/python-developer_i3272
0 notes
cvwing · 6 years
Text
Python Developer
Python Developer @ Roseland, NJ Long Term Contract Visa: H1B/GC/Citizens Required Skills : Java, Python, API development Basic Qualifications :GIT version control Additional Skills : AWS, DevOps, jenkins Job Description : Designs, develops, and implements Java API applications to support business requirements, develops python scripts to implement data protection rules within vendor tool. Designs, develops, and implements Java API applications to support business requirements, following approved life cycle methodologies, creates design documents, and performs program coding and testing. Also develops python scripts to implement data protection rules within vendor tool (Protegrity). Resolves technical issues through debugging, research, and investigation. Requires a bachelor's degree and 4-6 years of Java experience, and a similar level of Python experience. Familiar with standard API development concepts, practices, and procedures. Familiar with a scrum/agile development methodology, and GIT version control. Needs to be self-directed and able to complete tasks with minimal direction given adequate specifications and guidelines. Good written and verbal communication skills (English). Role: Senior .Net Developer /Lead ( ONLY LOCALS /F2F) Location: Denver, CO, 80206 Duration: Long Term Contract Visa: GC/Citizens/ H4 / H1B Mode of Interview: Face to Face Responsibilities: Collaborate in the design of new software, features, functionality and applications. Build, test and implement new software. Assist in managing and maintaining existing applications. Works with team members and business partners to decompose requirements into actionable tasks. Delivers to aggressive release schedules working as a cooperative team member in an agile development environment. Produces technical specifications for required features and architectural/framework improvements. Participates in design meetings, system analysis, research and peer code reviews. Prepares and conducts unit and integration tests based on defined standards. Ensures that code meets stated requirements and standards for accessibility, security, object-oriented best practices and performance. Effectively functions and communicates within a software development team consisting of developers, quality assurance and business analysts. Assists in the development of documentation such as design artifacts, unit tests, code, and fixes. Partner with the Janus Henderson Security team to ensure security policies are adhered to and embraced. Professional experience as a software engineer/developer in C#.NET and other .NET technologies Professional experience developing Restful APIs using Web API 2.0 In-depth understanding of a micro services architecture and OData Professional experience developing web application using Angular 6 Exposure to Asp.Net, .Net Core, IIS, JSON, LINQ, MVC, JQuery, Entity Framework, JavaScript, HTML, CSS Advanced knowledge of SQL and relational database concepts, including query optimization and performance tuning Excellent written and verbal communications skills Proactive and analytical with strong problem solving skills Strong knowledge in Object Oriented Analysis, Design and Programming Required Skills: 5+ years? application development and implementation experience, particularly in developing and consuming APIs 5+ years? professional experience as a software engineer/developer in C#.NET, Microsoft .NET technology 5+ years? demonstrated application development and troubleshooting capability 4+ years? experience building integrations using Restful API / web service technologies (REST, XML) 3+ years? demonstrated knowledge of Relational Databases including SQL Server and Oracle RDBMS 3+ years? experience with Microsoft IIS web server technologies 2+ year experience with micro services architecture and OData Experience in reporting tools/platforms such as Cognos, Crystal Reports, etc. Strong communication and problem solving skills -- Reference : Python Developer jobs source http://cvwing.com/jobs/technology/python-developer_i3275
0 notes
robertflehman · 6 years
Text
Python Developer
Python Developer @ Roseland, NJ Long Term Contract Visa: H1B/GC/Citizens Required Skills : Java, Python, API development Basic Qualifications :GIT version control Additional Skills : AWS, DevOps, jenkins Job Description : Designs, develops, and implements Java API applications to support business requirements, develops python scripts to implement data protection rules within vendor tool. Designs, develops, and implements Java API applications to support business requirements, following approved life cycle methodologies, creates design documents, and performs program coding and testing. Also develops python scripts to implement data protection rules within vendor tool (Protegrity). Resolves technical issues through debugging, research, and investigation. Requires a bachelor's degree and 4-6 years of Java experience, and a similar level of Python experience. Familiar with standard API development concepts, practices, and procedures. Familiar with a scrum/agile development methodology, and GIT version control. Needs to be self-directed and able to complete tasks with minimal direction given adequate specifications and guidelines. Good written and verbal communication skills (English). Role: Senior .Net Developer /Lead ( ONLY LOCALS /F2F) Location: Denver, CO, 80206 Duration: Long Term Contract Visa: GC/Citizens/ H4 / H1B Mode of Interview: Face to Face Responsibilities: Collaborate in the design of new software, features, functionality and applications. Build, test and implement new software. Assist in managing and maintaining existing applications. Works with team members and business partners to decompose requirements into actionable tasks. Delivers to aggressive release schedules working as a cooperative team member in an agile development environment. Produces technical specifications for required features and architectural/framework improvements. Participates in design meetings, system analysis, research and peer code reviews. Prepares and conducts unit and integration tests based on defined standards. Ensures that code meets stated requirements and standards for accessibility, security, object-oriented best practices and performance. Effectively functions and communicates within a software development team consisting of developers, quality assurance and business analysts. Assists in the development of documentation such as design artifacts, unit tests, code, and fixes. Partner with the Janus Henderson Security team to ensure security policies are adhered to and embraced. Professional experience as a software engineer/developer in C#.NET and other .NET technologies Professional experience developing Restful APIs using Web API 2.0 In-depth understanding of a micro services architecture and OData Professional experience developing web application using Angular 6 Exposure to Asp.Net, .Net Core, IIS, JSON, LINQ, MVC, JQuery, Entity Framework, JavaScript, HTML, CSS Advanced knowledge of SQL and relational database concepts, including query optimization and performance tuning Excellent written and verbal communications skills Proactive and analytical with strong problem solving skills Strong knowledge in Object Oriented Analysis, Design and Programming Required Skills: 5+ years? application development and implementation experience, particularly in developing and consuming APIs 5+ years? professional experience as a software engineer/developer in C#.NET, Microsoft .NET technology 5+ years? demonstrated application development and troubleshooting capability 4+ years? experience building integrations using Restful API / web service technologies (REST, XML) 3+ years? demonstrated knowledge of Relational Databases including SQL Server and Oracle RDBMS 3+ years? experience with Microsoft IIS web server technologies 2+ year experience with micro services architecture and OData Experience in reporting tools/platforms such as Cognos, Crystal Reports, etc. Strong communication and problem solving skills -- Reference : Python Developer jobs from Latest listings added - JobRealTime http://jobrealtime.com/jobs/technology/python-developer_i3108
0 notes
jobsaggregationco · 6 years
Text
Python Developer
Python Developer @ Roseland, NJ Long Term Contract Visa: H1B/GC/Citizens Required Skills : Java, Python, API development Basic Qualifications :GIT version control Additional Skills : AWS, DevOps, jenkins Job Description : Designs, develops, and implements Java API applications to support business requirements, develops python scripts to implement data protection rules within vendor tool. Designs, develops, and implements Java API applications to support business requirements, following approved life cycle methodologies, creates design documents, and performs program coding and testing. Also develops python scripts to implement data protection rules within vendor tool (Protegrity). Resolves technical issues through debugging, research, and investigation. Requires a bachelor's degree and 4-6 years of Java experience, and a similar level of Python experience. Familiar with standard API development concepts, practices, and procedures. Familiar with a scrum/agile development methodology, and GIT version control. Needs to be self-directed and able to complete tasks with minimal direction given adequate specifications and guidelines. Good written and verbal communication skills (English). Role: Senior .Net Developer /Lead ( ONLY LOCALS /F2F) Location: Denver, CO, 80206 Duration: Long Term Contract Visa: GC/Citizens/ H4 / H1B Mode of Interview: Face to Face Responsibilities: Collaborate in the design of new software, features, functionality and applications. Build, test and implement new software. Assist in managing and maintaining existing applications. Works with team members and business partners to decompose requirements into actionable tasks. Delivers to aggressive release schedules working as a cooperative team member in an agile development environment. Produces technical specifications for required features and architectural/framework improvements. Participates in design meetings, system analysis, research and peer code reviews. Prepares and conducts unit and integration tests based on defined standards. Ensures that code meets stated requirements and standards for accessibility, security, object-oriented best practices and performance. Effectively functions and communicates within a software development team consisting of developers, quality assurance and business analysts. Assists in the development of documentation such as design artifacts, unit tests, code, and fixes. Partner with the Janus Henderson Security team to ensure security policies are adhered to and embraced. Professional experience as a software engineer/developer in C#.NET and other .NET technologies Professional experience developing Restful APIs using Web API 2.0 In-depth understanding of a micro services architecture and OData Professional experience developing web application using Angular 6 Exposure to Asp.Net, .Net Core, IIS, JSON, LINQ, MVC, JQuery, Entity Framework, JavaScript, HTML, CSS Advanced knowledge of SQL and relational database concepts, including query optimization and performance tuning Excellent written and verbal communications skills Proactive and analytical with strong problem solving skills Strong knowledge in Object Oriented Analysis, Design and Programming Required Skills: 5+ years? application development and implementation experience, particularly in developing and consuming APIs 5+ years? professional experience as a software engineer/developer in C#.NET, Microsoft .NET technology 5+ years? demonstrated application development and troubleshooting capability 4+ years? experience building integrations using Restful API / web service technologies (REST, XML) 3+ years? demonstrated knowledge of Relational Databases including SQL Server and Oracle RDBMS 3+ years? experience with Microsoft IIS web server technologies 2+ year experience with micro services architecture and OData Experience in reporting tools/platforms such as Cognos, Crystal Reports, etc. Strong communication and problem solving skills -- Reference : Python Developer jobs source http://jobsaggregation.com/jobs/technology/python-developer_i3108
0 notes
dexnurseyheadcanons · 6 years
Text
Python Developer
Python Developer @ Roseland, NJ Long Term Contract Visa: H1B/GC/Citizens Required Skills : Java, Python, API development Basic Qualifications :GIT version control Additional Skills : AWS, DevOps, jenkins Job Description : Designs, develops, and implements Java API applications to support business requirements, develops python scripts to implement data protection rules within vendor tool. Designs, develops, and implements Java API applications to support business requirements, following approved life cycle methodologies, creates design documents, and performs program coding and testing. Also develops python scripts to implement data protection rules within vendor tool (Protegrity). Resolves technical issues through debugging, research, and investigation. Requires a bachelor's degree and 4-6 years of Java experience, and a similar level of Python experience. Familiar with standard API development concepts, practices, and procedures. Familiar with a scrum/agile development methodology, and GIT version control. Needs to be self-directed and able to complete tasks with minimal direction given adequate specifications and guidelines. Good written and verbal communication skills (English). Role: Senior .Net Developer /Lead ( ONLY LOCALS /F2F) Location: Denver, CO, 80206 Duration: Long Term Contract Visa: GC/Citizens/ H4 / H1B Mode of Interview: Face to Face Responsibilities: Collaborate in the design of new software, features, functionality and applications. Build, test and implement new software. Assist in managing and maintaining existing applications. Works with team members and business partners to decompose requirements into actionable tasks. Delivers to aggressive release schedules working as a cooperative team member in an agile development environment. Produces technical specifications for required features and architectural/framework improvements. Participates in design meetings, system analysis, research and peer code reviews. Prepares and conducts unit and integration tests based on defined standards. Ensures that code meets stated requirements and standards for accessibility, security, object-oriented best practices and performance. Effectively functions and communicates within a software development team consisting of developers, quality assurance and business analysts. Assists in the development of documentation such as design artifacts, unit tests, code, and fixes. Partner with the Janus Henderson Security team to ensure security policies are adhered to and embraced. Professional experience as a software engineer/developer in C#.NET and other .NET technologies Professional experience developing Restful APIs using Web API 2.0 In-depth understanding of a micro services architecture and OData Professional experience developing web application using Angular 6 Exposure to Asp.Net, .Net Core, IIS, JSON, LINQ, MVC, JQuery, Entity Framework, JavaScript, HTML, CSS Advanced knowledge of SQL and relational database concepts, including query optimization and performance tuning Excellent written and verbal communications skills Proactive and analytical with strong problem solving skills Strong knowledge in Object Oriented Analysis, Design and Programming Required Skills: 5+ years? application development and implementation experience, particularly in developing and consuming APIs 5+ years? professional experience as a software engineer/developer in C#.NET, Microsoft .NET technology 5+ years? demonstrated application development and troubleshooting capability 4+ years? experience building integrations using Restful API / web service technologies (REST, XML) 3+ years? demonstrated knowledge of Relational Databases including SQL Server and Oracle RDBMS 3+ years? experience with Microsoft IIS web server technologies 2+ year experience with micro services architecture and OData Experience in reporting tools/platforms such as Cognos, Crystal Reports, etc. Strong communication and problem solving skills -- Reference : Python Developer jobs Source: http://jobsaggregation.com/jobs/technology/python-developer_i3108
0 notes
shwee-sawyer · 6 years
Text
Python Developer
Python Developer @ Roseland, NJ Long Term Contract Visa: H1B/GC/Citizens Required Skills : Java, Python, API development Basic Qualifications :GIT version control Additional Skills : AWS, DevOps, jenkins Job Description : Designs, develops, and implements Java API applications to support business requirements, develops python scripts to implement data protection rules within vendor tool. Designs, develops, and implements Java API applications to support business requirements, following approved life cycle methodologies, creates design documents, and performs program coding and testing. Also develops python scripts to implement data protection rules within vendor tool (Protegrity). Resolves technical issues through debugging, research, and investigation. Requires a bachelor's degree and 4-6 years of Java experience, and a similar level of Python experience. Familiar with standard API development concepts, practices, and procedures. Familiar with a scrum/agile development methodology, and GIT version control. Needs to be self-directed and able to complete tasks with minimal direction given adequate specifications and guidelines. Good written and verbal communication skills (English). Role: Senior .Net Developer /Lead ( ONLY LOCALS /F2F) Location: Denver, CO, 80206 Duration: Long Term Contract Visa: GC/Citizens/ H4 / H1B Mode of Interview: Face to Face Responsibilities: Collaborate in the design of new software, features, functionality and applications. Build, test and implement new software. Assist in managing and maintaining existing applications. Works with team members and business partners to decompose requirements into actionable tasks. Delivers to aggressive release schedules working as a cooperative team member in an agile development environment. Produces technical specifications for required features and architectural/framework improvements. Participates in design meetings, system analysis, research and peer code reviews. Prepares and conducts unit and integration tests based on defined standards. Ensures that code meets stated requirements and standards for accessibility, security, object-oriented best practices and performance. Effectively functions and communicates within a software development team consisting of developers, quality assurance and business analysts. Assists in the development of documentation such as design artifacts, unit tests, code, and fixes. Partner with the Janus Henderson Security team to ensure security policies are adhered to and embraced. Professional experience as a software engineer/developer in C#.NET and other .NET technologies Professional experience developing Restful APIs using Web API 2.0 In-depth understanding of a micro services architecture and OData Professional experience developing web application using Angular 6 Exposure to Asp.Net, .Net Core, IIS, JSON, LINQ, MVC, JQuery, Entity Framework, JavaScript, HTML, CSS Advanced knowledge of SQL and relational database concepts, including query optimization and performance tuning Excellent written and verbal communications skills Proactive and analytical with strong problem solving skills Strong knowledge in Object Oriented Analysis, Design and Programming Required Skills: 5+ years? application development and implementation experience, particularly in developing and consuming APIs 5+ years? professional experience as a software engineer/developer in C#.NET, Microsoft .NET technology 5+ years? demonstrated application development and troubleshooting capability 4+ years? experience building integrations using Restful API / web service technologies (REST, XML) 3+ years? demonstrated knowledge of Relational Databases including SQL Server and Oracle RDBMS 3+ years? experience with Microsoft IIS web server technologies 2+ year experience with micro services architecture and OData Experience in reporting tools/platforms such as Cognos, Crystal Reports, etc. Strong communication and problem solving skills -- Reference : Python Developer jobs Source: http://cvwing.com/jobs/technology/python-developer_i3275
0 notes
carlajsmith · 6 years
Text
Using OData Query Options In ASP.NET Web API
Here is how we can use OData query Option in ASP.Net Web API, What are OData Query options: There can be a requirement wherein client sends some parameters in request URI and those parameters are applied on the server side to perform the desired actions while getting data from API service interface. from C-Sharpcorner Latest Content https://ift.tt/2Q1fwi3
from C Sharp Corner https://csharpcorner.tumblr.com/post/180587961166
0 notes
just4programmers · 6 years
Text
Headless CMS and Decoupled CMS in .NET Core
I'm sure I'll miss some, so if I do, please sound off in the comments and I'll update this post over the next week or so!
Lately I've been noticing a lot of "Headless" CMSs (Content Management System). A ton, in fact. I wanted to explore this concept and see if it's a fad or if it's really something useful.
Given the rise of clean RESTful APIs has come the rise of Headless CMS systems. We've all evaluated CMS systems (ones that included both front- and back-ends) and found the front-end wanting. Perhaps it lacks flexibility OR it's way too flexible and overwhelming. In fact, when I wrote my podcast website I considered a CMS but decided it felt too heavy for just a small site.
A Headless CMS is a back-end only content management system (CMS) built from the ground up as a content repository that makes content accessible via a RESTful API for display on any device.
I could start with a database but what if I started with a CMS that was just a backend - a headless CMS. I'll handle the front end, and it'll handle the persistence.
Here's what I found when exploring .NET Core-based Headless CMSs. One thing worth noting, is that given Docker containers and the ease with which we can deploy hybrid systems, some of these solutions have .NET Core front-ends and "who cares, it returns JSON" for the back-end!
Lynicon
Lyncicon is literally implemented as a NuGet Library! It stores its data as structured JSON. It's built on top of ASP.NET Core and uses MVC concepts and architecture.
It does include a front-end for administration but it's not required. It will return HTML or JSON depending on what HTTP headers are sent in. This means you can easily use it as the back-end for your Angular or existing SPA apps.
Lyncion is largely open source at https://github.com/jamesej/lyniconanc. If you want to take it to the next level there's a small fee that gives you updated searching, publishing, and caching modules.
ButterCMS
ButterCMS is an API-based CMS that seamlessly integrates with ASP.NET applications. It has an SDK that drops into ASP.NET Core and also returns data as JSON. Pulling the data out and showing it in a few is easy.
public class CaseStudyController : Controller { private ButterCMSClient Client; private static string _apiToken = ""; public CaseStudyController() { Client = new ButterCMSClient(_apiToken); } [Route("customers/{slug}")] public async Task<ActionResult> ShowCaseStudy(string slug) { butterClient.ListPageAsync() var json = await Client.ListPageAsync("customer_case_study", slug) dynamic page = ((dynamic)JsonConvert.DeserializeObject(json)).data.fields; ViewBag.SeoTitle = page.seo_title; ViewBag.FacebookTitle = page.facebook_open_graph_title; ViewBag.Headline = page.headline; ViewBag.CustomerLogo = page.customer_logo; ViewBag.Testimonial = page.testimonial; return View("Location"); } }
Then of course output into Razor (or putting all of this into a RazorPage) is simple:
<html> <head> <title>@ViewBag.SeoTitle</title> <meta property="og:title" content="@ViewBag.FacebookTitle" /> </head> <body> <h1>@ViewBag.Headline</h1> <img width="100%" src="@ViewBag.CustomerLogo"> <p>@ViewBag.Testimonial</p> </body> </html>
Butter is a little different (and somewhat unusual) in that their backend API is a SaaS (Software as a Service) and they host it. They then have SDKs for lots of platforms including .NET Core. The backend is not open source while the front-end is https://github.com/ButterCMS/buttercms-csharp.
Piranha CMS
Piranha CMS is built on ASP.NET Core and is open source on GitHub. It's also totally package-based using NuGet and can be easily started up with a dotnet new template like this:
dotnet new -i Piranha.BasicWeb.CSharp dotnet new piranha dotnet restore dotnet run
It even includes a new Blog template that includes Bootstrap 4.0 and is all set for customization. It does include optional lightweight front-end but you can use those as guidelines to create your own client code. One nice touch is that Piranha also images image resizing and cropping.
Umbraco Headless
The main ASP.NET website currently uses Umbraco as its CMS. Umbraco is a well-known open source CMS that will soon include a Headless option for more flexibility. The open source code for Umbraco is up here https://github.com/umbraco.
Orchard Core
Orchard is a CMS with a very strong community and fantastic documentation. Orchard Core is a redevelopment of Orchard using open source ASP.NET Core. While it's not "headless" it is using a Decoupled Architecture. Nothing would prevent you from removing the UI and presenting the content with your own front-end. It's also cross-platform and container friendly.
Squidex
"Squidex is an open source headless CMS and content management hub. In contrast to a traditional CMS Squidex provides a rich API with OData filter and Swagger definitions." Squidex is build with ASP.NET Core and the CQRS pattern and works with both Windows and Linux on today's browsers.
Squidex is open source with excellent docs at https://docs.squidex.io. Docs are at https://docs.squidex.io. They are also working on a hosted version you can play with here https://cloud.squidex.io. Samples on how to consume it are here https://github.com/Squidex/squidex-samples.
The consumption is super clean:
[Route("/{slug},{id}/")] public async Task<IActionResult> Post(string slug, string id) { var post = await apiClient.GetBlogPostAsync(id); var vm = new PostVM { Post = post }; return View(vm); }
And then the View:
@model PostVM @{ ViewData["Title"] = Model.Post.Data.Title; } <div> <h2>@Model.Post.Data.Title</h2> @Html.Raw(Model.Post.Data.Text) </div>
What .NET Core Headless CMSs did I miss? Let me know.
*Photo "headless" by Wendy used under CC https://flic.kr/p/HkESxW
Sponsor: Telerik DevCraftTelerik DevCraft is the comprehensive suite of .NET and JavaScript components and productivity tools developers use to build high-performant, modern web, mobile, desktop apps and chatbots. Try it!
© 2018 Scott Hanselman. All rights reserved.
Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media
0 notes
jobsaggregation · 7 years
Text
[Full time] Need: .Net Principal at Jobisite
Requirement details:     Title                : .Net Principal Developer Location         : Boston, MA Duration        : 6+ Months Rate                : Market     Technical Skills & Knowledge:    Primary Skills: .Net, Pharma/Clinical domain exp   Responsibilities:   ? 15+ years of experience as a software developer working on industrial strength software or services and or successful software products ? Technical passion, terrific problem-solving skills, a results, and the ability to work independently ? Experience with C#, ASP.NET, LINQ to SQL, Entity Framework, MVC, Web API, JavaScript, HTML5, Spring.Net, .Net SQL Authorisation Manager and XML with a solid understanding Object Oriented design techniques. ? Must have Pharmaceutical, Clinical domain experience. ? Experience with JavaScript Framework, MVM.JS or Angular, DurandalJS, Knockout with Rest etc. ? Experience with User Interface development using Bootstrap, jQueryUI, jqWidgets, toastr etc ? Experience with Testing framework like mockjax.js preferable ? Experience with one or more development methodologies (RUP, Waterfall, Agile, etc.) required. Experience with distributed Cloud computing a plus. ? Excellent communication skills and ability to collaborate in a multi-disciplinary team consisting of Software Engineers, and Program Managers ? Familiar with secure development techniques and understanding of web technologies such as HTTP, OData, REST. ? Experience in web layout design using CSS, HTML 5/XHTML, JavaScript Bootstrap, kendo and Telerik a plus. ? Knowledge about any one continuous integration technologies is a must ? Should know concept around security like OWASP for implementing secure login, encryption of data etc ? Microsoft Visual Studio 2010-2015 Microsoft SQL Server -, ability to write and debug Transact-SQL ? Reporting with Crystal Reports and Business Object ? Ability to work well in a team environment ? Strong knowledge of software development best practices ? Strong written and verbal communication skills   Reference : Need: .Net Principal jobs Apply from jobsaggregation.com http://jobsaggregation.com/job/1702/need-net-principal-at-jobisite/
0 notes