The following is a SQL function that splits the string provided as an argument into a table of values on the comma character: CREATE FUNCTION Split (@Argument NVARCHAR(MAX)) RETURNS @List TABL… more →
Vlad's Happy Placevladr wrote 1 month ago: The following is a SQL function that splits the string provided as an argument into a table of value … more →
psaffrey wrote 4 months ago: I’m currently reading Code Complete, the software engineering book I have had recommended to m … more →
nandokakimoto wrote 5 months ago: I’ve been reading the single most influential book every programmer should read since last month and … more →
vladr wrote 5 months ago: The null object represents an object that does not exist. I wanted to write a post about this patter … more →
anangbakti wrote 5 months ago: Recently I listen podcast from dotnetrock. The topic was about how can you be a better geeks. Saran … more →
vladr wrote 6 months ago: What The singleton pattern is used to restrict a class to a single instance. This is useful when som … more →
vladr wrote 7 months ago: Recently I came across a design problem where refactoring to the abstract factory pattern provided a … more →
vladr wrote 8 months ago: The bridge pattern is a great design pattern and an interesting thing about it is that most of the t … more →
vladr wrote 1 year ago: Mă gândeam azi câte lucruri trebuie să știe un programator. Mă refer la un programator bun, care poa … more →
vladr wrote 1 year ago: Cred că dacă m-ar întreba un boboc de la informatică ce ar trebui să învețe, i-aș recomanda, printre … more →