.NET Software Developer
Istanbul · Full-time · 3+ Years
Avva Mobile — Visual Studio
📄NetDeveloperJob.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
// Avva Mobile · Backend Team · Istanbul
// Full-time · 3+ Years Experience
using AvvaMobile.Careers;
using System.Threading.Tasks;
[JobPosting(Location = "Istanbul", Type = "Full-time")]
public class NetDeveloperJob : AvvaMobilePosition
{
// Tech Stack
public static string[] TechStack = {
".NET Core",
"C#",
"ASP.NET",
"Entity Framework",
"SQL Server",
"PostgreSQL",
"Redis",
"Docker",
"Azure"
};
// Requirements
public bool HasRequiredSkills() =>
{
// At least 3 years of .NET Core/Framework experience
// Expert level knowledge in C# programming language
// Experience with Entity Framework, LINQ
// RESTful API design and development experience
// SQL Server or PostgreSQL database experience
// Git version control system usage
// Knowledge of Agile/Scrum methodologies
// Problem solving and analytical thinking skills
return true;
}
// Responsibilities
public async Task<Result> Responsibilities()
{
await developingScalableNet(); // Developing scalable .NET applications
await restfulApiDesign(); // RESTful API design and implementation
await databaseDesignAnd(); // Database design and optimization
await activeParticipationIn(); // Active participation in code review processes
await preparingTechnicalDocumentation(); // Preparing technical documentation
await maintenanceAndDevelopment(); // Maintenance and development of existing systems
await knowledgeSharingAnd(); // Knowledge sharing and mentoring within the team
await contributingToProject(); // Contributing to project planning processes
}
// Benefits
public Benefits[] Perks = {
new Benefits { Name = "Performance bonus" },
new Benefits { Name = "Meal card" },
new Benefits { Name = "Training budget" },
new Benefits { Name = "Flexible working hours" },
new Benefits { Name = "Remote work option" },
new Benefits { Name = "Career growth opportunities" },
new Benefits { Name = "Modern technology stack" }
};
}
⎇ mainNetDeveloperJob.cs · C# · UTF-8 · Ln 60 Col 1Avva Mobile
