Home
-- jump to category --
AI
AI Article Spinning & Rewriting
Bard Prompts
Blogging
ChatGPT Prompts
Content Generation
Entrepreneurship
Founders Journal
Help Docs
Newsletter
Release Notes
Rewrite Series
SEO
Tech
-- sort by --
Newest
Up Votes
C#
0
Adam VanBuskirk
on 7/29/23
Use a singleton service to manage a shared resource or state that needs to be accessed by multiple parts of the application throughout its lifetime
Tech
0
Adam VanBuskirk
on 7/29/23
Using a Scoped service to deal with stateful operations or maintaining data across multiple method calls
Tech
0
Adam VanBuskirk
on 7/29/23
Using a Transient Scope with repositories or data access services
Tech
0
Adam VanBuskirk
on 7/29/23
AddTransient, AddScoped and AddSingleton Services Differences
Tech
0
Adam VanBuskirk
on 7/29/23
What do two question marks together mean in C#?
Tech
0
Adam VanBuskirk
on 6/3/23
How do I create an Excel (.XLS and .XLSX) file in C# without installing Microsoft Office?
Tech
0
Adam VanBuskirk
on 6/3/23
Given a DateTime representing a person’s birthday, how do I calculate their age in years?
Tech
0
Adam VanBuskirk
on 6/3/23
What is the best way to give a C# auto-property an initial value?
Tech
0
Adam VanBuskirk
on 6/3/23
How do I generate a random integer in C#?
Tech
0
Adam VanBuskirk
on 5/14/23
Should ‘using’ directives be inside or outside the namespace in C#?
Tech
0
Adam VanBuskirk
on 5/14/23
How to catch multiple exceptions at once in C#
Tech
0
Adam VanBuskirk
on 5/14/23
How to send email in C# using SendGrid and SOLID design principles
Tech
1
2
Next