How to Connect SQL Server and Create C# Objects for Data Management
Learn about how you can work with your SQL Server data from C#. A good basic tutorial for beginning C# developers.
2023-03-24
16,557 reads
Learn about how you can work with your SQL Server data from C#. A good basic tutorial for beginning C# developers.
2023-03-24
16,557 reads
Do you have a set of practices for building software in your organization?
2023-02-17
208 reads
Helping your business get value from a digital transformation can start within your own team or group.
2023-02-08
115 reads
2023-02-06 (first published: 2023-02-04)
263 reads
Building software means not only considering the data people expect, but also edge cases. Steve asks if you know what those edge cases are?
2022-11-14
297 reads
Our design and modeling is often done with some level of uncertainty. Steve has a few guidelines today.
2022-10-26
180 reads
2022-10-24
196 reads
2022-10-17
104 reads
Building software is becoming harder as new attacks try to inject malicious code into products.
2022-10-12
126 reads
The user experience from our software is important. Maybe more than many developers realize.
2022-10-01
68 reads
Programmatic Tool Calling with the Claude SDK Every morning somebody on the team runs the...
By Steve Jones
mauerbauertraurigkeit – n. inexplicable urge to push people away, even close friends whose company...
By Brian Kelley
Pinal Dave wrote up his methodology for what to do when you discover bad...
Alamat Kontak WA CS 08218154392 Jl. Ahmad Yani No.39 A, Rw1, Sidokumpul, Kec. Sidoarjo,...
Alamat Kontak WA CS 08218154392 Jl. Raya Kendangsari Industri No.2, Kendangsari, Kec. Tenggilis Mejoyo,...
In SQL Server 2025, I run this code:
select bit_count('A')
What is returned? See possible answers