Ana içeriğe atla

Kayıtlar

2022 tarihine ait yayınlar gösteriliyor

.NET Interview Questions

Explain inheritance is and , and why it's important Inheritance is one of most important concepts  in  object-oriented  programming, together with  encapsulation and polymorphism.  Inheritance provide to create new class from  that  defined fields in other class. This enable reuseable code and speed up development. What is LINQ? LINQ provide us. a consistent query experience to query objects.   What  is Garbage Collector The garbage collector manages allocation and  release of memory for an application.  What is difference HEAP  and STACK Heap: Heap is stored reference types Stack: Stack is stored value types

C# Interview

 Program.cs  Program.cs file is the entry point of application via Main() method. it also register Startup.cs class It also register IISIntegration and create a host using an instance of IWebHostBuilder Startup File Configure Service method: it configures services which are required by the app by using Configuration AppServices.it gets called by host before the "Configure" method the configuration app services Configure Method: It defines the apps request handling pipeline as a series of middleware components by using configure method. Depency Injection AddSingleton : Create only one instance when the service is requested for first time. And then the same. instance will be shared  by all different http request. AddScoped :  Create single instance for each request. For a different http request there will be a different instance. AddTransient : This instance is not shared at all.Every time a new instance will be created. What is Middleware?   What is mean KES...

Ingilizce

 https://etkilipratikingilizce.com/ingilizce-tuyolar/kafanda-ceviri-yapmani-azaltacak-3-teknik/?WickedSource=YouTube&WickedID=kafanda-ceviri-yapma

Skills

 https://ae.indeed.com/viewjob?jk=2b16d11b0d758b56&from=JSJ_APPLICATION_STATUS_VIEWJOB&utm_campaign=jsj_application_status&utm_medium=email&utm_source=jobseeker_emails

Introduce MySelf

 Hi David  How are you. I fine thanks. You know I apply for angular developer.I am here right now in turkey for vacation. I will return  back in 11 july. You can ask me. Why do you stay in dubai. I come to dubai for english education.Maybe you know English path school. I go to there between 9:00 am and 12:00. If you want. let me tell you a bit about myself.I was gruated as Computer Engineer from Dumpınar university in Turkey  in 2015. by the way. I had  working when I was student at university. I have  work  as full stack developer or Angular developer at 7 years. Especially last 4 years work as angular developer. 

COVER LETTER

Dear hiring Please accept my application for the Software Developer position at Technology Resources. Over the course of seven years in software engineering, I have attained significant experience coding with a variety of programming languages, working directly with corporate software development teams. I believe I would be an excellent addition to the Technology Resources team. Working in my current job at Criccle Technologies, I have 7 years of experience with angular developer and full stack web development with Asp.net Core. Working with a Senior Software Developer.I also have experience in Agile project management  and maintaining custom web and mobile applications. Thank you for taking the time to review my application. I look forward to sharing more about my skills and experiences and how they could help me hit the ground running with Technology Resources. Feel free to contact me at +971   553 049 061  or  tacettinsertkaya@outlook.com Sincerely, Tacettin...

Angular For IIS

<?xml version=”1.0" encoding=”UTF-8"?> <configuration> <system.webServer>         <httpErrors>             <remove statusCode="404" subStatusCode="-1" />             <error statusCode="404" prefixLanguageFilePath="" path="/index.html" responseMode="ExecuteURL" />         </httpErrors> <rewrite> <rules> <rule name=”Angular Routes” stopProcessing=”true”> <match url=”.*” /> <conditions logicalGrouping=”MatchAll”> <add input=”{REQUEST_FILENAME}” matchType=”IsFile” negate=”true” /> <add input=”{REQUEST_FILENAME}” matchType=”IsDirectory” negate=”true” /> </conditions> <action type=”Rewrite” url=”/” /> </rule> </rules> </rewrite> </system.webServer> </configuration>

Önyazı

 Hi, I have worked in various companies as a software specialist in the IT sector for 6 years. I can provide you with professional support in line with your needs. Generally, my areas of expertise are on back-end Net Core front-end, angular, React and Vue JS. I will come to dubai for english education. For this I look for full stack or angular developer position.My English level intermediate. By the way I wrote this sentences without google translate. You can have a idea for my english level Hello everyone. I'm learning Golang for a while. To improve my skills, I'm trying to implement some approaches. Microservices are one of them. I'm planning that implement some services that use PostgreSQL, MongoDB, Redis, Message Queue, .etc. I've created a GitHub repository to improve myself. You may want to check it out. I've used different resources, I'll add these resources to README later. I'm open to new ideas and suggestions :) You can check it here; “I’m a devel...