Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Yawar Murtaza
Yawar Murtaza has asked
6
questions and find answers to
6
problems.
Stats
207
EtPoint
71
Vote count
6
questions
6
answers
About
app.Run(async context => { await context.Response.WriteAsync("<strong>.Net Developer</strong>"); });
Yawar Murtaza questions
How async / await can help in ASP.Net application?
No intellisense in ASP.Net Core
What are the practical scenarios to use IServiceCollection.AddTransient, IServiceCollection.AddSingleton and IServiceCollectionAddScoped Methods?
Visual Studio 2017 error: Cannot find project info for "" This can indicate a missing project reference
What is the difference between await Task<T> and Task<T>.Result?
Why would I bother to use Task.ConfigureAwait(continueOnCapturedContext: false);
Yawar Murtaza answers
How could I Mock the FromSql() method?
ServiceFilter and TypeFilter - what is the difference in injection those filters?
Can you explain Liskov Substitution Principle with a good C# example? [closed]
Namespace within a project or separate project