AOP cu Roslyn–partea 1

  Ce ma intereseaza este sa fa un tool care sa logheze cind programul intra si iese dintr-o metoda. E bun pentru identificarea problemelor in cod si pentru logging. Ce exista deja pe piata: PostSharp – unul din cele mai bune – vezi https://www.postsharp.net/alternatives Cecil http://www.mono-project.com/docs/tools+libraries/libraries/Mono.Cecil/ Fody https://github.com/Fody NConcern : https://github.com/Virtuoze/NConcern Ce nu imi place […]

Continue reading →

The State of .Net–miine, 1 August, ora 19

Titlu: A free , unbiased look at current and future development of .NET ecosystem. Descriere: The industry is in a state of flux. What does that mean for your software projects today and tomorrow? Will your skills be outdated? Will your current investment become obsolete? What should you focus on right now? And what will […]

Continue reading →

Design Patterns – Factory in C# and Sql Server Table Partitioning–eveniment ADCES

  Cind: Miine, 11 iulie 2017.  1 Design Patterns – FactoryPrezentator: Andrei Ignat, http://msprogrammer.serviciipeweb.ro/ 2. Sql Server Table Partitioning  Prezentator: Bogdan Sahlean, Software Developer and PhD Lecturer , http://aboutsql.net/ Locatie:  Electronic Arts – Afi Park 2 Inscrieri: https://www.meetup.com/Bucharest-A-D-C-E-S-Meetup/events/240024178/

Continue reading →

Testing Tasks

Am avut probleme cu task-urile si List<T> . Mai exact, List<T> nu e thread safe – dar tinzi sa uiti asta. Vedeti si http://msprogrammer.serviciipeweb.ro/2017/05/22/task-and-generic-list/ . Cum sa fac un test care sa testeze cazurile acestea? Nu am ajuns la o concluzie buna, insa cred ca brute force ar trebuie sa fie de ajuns:   Cu […]

Continue reading →