Programim në gjuhën C# Jobs
C# is a well-known programming language from Microsoft Corporation, built within the .NET initiative. There are many commercial projects these days that are built with the C# programming environment. Your business might be developed using C#, in which case it would do well to hire expert freelancer\'s help for coding in C#. An expertC# freelance programmer can help your business quite skillfully and cost effectively.
If you can work under pressure, are an expert at working on C# projects, Freelancer.com supplies freelancers with thousands of projects and clients from all over the world looking to use your expertise to have their jobs done professionally and settling for nothing but the best.
If you believe you can do that, then start bidding on C# projects and get paid with an average of $200 per project depending on the size and nature of your work.
Punësoni C# ProgrammersI need a simple project that will have multiple ways to reset an Oculus (Meta) quest 2's position. with a button on the controller, with a physical button in the scene pushed by their hand, and a script that will do it after a certain time has passed ( for example one second) - if you don't have a quest or use hand tracking then please don't apply as you will not be able to understand how this works. It's not hard but very specific
Using Vosk, you will build a desktop application for Windows with the following featured task: On a PC, holding the Ctrl key, capture the speech and send it to the current field, e.g; the field with the focus, be it a third-party desktop app or a web page. When releasing the control button, stop the speech to text recognition Settings would allow the user to choose one target language at a time, among the languages available in Vosk. And that is it. Simple!
UNO is a multi platform framework. It does work with UWP controls. Template Studio for UWP is a scaffolding plugin for visual studio. This project is to create a visual studio 2022 UNO solution using the Template Studio for UWP scaffolding. It must compile and run with demo of ALL UWP controls in the Template Studio for UWP in the SHARED project of UNO. To make this work, it most likely needs a UWP project using scaffolding and then manually move all code to the shared project. You should start with ONE control and then move others over step by step. Not all controls might work if special references are needed which UNO does not support. So all supported should be moved over and all unsuported moved to an "unsupported" folder. Uno URL is : UPW url is :
Necesito continuar con el desarrollo de una aplicación Web en ASPNET Core, lenguaje C# a nivel del servidor y react a nivel del cliente. La aplicación deberá permitir que los empleados de una compañía puedan ingresar por cada uno de los dias del mes, la cantidad de horas invertidas en distintas tareas predeterminadas.
Hi! I would like to creat a crypto currency as a reward for my team. This will be integrated directly in our project management will be able to exchange the coins against prizes. The idea is to creat the currency via Solidity .
alquiler de Software punto de venta en c++
I have a CNC program that I need to see how close the machine points are to multiple lines drawn over the same pattern. What I need is a function that I can pass the points (with the decimal places) for the start and end of the line and the x value I'm looking for the y value to and get the y value for that point on the line (if they are on the line). The function doesn't need to validate that they are on the line as I'll only be passing the ones on the line. This is what I found online but it's not working the way I need it to. public static double GetY(double x, double aX, double aY, double m) { // Vertical line (y-values are always the same) if ((m)) return aY; double c = (aY - aX) * m; ...
VFS global randevu sitesi üzerinden sürekli randevu kontrol eden ve eğer boş randevu var ise o randevuyu almak için pasaport bilgilerini giren ve devam et butonu ile diğer sayfalara geçip gerekli butonlara basıp en sonda ödeme ekranına gelip daha önceden programa girilmiş kart ve adres bilgilerini girip randevuyu alan yazılım istiyorum.
The airplane You are navigating an airplane, which can take a series of commands: • up X increases the direction by X units • down X decreases the direction by X units • forward X increases the horizontal position by X units and the vertical position by X multipled by the current direction Here is an example of a preplanned course: forward 4 up 2 forward 8 down 1 forward 2 up 3 forward 3 These instructions would do the following (with the initial position and direction set to 0): • Increase the horizontal position by 4 (as your direction is 0, the vertical position stays unchanged) • Increase the direction by 2 • Increase the horizontal position by 8 and vertical position by 16 (as the direction is 2, the vertical position becomes the previous value 0 + 2 * 8 ...
i need a c developer to work with me on a project for a period of 2 years. the will be paid on a monthly basis
It is required to make a console application in C# for the generation of the api token, the token_access_type offline. The project should fix Dropbox's new way of handing out short-lived tokens. The process must not have human intervention since the process is for a console project. The application is for Windows OS.
I need someone to train me on SharePoint from basic lists and forms to advanced forms that connects to a backned and to advanced routing. Must have and able to articulate in plain english before we get to the geeky stuff I am starting from sezo
Hello I need a QA expert who can analyse my code and comment on the same. Need someone with C# and VS 6 Will share details. No teams or companies please.
Role is for project delivery to various clients across the US / Remote position. Seeking a Full Stack Software Engineer to support our Web and Mobile Software engineering efforts for domestic and international enterprise customers. This role joins a dynamic team that enjoys working with complex applications and products that utilize software, GIS, engineering, and problem-solving skills. Your duties and responsibilities will include: • Design, development, unit-testing, maintenance, enhancement of products adhering product architecture • Implementation of automated testing • Configuration management, management of builds, and creation of installers • Technical documentation of software design
Hello, We are looking to create a platform to handle our business through website. What is Paxful? Paxful is a platform that has dozens of different payment methods such as gift cards from many stores that people exchange for some sort of crypto currency. It has its set of API keys that I will provide screenshot of What we need? - Ability to auto-send messages to customers once they start a trade with us - Have different templates for each specific type of offer - Check balance of some of the payments such as gift cards. Each card has its own place to check the balance. For example we are taking a card called OneVanilla Visa or Mastercard and we must be able will check the balance on - Having different types of filters that will help us sort different trades based on their: A...
IMPORTANT: My budget is very limited This task is super basic: Connect to MSSQL database and display a sample SELECT query results in a datagridview You only have to connect to my MSSQL. Then fetch data with this query: SELECT TOP (1000) [SiteID] ,[ResourceID] ,[ItemNmbr] ,[QtyOnHand] ,[StockDT] FROM [AIMS].[dbo].[TrxDailyStock] Then display it in a datagridview (attached image). I will provide access to the VPS that has the database and also the C# project.
We want someone to develop a software with C# language and VS2012. The basic function is to scrape the mails(incoming and sent) in recent 3 days and parse the mail data and store the new mail content into database. The follows are the detailed requirements: 1. login to the mail server, you can use imap protocal. 2. get the mails from both (income and sent) within 3 days. 3. Compare each mail with those saved in database, to see if it's already saved, if yes, skip, otherwise, prepare to save it to database(You will need to check the mail subject, sender,receiver, and timestamp to determine if it's existing). Before saving it to database, you must prepare the follows: a.) Load the mail content, and parse out the following info: sender, receiver, cc, subject, mail body. b.) For ma...
Looking for a consultant to join our team in a part time capacity. Min 10 hours a week, flexible work, available to collaborate with me. This is an ongoing job. We are a software working startups building web, mobile apps. We mostly work in .NET, React and agile methodology. Please apply even you have experience in only C#/.NET or React. What we offer: - Ongoing job - Chance to work with and learn from some very talented engineers - Supportive environment, well written tickets, open communication - Chance to work with a 'sweet spot' of startups
We want someone to develop a software with C# language and VS2012. The basic function is to scrape the mails(incoming and sent) in recent 3 days and parse the mail data and store the new mail content into database. The follows are the detailed requirements: 1. login to the mail server, you can use imap protocal. 2. get the mails from both (income and sent) within 3 days. 3. Compare each mail with those saved in database, to see if it's already saved, if yes, skip, otherwise, prepare to save it to database(You will need to check the mail subject, sender,receiver, and timestamp to determine if it's existing). Before saving it to database, you must prepare the follows: a.) Load the mail content, and parse out the following info: sender, receiver, cc, subject, mail body. b.) For ma...
Looking for professional forex trading application makers
I need a game developer who can create a full functional 3d car racing game with this options. play with some levels endless mode 3. online multi player level (some levels where they can play together) 4. online endless multi player fight (where they have to smash opponents car to win with endless track ) i am not give you any resource for it you have to build all the things like graphics, levels, logics every thing.
Looking for Unity artist to make my game trailer.
i need beeting application which having lots of functions in that and the betting application name will provide in mail details.
Looking for Unity blockchain game developer
The attached project is being developed and I need someone to support me in it's development. I need someone experienced in C# .NET Framework controls like DataGridViews and graphs. I'm running a SQL Express database in a Windows VPS. If I don't see in your bid that you clearly checked the attachments I will just decline it.
I'm building an application for a restaurant with Unity3d engine. I want to make it possible that customers can order foods through an application. For example, the process I want it to be like 1. Customers choose foods that they want to order. 2. Run the paying process with the total amount of what customers want to order on Stripe. 3. Save payment data into a Firebase project which the application using as the backend, so that I can handle the rest of the process after the payment.
Ju lutemi Regjistrohuni ose Identifikohuni për të parë të dhënat.
Experience: Minimum 3 years Fulltime:10:00 Am to 7:00 Pm * AngularJS * ASP.NET MVC * ASP.NET CORE * RESTful Web API * Entity Framework * LINQ * Repository Pattern * Dependency Injection * C# * VB * HTML/HTML5 * CSS/CSS3/Bootstrap * Javascript * Ajax * Json Database: * MS SQL Server(All updated versions) * MySql
Hello, I am looking for Perl developer for long-term project. You should have minimum of 2+ years of experience.
i need to apply dpi on vb.net windows application screen resolution for object and font
We need a developer who can read the the printer data using power shell / .Net frame work. To monitor the printer health, parameters are like Ink level,total pages printed . etc. We are having the printers with the connectivity of USB & Network.
want a. c# developers who can clear and help me on my code i will pay 1000 for every task which He/she completes and more if done early
Hey Guys, I'm looking for an experienced Unity3D Mobile Game Developer to create hyper-casual and arcade games. Send your 3D Games portfolio made with Unity for mobile. Availability Full time job (8 to 9 hours of work monday to friday). Part time - 4 to 6 hours (based on my preferred time) Make sure you apply only if you have a portfolio and available based on my preference. Looking forward to work with you guys. Payment will be discussed Cheers
Need price automation to beat any price between a given margin in a competitive market...I have API Key
This project is related to .net core in backend and react in front end. you need to work on US Shift( 06:30 PM IST to 02:00 or 02:30 AM IST ) because we are looking for freelancer (Full Stack Developer - React,ASP.Net Core) If intereseted please ping me and Thanks freelancer.in
We need a Full time unreal engine bid on it.
This project is related to .net core in backend and react in front end. you need to work on US Shift( 06:30 PM IST to 02:00 or 02:30 AM IST ) because we are looking for freelancer (Full Stack Developer - React,ASP.Net Core) If intereseted please ping me and Thanks freelancer.in
I have chat record of 40000 contacts, I just want to delete oldest 20000 chat and contacts.
I need a wordpress ecommerce site with the ability to import over 500-1000 products into ebay/etsy/amazon and any other marketplace all managed from one location
Hola estaba buscando un desarrollador para realizar varios videojuegos unity 3d. El diseño del mismo lo pasaría, lo cual solo necesito desarrollador. Es importante pueda conectar puntajes de juegos mediante base de datos mysql. Busco una persona responsable, creativa para trabajar a largo plazo. por mas contactos deja tu propuesta incluido portafolio y me estaré contactando contigo. gracias.
Database fetching , validate the ui end to end flow. Need your suggestions. Automation should be done from the scratch
I would like to set up a page on sharepoint and need help setting it up. This job would be done meanwhile I share my screen.
i need a program that can detect multiple audio interfaces and all there channels were i can wire any card in/out to any other cards in/out and then this program can be identified as a sound interface this will be for windows OS and support asio devices also to have minimal latency this program will work similar to VOICEMEETER BANANA see attached block diagram
1) Please do the work (All instructions are in the attachment) 2) Kindly make a video explaining the solutions 3) Upload the video in google drive and share the link 4) You only have 5 hours do complete this work. Please note that this is not an assignment. It is a task i am doing for my work.
Hi ! I need someone to create a bot to scrape a bunch of websites.
Konu: Masaüstü uygulaması geliştirerek Gezgin Satıcı Problemini Dijkstra Algoritmasını kullanarak çözmek Bu projedeki göreviniz, paket (yemek/alış-veriş) teslim eden motosiklet kuryelerinin bağlı olduğu lojistik firmasına, en az mesafede ve tüm müşterileri dolaşan bir rotalama uygulaması geliştirmeniz istenmektedir. Kuryelerin siparişleri dağıtması için depodan çıkacak ve tüm müşterileri dolaşarak tekrardan depoya geleceklerdir. Kuryeler, paket dağıtımı yaparken sipariş veren tüm müşterilere en kısa yolu kullanacak şekilde dağıtım yapacaktır. Tüm müşteriler siparişlerini alacak ve son müşteriden sonra kurye depoya geri dönecektir. Bu işlemler en kısa yolu takip edecek şekilde planlanarak yapıl...
I need a project which can generate a SHA-256 hash using CUDA with C# requirements 1) It will need to open a socket server using RabbitMQ which i can send the raw string and itll send back the sha256 hash 2) itll need to be optimised so it can run efficiently so launch and setup everything at the start so then when it receives instructions it is fast 3) it must be in c# 4) it must support latest CUDA 5) it must be able to run on windows if you can do this please contact me with your previous experience with this
Looking to have a reminder integrated into our WhatsApp group that when you send a message you can set a timer or reminder so that certain members in the group are reminded