public UserInfo GenerateUserInfo()
{
var userInfo = new UserInfo()
{
FirstName = "Ali",
LastName = "Poustdouzan",
Email = "ali.poustdouzan@gmail.com",
Job = ".Net Developer",
YearsOfExperienceInDotNet = 15,
InterestedIn = new List<string>()
{
".Net 6",
"ASP.NET Core Web API",
"EF Core",
"End-To-End Encryption",
"SQL Server, T-SQL",
"Software Architecture",
"Microservice",
"Blazor (Both ServerSide-WebAssembly)"
},
};
return userInfo;
}
Pinned Loading
-
SQLMigrationByQuery
SQLMigrationByQuery PublicExecute SQL migration script list in .net projects
C#
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.