Find Jobs
Hire Freelancers

Software Engineer ASP.NET

$8-15 USD / hour

Cerrado
Publicado hace alrededor de 6 años

$8-15 USD / hour

Looking to form a long-term relationship with a developer with the following skills: Full Stack C# .NET HTML JavaScript MSSQL ASP.NET MVC ASP.NET Web API 2 Angular Bootstrap Note: Failure to answer the application questions fully and completely, will result in your application being ignored. 1. Describe design patterns. 2. Which of the required job skills do you feel you are strongest at? 3. Describe a delegate. 4. Describe n-tier architecture. 5. Describe publisher subscriber pattern.
ID del proyecto: 16594892

Información sobre el proyecto

73 propuestas
Proyecto remoto
Activo hace 6 años

¿Buscas ganar dinero?

Beneficios de presentar ofertas en Freelancer

Fija tu plazo y presupuesto
Cobra por tu trabajo
Describe tu propuesta
Es gratis registrarse y presentar ofertas en los trabajos
73 freelancers están ofertando un promedio de $13 USD /hora por este trabajo
Avatar del usuario
Answers for those 5 questions: 1. Design pattern is considered as problem solving approach for problems rising repeatedly in software design process. In .net design patterns are categorized as Creational, Structural, and Behavioral. 2. We have expertise in web application as well as windows application development with .net c#. We are having very good experince on projects developed with asp.net mvc/core, c#, angular js, angular 2/4/5, bootstrap, material design etc. 3. Delegate in C# is similar to a function pointer in C/C++. Delegate is type of object contains the details of a method. 4. In terms of software, application development is divided into layers for flexibility and reusablity of components. By dividing an application into tiers, developers can have the option of adding/modifying a specific layer, instead of making change in whole aplication at a time. 5. Publisher subscriber pattern, senders of messages are called publishers & message receivers are called subscribers. But here publishers do not send messages directly to subscribers, instead they use event bus or message broker as middle layer component. Publisher and subscribers has no direct connection, but both of them know event bus or message broker. Due to CHARACTER LIMITATION Would you please revert back to us in FREELANCER MESSAGE BOX for further discussion ? So, we can have a better idea of your expected work and move forward accordingly. Looking for soonest reply from you. Yours faithfully.
$12 USD en 44 días
4,9 (510 comentarios)
9,3
9,3
Avatar del usuario
1. The 23 Gang of Four (GoF) patterns are generally considered the foundation for all other patterns. Those are categorised in 3 groups: Creational, Structural, and Behavioral. The C# source code for each pattern is provided in 2 forms: structural and real-world. Structural code uses type names as defined in the pattern definition and UML diagrams. Real-world code provides real-world programming situations where these patterns are used. .NET optimized is another fully exploit built-in .NET 4.5 features generics, attributes, delegates, reflection etc. 2. Actually I am working almost 10 years with Asp.Net, VB.Net, asp.Net MVC, Asp.Net Zero, Asp.Net Core (MVC+ Web API + Angular) etc. So really it is very difficult for me to identify the exact technology with which I am best :) If you kindly check my profile, will view the detail experience. 3. Delegate is a function reference; This object knows how to call a method. Whereas objects can easily be sent as parameters into methods, constructor or whatever, methods are a bit more tricky. But every once in a while you might feel the need to send a method as a parameter to another method, and that's when you'll need delegates. 4. Multi-layered architecture is referred as n-tier architecture. It actually deals with the physical location of your software components: e.g. the machines where your code runs. 5. Event, Publisher and Subscriber are 3 main players in any Publisher subscribe pattern implementation.
$8 USD en 40 días
5,0 (163 comentarios)
8,8
8,8
Avatar del usuario
Hi, I have 8+ year exp. in asp.net webform/mvc c# web development. I believe in long term working relationship and you can see that from my reviews. I have 39% repeat hire rate. Looking forward to work with you. Thanks Girish
$16 USD en 40 días
4,9 (306 comentarios)
8,4
8,4
Avatar del usuario
A proposal has not yet been provided
$11 USD en 24 días
5,0 (46 comentarios)
7,4
7,4
Avatar del usuario
Hi, I have 10 years experience in development that includes ASP.NET MVC, C#, Bootstrap, SQL Server, EF, SSRS and WCF / Web API. I am having vast industry experience in standard practices in development. I have strong experience in ASP.NET MVC and SQL Server. I have delivered highly successful projects in ASP.NET, C#/VB.NET Win-Forms, EF with complex logic in SQL Server Stored Procedures. Answers to your questions: 1. Describe design patterns. =>Design patterns are best practices evolved with time and makes software design scalable, testable and ewasy to accept changes. 2. Which of the required job skills do you feel you are strongest at? => C# and ASP.NET 3. Describe a delegate. => Delegates are function pointers that encapsulate function reference as a delegate object. 4. Describe n-tier architecture. => Its layered application architecture where the application is divided in multiple layers to make them loosely coupled. 5. Describe publisher-subscriber pattern. => Publisher-Subscriber is an Observer pattern where a publisher publishes a message and there are one or more Subscribers who listen to these messages. Thanks
$13 USD en 40 días
5,0 (41 comentarios)
6,7
6,7
Avatar del usuario
4+ years of experience as full stack developer. Check my profile, don't want to answer your questions ! Contact me if you are interested. Thanks
$24 USD en 20 días
4,9 (25 comentarios)
6,4
6,4
Avatar del usuario
Hi, I earned more than 6 Years of experience in Web Design and Development. My Strong Skills : Asp.net C#, AngularJS, Signal R, Sql Server 2008 and 2014, JavaScript, jQuery, Ajax, Entity Framework, MVC3 & 4, LINQ to SQL, Bootstrap CSS, HTML5 and Web API. I want to always 100% completed work and on time delivery. Thanks Girish
$10 USD en 40 días
5,0 (41 comentarios)
6,4
6,4
Avatar del usuario
Hi there. HERE IS ONE OF THE FULL STACK DEVELOPER. Please contact me and let me explain about your questions. 1. Design Pattern : general, reusable solution to a commonly occurring problem within a given context in software design 2. Angular, Bootstrap, Javascript, HTML 3. Delegate Pattern: object-oriented design pattern that allows object composition to achieve the same code reuse as inheritance 4.n-tier architecture: client–server architecture in which presentation, application processing, and data management functions are physically separated 5. publisher subscriber pattern: messaging pattern where senders of messages, called publishers, do not program the messages to be sent directly to specific receivers, called subscribers, but instead categorize published messages into classes without knowledge of which subscribers, if any, there may be That's all . Thank you very much. Looking forward to working with you. Regards. :)
$12 USD en 40 días
4,8 (40 comentarios)
5,7
5,7
Avatar del usuario
Hello, I have hands on knowledge in all the technology stack as mentioned in the Job description. Please find answers to your questions: 1. Describe design patterns. VM: Design Pattern is a Solution to the Stuff which occurs repeatedly in real-world application development. Patterns are about reusable designs and interactions of objects. 2. Which of the required job skills do you feel you are strongest at? VM: I am strong in all .NET related technology like C#,.NET,HTML,JavaScript,MSSQL,ASP.NET MVC,ASP.NET Web API 2,Bootstrap. 3. Describe a delegate. VM: A delegate are similar to pointers in C++ or C. It is a reference type variable that holds a reference to a method which can be changed in runtime. 4. Describe n-tier architecture. VM: N-tier Architecture is a multi level Architecture for a Client Server Application in which the Presentation, Data Management and Application Processing are Physically Separated, 5. Describe publisher subscriber pattern. VM: In a Publisher Subscriber Pattern, there is One Publisher who publishes the messages and there are more than 1 subscriber who subscribes to the published messages. It can be implemented via Event/Delegator. I have more than 10 years of experience in .NET Development with hands on experience in all .NET related technology stack. I have completed more than 400 projects for various clients. Check Portfolio and reviews for some of the past work done. Can we connect to discuss further about the Project?
$12 USD en 40 días
4,8 (23 comentarios)
5,9
5,9
Avatar del usuario
Hello, I have a total of 18 years of experience out of which I have worked for 12 years in US. Have done a lot of work with ASP.NET. I have worked as a Solution Architect in multiple fortune 500 companies in US. I recently moved from US to India to do my own startup. We have the team of 50+ working on different IT services, Below is a list of our IT Services: - Dynamic CRM - SharePoint - Salesforce - Web Application - Mobile Application We are really like to work with you for long-term. Budget we can discuss in chat. Please give one chance to me before giving anyone else.
$13 USD en 40 días
4,8 (12 comentarios)
5,5
5,5
Avatar del usuario
I have been developing applications web and desktop since 2002. In the last 3-4 years my main focus has been MVC, Linq and entity framework. I can provide a resume so you can see my full experience.
$12 USD en 10 días
5,0 (10 comentarios)
5,1
5,1
Avatar del usuario
hi i'm expert asp.net mvc see my last project in asp.net mvc c# 10+ years experrince ...........................................................................................................
$12 USD en 40 días
5,0 (19 comentarios)
4,9
4,9
Avatar del usuario
Hello! Nice to meet you. My name is Andrew. We are Intobi - hardworking and responsible team. Our developers have highly experience in the building of various websites and apps. We have strong Full Stack team and will be happy to help you with a project with the following skills. Our hardworking team works with technologies such as HTML5, .NET, C# Programming, MSSQL, ASP.NET MVC, AngularJS, JavaScript, Bootstrap and other. I think will be more productive to discuss your questions on a call. So we will be happy to discuss with you the project and to choose the best way of realization! Regards Andrew CEO Intobi
$25 USD en 40 días
3,9 (22 comentarios)
6,1
6,1
Avatar del usuario
Hello, I would like to take this assignment. I am having 14 years of experience on web development, deployment and project management. 1. Describe design patterns: Design patterns are the best practices and provide solution to commonly occurring problems which we can reuse. I am having knowledge of Singleton, Chain of Responsibility and Factory Method 2. Which of the required job skills do you feel you are strongest at? C#, .NET, HTML, JavaScript, MSSQL, ASP.NET MVC, ASP.NET Web API 2 3. Describe a delegate. Delegate is a mechanism to pass function as parameter and is helpful to handle the callback functions or event handler 4. Describe n-tier architecture. n-tier architecture is the one in which all the independent layers of the systems are running on different physical servers totally independent of each other. 5. Describe publisher subscriber pattern. Not having much knowledge of this but I think it is used in event sourcing. Looking forward for further discussion and to start. Best Regards
$16 USD en 40 días
4,9 (8 comentarios)
4,4
4,4
Avatar del usuario
We’re are a Microsoft partner with a team of 15+ developers working on .Net (C#, Asp.Net, MSSQL), PHP (Core php, Laravel, CodeIgnitor and MySQL), IoT, Azure and Mobile App Development. Give us an opportunity to place our idea and skill-sets and showcase our expertise. Look forward to having a fruitful discussion. Regards. Rohaan
$10 USD en 40 días
5,0 (7 comentarios)
3,9
3,9
Avatar del usuario
Hi, 1- Best practices to use in software development for real world problems. 2- .net core 2 + web api c# 3- Basically it's a type safe function pointer, not a real pointer ofcourse. Mostly used to prototype methods which have shared/similar behaviour like calculating several rate of discounts for an order. 4- I'm not sure what "tier" refers in official MS documents but afaik it represent physical sections of the software. e.g. 2 tier mostly used for server-client. I've also seen that "tiers" also used as "logical" layers of software like MVC but i think this is wrong usage. 5- I cant give book definition without heading to wikipedia :) I mostly used this approach for email and push notification delivery. I don't have much experience with angular. I haven't used it since the version 2. I prefer to use reactjs as it can be used to create native mobile apps with minimal effort. When possible, i prefer to use .net core 2 (c#) web api and implement 3 layers which are logic, service and repository. This approach allows to scale wep api app both horizontally and vertically. Let me know if you have any questions. Thanks, Turker YILDIRIM
$33 USD en 20 días
5,0 (5 comentarios)
3,5
3,5
Avatar del usuario
Hi, Thank you for posting. I think that my company it is a perfect fit for this project. You will not be dealing with a solo developer that can disappear in the middle of the project. We will deliver the work quick, I think this is a great opportunity to get your work done cheap, fast and with quality. Pls, let me know if you have time for a chat or maybe a call. You will be able to interview in a phone call few of my developers, better than just reply a few questions with info pulled from Internet ;) Thanks
$15 USD en 40 días
5,0 (4 comentarios)
3,2
3,2
Avatar del usuario
Hi Software Engineer Here. Having three years of software development experience in asp.net, C#, SQL Server, MVC and Entity Framework, Web api's 2.0. From last 10 months working on Angular 2 and 5 for creating a payroll based web application. Looking forward to hear from you. For my applications demo come to inbox. Thanks Answer 1: A piece of code that provides a solution to commonly occurred design problems known as design patterns. Answer 2: I am strong at Web Api's, Asp.Net, C#, MSSQL, Angular. Answer 3: Delegates are basically pointer to a function we can say that delegates are useful whenever we need to callback the functions. Answer 4: N-Tier architecture is a multi tared architecture, it's depends on us how we separate the presentation layer from business logic and from data access layer. Answer 5: Type of design pattern in which publisher not directly sent a message to specific receiver, it ill create an event and then any subscriber can call that event to get messages.
$8 USD en 40 días
4,9 (2 comentarios)
0,7
0,7
Avatar del usuario
Hello there 1) Design pattern is a description or template for how to solve a problem that can be used in many different situations. 2) C#, .NET, HTML, JavaScript, MSSQL, ASP.NET, MVC and BOOTSTRAP 3) Trust a task or responsibility to another person 4) It is a client–server architecture in which presentation, application processing, and data management functions are physically separated. 5) In 'Publisher-Subscriber' pattern, senders of messages, called publishers, do not program the messages to be sent directly to specific receivers, called subscribers. I am interested to work with you. Let's connect for more information. Thanks for your time and considerations.
$8 USD en 40 días
0,0 (0 comentarios)
0,0
0,0
Avatar del usuario
Hello, I am Web and Desktop application developer. I have read your posted job very carefully and I would like to work for you. As you mention some question in your posted job I have mention answer of question below. So please find it. 1. design patterns : Generally design patterns use for solve common design problems. So in this case generally developing team build an custom design solution so they can handle any query occurring during developing time on behalf of design. 2. job skills do you feel you are strongest at : My good hands on Asp.Net MVC with CSS, JavaScript, Jquery and Entity Framework 3. delegate : we can say that it is a one type of variable which points to function at run time environment. It is mostly used for implementing events and retrieve methods whenever want. 4. n-tier architecture : software is a collection of different modules like processing, data model, and presentation part. So n-tier is basically use for maintain all modules without affecting others when you change in other module. 5. publisher subscriber pattern : It allows you to identify a subject and then maintain a list of subscriber for particular that subject. I can work on hourly basis as well as fixed price. My hourly rate is $7/hour. Skills : Asp.Net MVC, VB.Net, WPF, CSS, JavaScript, JQuery, Telerik Reporting, Entity Framework, LINQ, SQL, API Development, Payment Integration With your permission I would like to discuss more about project. Have a nice day, Thank you.
$8 USD en 40 días
0,0 (0 comentarios)
0,0
0,0

Sobre este cliente

Bandera de UNITED STATES
New York, United States
0,0
0
Forma de pago verificada
Miembro desde feb 20, 2018

Verificación del cliente

¡Gracias! Te hemos enviado un enlace para reclamar tu crédito gratuito.
Algo salió mal al enviar tu correo electrónico. Por favor, intenta de nuevo.
Usuarios registrados Total de empleos publicados
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Cargando visualización previa
Permiso concedido para Geolocalización.
Tu sesión de acceso ha expirado y has sido desconectado. Por favor, inica sesión nuevamente.