Website project example aspnet jobber

Filter

Mine tidligere søk
Filtrer etter:
Budsjett
til
til
til
Skriv
Ferdigheter
Språk
    Jobbstatus
    2,000 website project example aspnet jobber funnet, priser i USD

    ...trying to do this example but instead of post I am using the page method. I need someone to get this example done with using my WordPress site. Change the example from post to page. It should be posting a new page. Once we get it working with my WordPress site I need all source code. Should be done using the WordPress API WordPressPCL. Send me the source code after it verified works. It looks like a simple example but I am new to C# Our contract is that we must be 100% satisfied with your work the list must be very accurate We pay 100% when project is 100% complete. We will put full 100% of project costs in Escrow and pay when project is 100% complete and we are satisfied. By accepting this project you agree and

    $79 (Avg Bid)
    $79 Snitt bud
    12 bud

    I am looking for a Java developer who can implement the sidecar design pattern in my project ASAP. I am open to suggestions and do not have any specific requirements or constraints for the implementation. The goal of implementing the sidecar design pattern is to enhance modularity and code maintainability in my project. I want to improve the scalability and performance of my application. Ideal skills and experience for this job include: - Strong proficiency in Java programming language - Knowledge of design patterns and their implementation - Experience with sidecar design pattern - Familiarity with scalability and performance optimization techniques - Ability to work independently and meet deadlines

    $147 (Avg Bid)
    $147 Snitt bud
    24 bud

    ...developer to create a functional web portal for personnel services/staffing. The web portal should be mobile-friendly and compatible with all major operating systems. Here is an example: Specific features needed for the web portal include job listings, resume submission, and candidate search and filtering. In terms of aesthetic design, I prefer a corporate and professional look for the website. After the website has been built, I require one-time setup with a guide on how to update the portal. Ongoing maintenance and updates are not needed. Ideal skills and experience for this project include: - Web development - Mobile optimization - Experience with creating job portals or similar platforms - Strong design skills, particularly in creating a corpo...

    $566 (Avg Bid)
    $566 Snitt bud
    92 bud

    I am in need of a designer to create a presentation for me. The design of a few slides must match an example that I will provide. The slides need to have the same font, light shadow, and colors as the example. Additionally, I require a PowerPoint template that matches this design with workable fonts and style for testing it and seeing it before I will provide you the content. Requirements: - Ability to replicate a provided example and match the font, light shadow, and colors exactly - Experience in designing PowerPoint presentations - Proficiency in creating templates in PowerPoint Project Details: - Number of slides: 1-10 - Expected delivery timeline: 4-7 days

    $24 (Avg Bid)
    $24 Snitt bud
    73 bud
    aspnet core help Avsluttet left

    ...some help with a project I'm working on in ASP.NET Core. I specifically have an issue with routing that's causing me tremendous headaches. My existing code is producing unexpected 404 errors when I include the correct <img> links. I'm hoping to find help that can aid in fixing these existing errors. I need a Freelancer that is knowledgeable in ASP.NET Core, especially with regard to routing, authentication, and database integration. The end goal would be to fix the existing errors I'm experiencing with the routing, and be better informed on how to work between the different areas of ASP.NET Core in the future. Regardless of the experience level of the Freelancer, I'm looking for someone that is willing to collaborate with me and help me learn how...

    $36 (Avg Bid)
    $36 Snitt bud
    25 bud

    I am looking for a Xamarin Forms developer with experience in Azure Communication Services to create a voice calling application. Specific Requirements: - Develop a voice calling application using Xamarin Forms and Azure Communication Services - Voice Call from iOS to android - Voice Call from aspnet core web app to iOS/android - Voice Call from iOS/android to asp net core web app Ideal Skills and Experience: - Proficiency in Xamarin Forms and Azure Communication Services - Experience in developing voice calling applications If you are a Xamarin Forms developer with expertise in Azure Communication Services and have experience in developing voice calling applications, please submit your proposal.

    $518 (Avg Bid)
    $518 Snitt bud
    31 bud

    Simple example required for angular/i18n runtime localization.

    $98 (Avg Bid)
    $98 Snitt bud
    20 bud

    I am looking for a skilled developer who can create a .net+Python program for social media programming, specifically for Facebook Twitter, and YouTube. The program should have the following features: - Analytics Reporting: The program should be able to gather and analyze data from Facebook, Twitter, and YouTube providing detailed reports on various metrics. For this project, I have specific tools and libraries in mind for both .net and Python. Requirements: 1-Re-program JarveePro() By reprogramming I mean creating a different program that will be used in a different domain. 2- for the software and Python for RPA 3- we need the Source Code of the Software 4: All the features you have of Facebook, YouTube, and Twitter 5- Dashboard for Admin

    $7543 (Avg Bid)
    $7543 Snitt bud
    23 bud

    identify power relations for their aspects of positive-sum, zero-sum, or negative sum outcomes; deconstruct in a systematic analysis the evolution of an actual power relationship; and speculate about power outcomes based on different uses of power instruments. Instructions Choose a documented case of a power struggle from any part of society – economic, political, social, or high-profile personal – where there has a been a conflict between two sides, and a known outcome and that you find interesting. Use the taxonomies studied so far in this course to describe and analyse the types of power exercised. Offer evidence or speculate how the power instruments used were created and communicated. Suggest ways in which the outcome could have changed if power instruments were used diffe...

    $28 (Avg Bid)
    $28 Snitt bud
    25 bud

    I am looking for a developer to create an *example for an Ionic app that implements user login using the "angular-auth-oidc-client" library. Requirements: - Experience with Ionic framework and Angular - Familiarity with the "angular-auth-oidc-client" library - Ability to integrate the authentication functionality into the app This project involves creating a working example of user registration and login functionality using the "angular-auth-oidc-client" library in an Ionic app. The developer should have experience with Ionic and Angular, as well as knowledge of the "angular-auth-oidc-client" library. They will be responsible for integrating the authentication functionality into the app.

    $25 (Avg Bid)
    $25 Snitt bud
    15 bud

    Hi. I found a simple Stripe Checkout Script that works awesome. It's easy and quick to install and is based around PHP, MySQL and JS. It doesn't need any fancy terminal/command line based installations. I want to modify it so it works with existing Stripe Customer IDs as well. Right now it creates a totally new Customer ID in Stripe for each Transaction/Purchase, so if I use the same email I might have lots of different Stripe Customer IDs. This doesn't allow you to save a card to your Stripe Customer ID and Account easily. I can show you a couple of lines of code I modified in the PaymentIntents function which makes the script save the credit card being used in the current purchase to the new Customer ID it creates... If you can modify it so it can use existing Cus...

    $32 (Avg Bid)
    $32 Snitt bud
    36 bud

    Hi there. I need a quick working example of using SetupIntent to save a credit card for an existing Stripe Customer ID. See this example: I use the Stripe PHP SDK, so if it was done in that style that would be great. For example: // Create new customer $customer = StripeCustomer::create([ 'source' => $_POST['token'], 'email' => $user['email'], 'description' => $user['name'], // 'customer' => 'cus_xxx', ]); $paymentMethod = StripePaymentMethod::create([ 'type' => 'card', 'card...

    $32 (Avg Bid)
    $32 Snitt bud
    19 bud

    Hi there. I need to get this example working. I have a Stripe Account, api keys and all that, but I must be missing something when trying to get this working... Here it is on my hosting:

    $41 (Avg Bid)
    $41 Snitt bud
    25 bud

    I want a website similar to example Work to be done within 6-7 hours Budget fixed

    $36 (Avg Bid)
    $36 Snitt bud
    29 bud

    I am in need of a skilled 3D video designer to create a 30-second product demonstration video. Skills and Experience: - Strong proficiency in 3D animation and visualization - Ability to work with an outline provided by the client to create a compelling video - Previous experience in creating product demonstration videos - Attention to detail and ability to accurately represent the product in a visually appealing manner Budget: - The client did not provide an estimated budget, so it will need to be discussed further.

    $497 (Avg Bid)
    $497 Snitt bud
    83 bud
    Storage example Avsluttet left

    Hi Jo, I have a new project. Can you please re-do the image attached in hi-res with a grey background?

    $16 (Avg Bid)
    $16 Snitt bud
    1 bud

    Project Description: Logo designer for a Swiss company - minimalistic style We are looking for a logo designer to create a minimalistic logo. We already have a prototype of an idea to start with, which needs a few changes. (see attached). The logo will be a combination of both an icon and a wordmark logo. Design will be minimalistic style. The ideal candidate should have experience in creating minimalistic logos. The contest is to find the best freelancer who will show us their skills and will be hired for more projects with us with a higher budget. The selected designer will be expected to provide multiple design concepts and work closely with us to refine and finalize the logo. Please share link to your portfolio, examples of design you have created in the past. We are lo...

    $10 (Avg Bid)
    Garantert
    $10
    327 bidrag

    - I will provide 2 urls to make 1 on 1 matches, 1 product page and 1 category page - there must be only vanila JS/CSS, no libraries for JS/CSS, - i will provide existing html template for existing pages to reuse as much of the code as possible - the html/css/js must be minimalist for extreme page loading time - header/footer are not needed as we will be using the existing ones

    $149 (Avg Bid)
    $149 Snitt bud
    110 bud

    We are in need of a designer who can design the front-end for a new dashboard we need. We would like to use a pre-made theme in order to move faster.

    $47 (Avg Bid)
    $47 Snitt bud
    58 bud

    Project Title: Convert 12 text files to PDF format Skills and Experience: - Proficiency in Adobe InDesign - Strong understanding of layout and design principles - Expertise in file conversion and formatting - Attention to detail and ability to maintain consistency throughout the project Project Requirements: - Convert 12 text files into PDF format - Ensure accurate formatting, including fonts, spacing, and alignment - Maintain consistency with the provided example PDF - Deliver final files in PDF format only Note: This project does not require the creation of an InDesign file. The focus is solely on converting the text files into PDF format, while adhering to the provided example PDF.

    $359 (Avg Bid)
    $359 Snitt bud
    55 bud

    I am looking for a talented freelancer to reproduce an existing web-application from a given example. The preferred programming language for this product should be PHP and the backend should use MySQL database server. I have a specific example web-app that should be replicated, so the freelancer should be able to use a template of that example to quickly build something that works properly. This project requires expertise in both PHP and MySQL and needs to be completed within a specified timeline. If you have the experience and the skills necessary to complete this task then please don't hesitate to submit your application. Here is an example: - I look forward to working with you soon!

    $597 (Avg Bid)
    $597 Snitt bud
    133 bud

    Hi, I need someone to edit a word or odt file into idd file . Translation has to be in same design as example PDF End result will be 60 pages . I need exact price and exact timing. At this moment translation has pieces missing. Waiting for client to send

    $136 (Avg Bid)
    $136 Snitt bud
    83 bud

    ...looking for a skilled web developer to create a website for my shop selling stone statues. The website should be visually appealing and user-friendly. Type of website: E-commerce Design: I have some ideas for the design but I am open to suggestions. Features: I would like the website to have a search function, a blog, and a photo gallery. Additionally, I would like to include all necessary features for an e-commerce website, such as product listings, shopping cart, and secure payment options. Ideal skills and experience: - Proficiency in web development languages such as HTML, CSS, and JavaScript - Experience in designing and developing e-commerce websites - Familiarity with search engine optimization (SEO) techniques to improve website...

    $109 (Avg Bid)
    $109 Snitt bud
    59 bud

    I am looking for a freelancer to create a simple webpage with a months/weeks/days countdown flipclock. The webpage should have a minimalist design and be developed using JavaScript. The flipclock should be able to grab the date and theme from the URL, allowing users to easily bookmark their personal countdown. Skills and Experience: - Proficiency in JavaScript for developing the flipclock functionality - Experience in creating minimalist webpage designs - Ability to integrate URL parameters to extract the date and theme for the countdown - Familiarity with HTML/CSS to ensure the webpage is well-structured and visually appealing Additional Features: - The design will be slightly different for vertical displays vs. horizontal displays - When there are more than 7 days, the clock will displ...

    $57 (Avg Bid)
    $57 Snitt bud
    48 bud

    I am looking for graphic design wizard to create an abstract numerical logo for my project. The logo should have a minimalist and modern aesthetic. I have the exact look I want, I just need the numbers changed. So a very quick and easy job Requirements: - Experience in creating abstract graphic logos - Proficiency in using design software - Ability to work with numerical elements in a visually appealing way The logo should be medium-sized, ranging from 300 to 500 pixels. - Please only use the below example, I want it to look exactly like this (including colurs) except for the numbers to change from 20. 21 to 60 60 So the top two boxes will have a 6 and then a 0 Then the bottom two boxes will have a 6 and then a 0

    $22 (Avg Bid)
    Garantert
    $22
    89 bidrag

    I want a simple example in VB.NET to get orders with Amazon SP-API

    $117 (Avg Bid)
    $117 Snitt bud
    12 bud

    I am looking for a...compatible with Microsoft Active Directory (AD). Project Requirements: - Docker service must use an OPEN SOURCE identity management tool (Keycloak, OpenIAM, Gluu, etc.) - A functional topology design that must include Microsoft Exchange and Microsoft Outlook servers, presence of other Microsoft services are desired but not mandatory. - Configuration manual and diagram for the presented topology Ideal Skills and Experience: - Strong knowledge and experience in setting up Microsoft Exchange servers. - Proficiency in configuring and integrating open source identity management tools with Active Directory. - Expertise in implementing password-based authentication systems. If you have the necessary skills and experience, please bid on this project. Payment c...

    $266 (Avg Bid)
    $266 Snitt bud
    12 bud

    I am looking for a developer to create example code for selling a Solana NFT using Solnet (.NET implementation of the Solana Web3 API). The ideal candidate should have experience in C#, JavaScript, and Solana. I will provide a functional web project that successfully processes a transaction for the payment. The transaction code needs to be updated to transfer the NFT in the same transaction (this is where I get stuck). The transaction is created on the server, signed by the NFT vault wallet, sent to the client for user signing, and then sent back to the server to be validated and submitted. I will provide the wallets and an NFT to test with in addition to the project code.

    $160 (Avg Bid)
    $160 Snitt bud
    14 bud

    I am looking for a developer to create example code for selling a Solana NFT using Solnet (.NET implementation of the Solana Web3 API). The ideal candidate should have experience in C#, JavaScript, and Solana. I will provide a functional web project that successfully processes a transaction for the payment. The transaction code needs to be updated to transfer the NFT in the same transaction (this is where I get stuck). The transaction is created on the server, signed by the NFT vault wallet, sent to the client for user signing, and then sent back to the server to be validated and submitted. I will provide the wallets and an NFT to test with in addition to the project code.

    $25 (Avg Bid)
    $25 Snitt bud
    10 bud

    I am looking for a freelancer who can create a query in MS Access that will provide real-time data from our database based on a teacher's fingerprint. Requirements: - The query should provide the name and contact information of the teacher only. - The data should be real-time, meaning it should be updated and available immediately. - Successful freelancers should include their past work in their application. Ideal Skills and Experience: - Proficiency in MS Access and query creation. - Experience in working with fingerprint data and databases. - Ability to deliver accurate and efficient results. - Attention to detail and ability to ensure data privacy and security. Please include your past work in your application and provide any relevant experience or expertise in working with sim...

    $13 (Avg Bid)
    $13 Snitt bud
    12 bud

    I need to complete the task at work, but I have never done steps 1 and 3. Maybe you already have examples that can help me with this? Of course without any confidential information... I will pqy a reasonable amount.

    $99 (Avg Bid)
    $99 Snitt bud
    19 bud

    We have an HTML admin template that we need installed into our AWS server. You would have to complete the work using the instance and a .pem key. We dont want the entire template installed. Only approx 20 pages. Must be available to work immediately and complete within 2-4 hours.

    $20 (Avg Bid)
    $20 Snitt bud
    10 bud

    I am looking for a freelancer who can help me with validating terraform variables using regex. Specifically, I need assistance in validating the Bucket ARN varia...their use in validation - Experience with terraform and understanding of its variable validation capabilities - Familiarity with AWS and the structure of ARNs Requirements: - Ability to suggest appropriate regex patterns for validating the Bucket ARN variable - Knowledge of best practices for regex pattern validation - Experience in validating multiple regex patterns for a single variable This project requires validating two regex patterns for the Bucket ARN variable. As I am open to suggestions, I am looking for a freelancer who can provide guidance and expertise in determining the most appropriate regex patterns for v...

    $21 (Avg Bid)
    $21 Snitt bud
    7 bud

    I am looking for a talented graphic designer to create a logo for my brand. I send you two logos. The old is technically perfect (for dark theme) The is the needed design but you have to adapt to old Logo distances between elements The text is "Crypto Cherrypicker" For dark and light theme The most important file format are svg and png. Also favicon please

    $24 (Avg Bid)
    $24 Snitt bud
    126 bud

    ...to create a website for a French bakery. The main purpose of the website is to offer online ordering and delivery services – allowing customers to get delicious, freshly made pastries delivered to their doorstep. To ensure the site is user friendly, the website will be written in English only. Additionally, I am looking for a design that is traditional and elegant, something that evokes a certain je ne sais quoi. I want to incorporate the French culture throughout, creating a warm and inviting atmosphere for all who visit. The website should also effectively showcase our products and services, and provide informative information about our bakery’s history and values. The design should be such that balances form and functionality with ease. All in ...

    $26 / hr (Avg Bid)
    $26 / hr Snitt bud
    22 bud

    Rough of a front page mock up of document to attract public attention as a trial for project Produce a complex document for print publication AU$2k on freelancer ...

    $33 (Avg Bid)
    $33 Snitt bud
    1 bud

    Hi Philip, thanks for your help

    $100 - $100
    $100 - $100
    0 bud

    I am looking for a freelancer who can create a Twitter API call example in VB.net. The project requires demonstrating tweeting post/tweet functionality only. I have Consumer and Access tokens I can share. You need to provide me with working code VB.net /project that I can run and post a tweet to verify it works. This is probably no more than 30 lines of code but I want it simple and native to VB.net so I can integrate it into my own project. I would like a fast turn around for this assignment.

    $44 (Avg Bid)
    $44 Snitt bud
    6 bud

    I need a working example of a C++ console application doing the following items. I want detailed comments on top of each section explaining the code. 1. Check if Windows 10 is above a particular version. 2. Write the result in a log file. 3. Create and read from a function. 4. Check the registry String value under HKLM. 5. Check the registry Dword value under HKLM. 6. Check if the .NET runtime version is above 4.8. 7. Launch an executable in the same folder as the executing assembly. 8. Launch an executable in the subfolder folder relative to the executing assembly. 9. Launch an executable in the parent folder relative to the executing assembly. 10. Instruction on how to run the executable without the console (hidden) or any blips on the screen. Please keep it clean, easy, and simp...

    $15 (Avg Bid)
    $15 Snitt bud
    3 bud

    Hi I am Chloe looking for a Website developer who can make a big website like airbnb front-end and back-end, including API Integration and Admin Panel etc. Using frame work on Ruby on Rails, Java Script, JS react Phython and much more. We can have a meeting interview and discuss further. Only inquiry only.

    $10152 (Avg Bid)
    $10152 Snitt bud
    57 bud

    I am looking for a skilled developer to create a new website platform and mobile app for an e-commerce business in Romania. The platform and app should connect clients with companies, similar to websites such as and www.necesit.ro. Key functionalities that I want for the platform and app include: - User profiles and reviews: Users should be able to create profiles and leave reviews for companies. - Online payment system: Users should be able to make payments for services or products directly through the platform and app. - Booking system: The platform and app should have a booking system for clients to schedule appointments or services. I expect to have more than 5000 users on the platform and app, so the developer should have experience in building scalable and robust systems

    $649 (Avg Bid)
    $649 Snitt bud
    84 bud

    Good afternoon, dear freelancers I'm interested in the price / terms / and functionality that you can offer for this project. I need a website like or whitepress.com. But with the full functionality of Collaborator + additional conditions More details about the project 1. Ability to update site data via api ahrefs, api serpstat 2. Protect sites from copying, or make it difficult to copy them (i.e. if someone wants to copy sites, then only by hand, 1 site at a time) like here 3. Payment methods: PayPal, Card, Cryptocurrency or other popular methods 4. Convenient site functionality like in Collaborator 5. Unique design If you have experience in creating such sites and have suggestions for functionality, I will be very grateful to you

    $574 (Avg Bid)
    $574 Snitt bud
    110 bud

    I am in need of a skilled Photoshop editor to blur the background of 40 spo...players(subjects stand out). The level of blurring required is moderately blurred, and I am looking for a lens blur effect. Additionally, I would like brightness/contrast adjustments made to the images. Ideal candidates should have experience in Photoshop and be able to complete the project efficiently and accurately. The following skills are required: -Proficiency in Photoshop -Experience with lens blur effect -Ability to make brightness/contrast adjustments -Attention to detail and accuracy in completing the project. I have attached first batch of images so you can get a view of type of images that will be worked on. and will need to someone to show sample of what they have done before on simila...

    $320 (Avg Bid)
    Viktig
    $320 Snitt bud
    60 bud

    I am looking for a freelancer to create a website/shop with a back end based on a Shopify example. The ideal candidate should have experience in Shopify and be able to create professional product pages. The website/shop should have payment integration and inventory management. I prefer a minimalist design with a professional look and feel as I am in the printing business. Website is based on an existing website active in another country. The website needs to have a simple back end where we can adjust text and little lay-out. We have a logo but all the icons and symbols needs to be made in the same lay-out as our logo. We can provide pictures if needed. The check-out by credit card/bancontact/payment after invoice.

    $17 / hr (Avg Bid)
    $17 / hr Snitt bud
    28 bud

    I am looking for a freelancer to create a website/shop with a back end based on a Shopify example. The ideal candidate should have experience in Shopify and be able to create professional product pages. The website/shop should have payment integration and inventory management. I prefer a minimalist design with a professional look and feel as I am in the printing business. Website is based on an existing website active in another country. The website needs to have a simple back end where we can adjust text and little lay-out. We have a logo but all the icons and symbols needs to be made in the same lay-out as our logo. We can provide pictures if needed. The check-out by credit card/bancontact/payment after invoice.

    $573 (Avg Bid)
    $573 Snitt bud
    89 bud

    Web page vertical swipe example code in mobile mode using chrome devtools protocol (c#)

    $33 (Avg Bid)
    $33 Snitt bud
    5 bud

    I am looking for a website developer to create a website based on an example site I have. Key Requirements: - Design and layout should be similar to the example site- I will send you link and login details - Should include home page,linked pages and also backend using id/password - same content you can use from example site, i will change later - no need to work the functionalities, we will later connect to API. we just need the html version or php - make sure you optimize code Ideal Skills and Experience: - Experience with website design and development - Knowledge of HTML, CSS, and JavaScript

    $111 (Avg Bid)
    $111 Snitt bud
    131 bud

    i need assistance in enhancing the graphic design of a simple page created, i have file example in CorelDRAW or Photoshop.

    $22 (Avg Bid)
    $22 Snitt bud
    63 bud

    I have wroten a rather specialised monography on lexicography (examples dictionaries, its theoretical status, descriptions, types, functions, example and meaning, example and grammar, example and collocations, example and pragmatics...). It has about 125,788 words (700224 characters). It was accepted by the publisher (De Gruyter), but it has to be reviewed by native speaker (Englis UK). I need a proofreader that is familiar with lexicographical terminology. Some terms in English has to be left (e.g., article instead of entry, item instead of indication, which are normal terms in English) because the publishers want to be faithful to a German author, who decided which have to be the terms in English. The theory of this work is based in that of this German author...

    $917 (Avg Bid)
    $917 Snitt bud
    35 bud