ISeeSharpYT's profile picture. .NET Developer. Learn about C# .NET, Blazor and EntityFramework on my Youtube channel.

I See Sharp 💻

@ISeeSharpYT

.NET Developer. Learn about C# .NET, Blazor and EntityFramework on my Youtube channel.

I See Sharp 💻 podał dalej

Design system component checklist An open-source checklist to help you plan, build, and grow your design system. It covers design language, core components, and maintenance procedures. designsystemchecklist.com

101babich's tweet image. Design system component checklist

An open-source checklist to help you plan, build, and grow your design system. It covers design language, core components, and maintenance procedures.

designsystemchecklist.com

I See Sharp 💻 podał dalej

Test your SQL knowledge 👇 Is the index below a good fit for the query? --- CREATE INDEX IX_Articles_DatePublished ON Articles (DatePublished); SELECT COUNT(*) FROM Articles WHERE DATEPART(YEAR, DatePublished) = 2023; --- And the answer is: - This isn't a good index for this…

mjovanovictech's tweet image. Test your SQL knowledge 👇

Is the index below a good fit for the query?

---
CREATE INDEX IX_Articles_DatePublished
ON Articles (DatePublished);

SELECT COUNT(*)
FROM Articles
WHERE DATEPART(YEAR, DatePublished) = 2023;
---

And the answer is:

- This isn't a good index for this…

I See Sharp 💻 podał dalej

When the database fetches a page and places it in the shared buffer pool, we gain access to all rows and columns within that page. So, the question arises: if we have all the columns readily available in memory, why would SELECT * be slow and costly? Is it really as slow as…

hnasr's tweet image. When the database fetches a page and places it in the shared buffer pool, we gain access to all rows and columns within that page. 

So, the question arises: if we have all the columns readily available in memory, why would SELECT * be slow and costly? 

Is it really as slow as…

I See Sharp 💻 podał dalej

Do you want to learn Clean Architecture and DDD? I prepared 45 lessons for you 🔥 𝗖𝗹𝗲𝗮𝗻 𝗔𝗿𝗰𝗵𝗶𝘁𝗲𝗰𝘁𝘂𝗿𝗲 𝗙𝘂𝗻𝗱𝗮𝗺𝗲𝗻𝘁𝗮𝗹𝘀 - Project setup - youtu.be/tLk4pZZtiDY - Minimal APIs - youtu.be/GCuVC_qDOV4 - Dependency injection - youtu.be/tKEF6xaeoig -…

mjovanovictech's tweet image. Do you want to learn Clean Architecture and DDD?

I prepared 45 lessons for you 🔥

𝗖𝗹𝗲𝗮𝗻 𝗔𝗿𝗰𝗵𝗶𝘁𝗲𝗰𝘁𝘂𝗿𝗲 𝗙𝘂𝗻𝗱𝗮𝗺𝗲𝗻𝘁𝗮𝗹𝘀

- Project setup - youtu.be/tLk4pZZtiDY
- Minimal APIs - youtu.be/GCuVC_qDOV4
- Dependency injection - youtu.be/tKEF6xaeoig
-…

I See Sharp 💻 podał dalej

I created a bad Entity Framework query. The Linkedin community started optimizing it yesterday. Best result so far: Non-optimized: 1036.467ms (~1s) Optimized: 5.99ms Can you do better? Give it a try: github.com/StefanTheCode/… #Dotnet

github.com

GitHub - StefanTheCode/OptimizeMePlease

Contribute to StefanTheCode/OptimizeMePlease development by creating an account on GitHub.


I See Sharp 💻 podał dalej

Just in case this is a low key Microsoft inteview

foxthedream's tweet image. Just in case this is a low key Microsoft inteview

I finally tried making a Youtube Short - The Ref Keyword in C# in 60 seconds😁 youtube.com/shorts/sO1cRiM…


I've just released a new video and I would love to hear your feedback! Entity Framework - 1 to 1, 1 to Many and Many to Many Relationships with .NET 6 in 2022 youtube.com/watch?v=9sXXfq… #dotnet #csharp #entityframework #SQLServer

ISeeSharpYT's tweet card. 1 to 1, 1 to Many and Many to Many Relationships with EFCore in 2023

youtube.com

YouTube

1 to 1, 1 to Many and Many to Many Relationships with EFCore in 2023


I See Sharp 💻 podał dalej

Container queries in Tailwind CSS? 👀 Quick little demo @malfaitrobin and I cooked up this afternoon... API and stuff definitely subject to change, but did this as a user-land plugin: play.tailwindcss.com/ExTUcVGb7k?siz…


I See Sharp 💻 podał dalej

I’ve come up with an interim solution to the queuing issue to see the Queen’s coffin in Westminster, let me know what you think, it’s not perfect but I don’t see anyone else coming up with anything


Twitter list of .NET and C# accounts to follow: #dotnet #Blazor #csharp #Azure

ISeeSharpYT's tweet image. Twitter list of .NET and C# accounts to follow:

 

#dotnet #Blazor #csharp #Azure

Check out my latest video - Everything you need to know about Records in C# (.NET 6 2022). I would leave to hear your feedback! youtube.com/watch?v=IiE5-T… #dotnet #csharp #cleancode


I See Sharp 💻 podał dalej

Entity Framework is fast ⚡ But you can make it even faster. Here are 3 simple things you can do: - Use AsNoTracking - Try out AsSplitQuery - Go Async AsNoTracking - entities won't be tracked in the ChangeTracker AsSplitQuery - useful when you have joins Async - throughput


I See Sharp 💻 podał dalej

Hi Guys, Whom are few of the people I should follow for #blazor and it's nitty gritties? @jost0101 @rahulpnath


I See Sharp 💻 podał dalej

How do you test your architecture? To write my Fitness Functions to ensure Architectural Goals are met, I use a fantastic tool - NetArchTest github.com/BenMorris/NetA… #dotnet #SoftwareArchitecture #sortware #programming

MarusykRoman's tweet image. How do you test your architecture?

To write my Fitness Functions to ensure Architectural Goals are met, I use a fantastic tool - NetArchTest

github.com/BenMorris/NetA…

#dotnet #SoftwareArchitecture #sortware #programming

I See Sharp 💻 podał dalej

How do you perform null checks in C#? Using the is operator is the safest approach, and it reads more naturally. #dotnet #chsarptips

mjovanovictech's tweet image. How do you perform null checks in C#?

Using the is operator is the safest approach, and it reads more naturally.

#dotnet #chsarptips

Loading...

Something went wrong.


Something went wrong.