Find Jobs
Hire Freelancers

Software Engineering Assistant ASP.NET

$8-15 USD / hour

Κλειστή
Αναρτήθηκε περίπου 6 χρόνια πριν

$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.
Ταυτότητα εργασίας: 16715433

Σχετικά με την εργασία

50 προτάσεις
Απομακρυσμένη Εργασία
Ενεργός/ή 6 χρόνια πριν

Ψάχνεις τρόπο για να κερδίσεις μερικά χρήματα;

Πλεονεκτήματα πλειοδοσίας στο Freelancer

Καθόρισε τον προϋπολογισμό σου και το χρονοδιάγραμμα
Πληρώσου για τη δουλειά σου
Περίγραψε την πρόταση σου
Η εγγραφή και η πλειοδοσία σε εργασίες είναι δωρεάν
50 freelancers δίνουν μια μέση προσφορά $12 USD/ώρα για αυτή τη δουλειά
Avatar Χρήστη
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; 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. Due to character limitation, unable to share more details here.
$8 USD σε 40 ημέρες
5,0 (163 αξιολογήσεις)
8,8
8,8
Avatar Χρήστη
Hi Alexander, I am experienced .NET full stack developer having 7.9 years of experience. I can deliver work on time with very good quality and I would love to work long term with you. Please find answer for questions: 1. Design patterns is recurring solution into software architecture. 2. I am strong at C#, MVC, Bootstrap, MSSQL, JavaScript, etc. 3. A delegate is a reference type variable that holds the reference to a method. Delegates are especially used for implementing events and the call-back methods. 4. N-tier Architecture are design which separate data tier, presentation layer, business model, etc as physical. Also in my solution I also include separate for common part. 5. Publisher is a object which publish the event and it's contains the definition of event and delegate. Subscriber is the other class or classes listen to that event. Please let me know if you need any further information from me. Thanks. Regards, Nagajan
$12 USD σε 40 ημέρες
4,9 (138 αξιολογήσεις)
8,3
8,3
Avatar Χρήστη
Dear,Sir How are you? I am very interested in your project and am ready for starting your project for now. I have experienced in developing .NET, Angular.js, ASP.NET, C# Programming, Javascript. I will work very hard and best for you. Best Regards
$15 USD σε 40 ημέρες
5,0 (89 αξιολογήσεις)
8,1
8,1
Avatar Χρήστη
A proposal has not yet been provided
$11 USD σε 40 ημέρες
5,0 (46 αξιολογήσεις)
7,4
7,4
Avatar Χρήστη
Hello There, Glad to view your requirement. I represent a team of certified Microsoft Experts having great experience in the mentioned skill sets. Below is the response to your questions: 1. Describe design patterns Our architecture experience spawns across horizons of Cloud and on-premise solutions. We have real-time enterprise solutions architected on key patterns like - CQRS, MicroServices - over a cloud, along with Monolithic patterns like Factory, Repository, IoC to name a few. In terms of best practices - our de facto is to utilize in-built MS guideline preventing non-adhering code check-in, apart from static code analysis based corrective actions if need be. 2. Which of the required job skills do you feel you are strongest at? Having worked in this industry with a team having served various American clients in all the mentioned skill-sets, I am confident that we can allocate an expert having a specific blend of skill-set as required in the project. 3. Describe a delegate A delegate is used for implementing events and call back method. 4. Describe n-tier architecture Architecture in which data layer, Application layer, and business layer are placed separately 5. Describe publisher-subscriber pattern A pattern where publishers, do not program the messages to be sent directly to specific receivers but instead categorize published messages into classes without knowledge of which subscribers. Kindly provide a convenient time to discuss in detail. Regards. Hardik
$22 USD σε 40 ημέρες
5,0 (20 αξιολογήσεις)
7,0
7,0
Avatar Χρήστη
I'm .Net developer having experience more then 8 years. I used to work for USA timings, 1. Design pattern is proven set of best practices used to provide solution 2. Asp.Net MVC 3. delegates are function pointers 4. Distribute system in different layers 5. It is some sort of observer design pattern where publisher send message and subscriber receive relevant message.
$10 USD σε 40 ημέρες
5,0 (71 αξιολογήσεις)
6,6
6,6
Avatar Χρήστη
1) Design patterns:- Design patterns represent the best practices used by experienced object-oriented software developers. Design patterns are solutions to general problems that software developers faced during software development. These solutions were obtained by trial and error by numerous software developers over quite a substantial period of time. 2) C#, .NET, HTML, JavaScript, MSSQL, ASP.NET MVC, ASP.NET Web API 2, Angular, Bootstrap, 3) A delegate is an object that can refer to a method. Thus, when we create a delegate, we are creating an object that can hold a reference to a method. Furthermore, the method can be called through this reference. Thus, a delegate can invoke the method to which it refers. The principal advantage of a delegate is that it allows us to specify a call to a method, but the method actually invoked is determined at runtime, not at compile time. 4) In software engineering, multi-tier architecture (often referred to as n-tier architecture) is a client-server architecture in which, the presentation, the application processing and the data management are logically separate processes. For example, an application that uses middleware to service data requests between a user and a database employs multi-tier architecture. The most widespread use of "multi-tier architecture" refers to three-tier architecture.N-tier architecture is also called multi-tier architecture because the software is engineered to have the processing, data management, and prese
$8 USD σε 40 ημέρες
4,8 (20 αξιολογήσεις)
6,5
6,5
Avatar Χρήστη
Hello, 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. Please find below your required answers: 1. Describe design patterns. VM: Design Patterns are a flexible way to solve all the common design problems. It is object oriented world is reusable solution to common software design problems that occur repeatedly in real-world application development 2. Which of the required job skills do you feel you are strongest at? VM: C#,.NET,HTML,JavaScript,MSSQL,ASP.NET MVC,ASP.NET Web API 2, Bootstrap. Intermediate in Angular. 3. Describe a delegate. VM: Delegate in C# is similar to a function pointer in C or C++. It's a new type of object in C#. Delegate is very special type of object as earlier the entire the object we used to defined contained data but delegate just contains the details of a method. 4. Describe n-tier architecture. VM: n-tier Architecture is a multi level architecture where Data Management, Application Processing and Presentation layer are logically separated. 5. Describe publisher subscriber pattern. VM: It is one of the Design patterns where the data published by the Publisher can be recieved by one or more subscribers. It is kind of a broadcasting of a data which are consumed by the Subscribed subscribers.
$12 USD σε 40 ημέρες
4,8 (23 αξιολογήσεις)
5,9
5,9
Avatar Χρήστη
1. Describe design patterns. Is making my software design reusable and readable and make it easy to interact with objects 2. Which of the required job skills do you feel you are strongest at? All of them. 3. Describe a delegate. Delegate is a function holder with make it easy to run the functions or events 4. Describe n-tier architecture. Divide the software architecture in separate hosted tiers like 'Data tier, business logic tier and presentation tier 5. Describe publisher subscriber pattern. is a messaging pattern publishers send messages, messages categorized into classes without knowledge of which subscribers (Receivers), subscribers select interest in one or more classes then receive messages that are of interest, without knowledge of which publishers
$15 USD σε 40 ημέρες
4,9 (25 αξιολογήσεις)
5,8
5,8
Avatar Χρήστη
Hi, Please give me chance to discuss the project details over chat. and please have a look at the answers below. I am M S full stack developer having expertise in developing web, desktop and mobile applications using M S stack. My Skill set is Asp.NET MVC C# WebApi SQL server Jquery JSON Xamarin WPF SignalR I am looking forward to hear from you soon. 1: MVC , MVVM 2: All 3: Delegate is a function pointer 4: DAL,BAL,Presentation, Service layer 5: pub Sub pattern is like to broadcasting, one single source broadcast and other sources subscribe to get the result, SignalR is the example. Thanks
$15 USD σε 40 ημέρες
5,0 (23 αξιολογήσεις)
4,8
4,8
Avatar Χρήστη
hey i am a professional .NET developer and have a experience of that field kindly inbox for more details
$8 USD σε 40 ημέρες
4,7 (59 αξιολογήσεις)
5,0
5,0
Avatar Χρήστη
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. It will be fruitful if can go for the chat to discuss the project timeline plus costing in detail which will help both of us in building a strong business relationship. 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 σε 40 ημέρες
5,0 (7 αξιολογήσεις)
3,9
3,9
Avatar Χρήστη
Hello Sir, I have completed BE(CSE) from Pune University. I have a working Experience of 4.4 years in software and web development. I believe that my qualification and skills are best match for your requirements Following is a list of my attributes which will enable me to contribute to your software projects effectively: • Extensive experience in C#.net, ASP.net,Asp.Net MVC 5. • Long term interest in SQL Server 2016. • Familiar with Angular 4,Web Services • Basic knowledge of LINQ, Ajax, Javascript, Jquery. 1. Describe design patterns. ans: 2. Which of the required job skills do you feel you are strongest at? ans:-C#,ASP.NET MVC 3. Describe a delegate. ans:MYSQL ,SQL SEVER ,ManagoDB 4. Describe n-tier architecture. and : I was used N-Tiner architecture
$12 USD σε 40 ημέρες
4,6 (12 αξιολογήσεις)
4,3
4,3
Avatar Χρήστη
Hello sir I am.a net developer working as a freelancer from about 10 years in this time period I had worked for different software houses all over the world, please review my profile for detail. sir as you were asking some of the questions I want to reply quick answers. 1- Design patterns are a way to solve the same problem in a system. 2- I feel I am good in c#. I can't sleep unless I didn't find a solution for any problem. 3- Delegates class hold reference for method mostly use when event fired to handle the job. 4- Different layer base development, I like to work in 3 tier architecture where data move from front end to data excess layer and then toward database. BLL, DLL Will be looking fwd. Best Regards
$12 USD σε 40 ημέρες
4,5 (4 αξιολογήσεις)
4,5
4,5
Avatar Χρήστη
Hi, Thank you for posting the project. 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. Looking for a long relationship. Thanks
$15 USD σε 40 ημέρες
5,0 (4 αξιολογήσεις)
3,2
3,2
Avatar Χρήστη
I have over 24 years experience developing asp and. net sites. I have experience teaching as well as development. My abilities to transcend multiple language barriers makes me uniquely skilled to understand multiple concepts and convey them in a way that the layman understands.
$20 USD σε 60 ημέρες
3,2 (6 αξιολογήσεις)
4,2
4,2
Avatar Χρήστη
I am new on this website, I don’t have that much reviews to put my profile on top but I have a vast experience of around 12 years in working with this asp.net technologies. I am Microsoft certified developer. I have a good command in C#, ASP.NET/MVC, Web API, REST API, JSON, MSSQL Server, HTML, CSS, Bootstrap, Ajax, Angularjs, Knockout, JQuery, Javascript. I am extremely good with asp.net webforms and asp.net mvc. So, i dont have any problem. I feel myself perfect for this job. I can manage to work in your timings. All i want you to just try my services, i am sure i will make you happy. We can negotiate on prices, there is no issue, i need to work on for placing my profile on top after having some good reviews, along with long term relations with my clients. Do connect me thro skype, my id is "sudanish". I am looking forward to speak with you. I am available 24/7 for your support. I need your response to communicate further. Answer to your questions: 1. Design pattern is a pattern to follow code and reusable structure. 2. Web Api 2. 3. Delegates are the pointers to specified method. 4. Multilayered architecture is called as n-tier architecture such as (presentation, business and data layer). 5. Its a software architecture for sending and receiving messages. Thank you
$8 USD σε 40 ημέρες
5,0 (1 αξιολόγηση)
2,2
2,2
Avatar Χρήστη
Profesional de TI con comprobada experiencia en el desarrollo de proyectos bajo lenguajes de programación ASP.NET con Visual Studio (en sus versiones: 2003, 2005, 2008, 2010, 2012, 2013, 2015, 2017), Web Services, WCF, MVC5, Ajax, JavaScript, JQuery, Visual Basic, C#, Linq, Entity Framework, Paginas en tiempo real con SignalR, Java, Docker, PHP, AngularJS, ReactJS, NodeJS. Aplicaciones Windows con .Net, WPF. Manejo de Bases de Datos SQL Server (2000, 2005, 2008 r2, 2012, 2014), Oracle (9i), MySQL, PostgreSQL, MongoDB. Diseño de páginas WEB con HTML5 y CCS3, SASS, LESS, Bootstrap, Foundation, Material Design. Aplicaciones Móviles Multiplataforma con Xamarin. Visionario con capacidad de trabajo en equipos de alto desempeño y lograr objetivos comunes, entusiasta y con experiencia en el trabajo bajo presión. Responsable y Autodidacta siempre en la búsqueda de nuevos conocimientos y estar al día en los avances tecnológicos.
$9 USD σε 40 ημέρες
0,0 (0 αξιολογήσεις)
0,0
0,0
Avatar Χρήστη
strong programming experience and Finish the required work with precision and high efficiency skills c#,mvc ,ms sql server ,bootstrap ,canvas,angular js 1
$8 USD σε 40 ημέρες
0,0 (0 αξιολογήσεις)
0,0
0,0
Avatar Χρήστη
Hello here my Answers. 1.- Design Pattern is a repeatable solution for a common occurring problem in software desing. 2.- I feel my strongest skills is development frontend and backend with HTML, JavaScript with framework like Angular and technology like nodejs. 3.- I feel that the better description of delegate is description under Microsoft's docs: "A delegate is a type that represents references to methods with a particular parameter list and return type. When you instantiate a delegate, you can associate its instance with any method with a compatible signature and return type. You can invoke (or call) the method through the delegate instance. Delegates are used to pass methods as arguments to other methods". 4.- N-Tier Architecture : Is a software desing that separate code on layers the most frecuents layers is Presentation, Logic o Business Logic and data management. this software architecture is recommended for applications middle o big size that's architecture may not result develop small app Software. 5.- Publisher & Subscribe. I think the best description for this pattern is stract from wikipedia: In software architecture, publish–subscribe is a 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. Similarly, subscribers express interest in one or more classes and only receive messages that are of interest, without knowledge of which publishers, if any, there are. I think RabbitMQ is tools that support very well that desing patterns.
$8 USD σε 40 ημέρες
0,0 (0 αξιολογήσεις)
0,0
0,0

Σχετικά με τον πελάτη

Σημαία της UNITED STATES
New York, United States
0,0
0
Επαληθευμένη μέθοδος πληρωμής
Μέλος από Φεβ 20, 2018

Επαλήθευση Πελάτη

Ευχαριστούμε! Σου έχουμε στείλει ένα email με ένα σύνδεσμο για να διεκδικήσεις τη δωρεάν πίστωση σου.
Κάτι πήγε στραβά κατά την προσπάθεια αποστολής του email σου. Παρακαλούμε δοκίμασε ξανά.
Εγγεγραμμένοι Χρήστες Συνολικές Αναρτημένες Δουλειές
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Φόρτωση προεπισκόπησης
Δόθηκε πρόσβαση για Geolocation.
Η σύνδεση σου έχει λήξει και τώρα έχεις αποσυνδεθεί. Παρακαλούμε συνδέσου ξανά.