dotnetomaniak.pl - Artykuły z tagiem Repository

by SeeItSharp | Posted on If you think that Pull Requests aka Code Review is just about good code quality, you are more than welcome to read this post. I will show you what “the best Pull Request ever” can do!

Źródło: www.seeitsharp.pl
Dziel się z innymi:
The best Pull Request ever in my life - See IT Sharp

Sztuka programowania 2014 dni, 1 godzinę, 38 minut temu TomekS 119 źrodło rozwiń

How many times you almost pushed some sensitive data to public repo? I have to admit, it’s one of my nightmares since I heard about crawlers occuping github and searching for credit cards data, API credentials and so on. But it looks like this problem is over, at least for .Net Core developers. And it is because of one simple tool provided by Microsoft - Secret Manager. Let me show you how to manage it by Visual Studio interface!

How to avoid sending credentials to repo (clickable Secret Manager) – A Girl Among Geeks

Daj się poznać 2017 2612 dni, 2 godziny, 43 minuty temu AGirlAmongGeeks 59 źrodło rozwiń

In one of my previous posts I’ve told about my feelings for the repository pattern. Complaining about something is one thing (please, don’t even try to tell me, that you have never seen some piece of code, that made you cry like a baby), however, if we want to (pretend to) be professionalists, it is very important to come up with some ideas in order to solve the given problem (at least partially). In this post, I’ll present to you one of my solutions to the commonly misused repository pattern.

[EN] Extension methods to the rescue (from repository) | Piotr Gankiewicz

Architektura 2990 dni, 13 godzin, 42 minuty temu spetz 130 źrodło rozwiń

Many of the programmers falls into the trap of creating too many unnecessary abstractions in code, that may introduce even more chaos and maintenance issues, instead of simplifying overall project structure and providing some real benefit. One of such abstractions, that have been discussed countless number of times, is the (one and only) repository pattern.

Dziel się z innymi:
[EN] Repository, so we meet again. | Piotr Gankiewicz

Architektura 2992 dni, 12 godzin, 28 minut temu spetz 235 źrodło rozwiń

Początki nowego projektu zawsze są interesujące – można posprzeczać się na tematy możliwych do użycia technologii / wzorców / planowanej architektury. Później, gdy już projekt zastyga i klepiemy tylko kolejne widoki każda kolejna próba takiej dyskusji kończy się tekstem typu: “Ale po co o tym gadać – i tak nic nie zmienimy bo trzeba by całą aplikację przepisywać”.

Tagi: Repository
Źródło: radblog.pl
Dziel się z innymi:
Wzorzec Repository – kilka słów przeciwko

Sztuka programowania 3011 dni, 23 godziny, 35 minut temu Radosław Maziarka 454 źrodło rozwiń

Budując architekturę wielowarstwową, wyraźnie oddzielając logikę biznesową od warstwy prezentacji podstawowym problemem jest wielokrotne powtarzanie kodu związanego z  operacjami create, read, update i delete czyli dodawania, pobierania, aktualizacji i usuwania obiektów z bazy danych. Jak wykonać generyczny CRUD w Business Logic Toolkit?

Źródło: b21.net.pl
Dziel się z innymi:
Generyczny CRUD w BLToolkit | B21.net.pl

Architektura 4890 dni, 13 godzin, 38 minut temu https://me.yahoo.com/a/ZLvL... 127 źrodło rozwiń

W tym poście przedstawię swoją implementację wzorca Repository z użyciem Entity Framework. Na początek zdefiniowałem interfejs IRepository...

Dziel się z innymi:
Entity Framework i wzorzec Repository « Damian Antonowicz

Architektura 4955 dni, 6 godzin, 49 minut temu gordon_shumway 337 źrodło rozwiń

Najaktywniejsi w tym miesiącu