Strona głównaUżytkownik

asciiBlade | użytkownik

asciiBlade
asciiBlade
1 004,14
1299 dni, 3 godziny, 56 minut temu
13 czerwca, 2016
dotnetomaniak.pl

New year, new me… Just kidding, no running or yoga plans, but I decided to have a (temporary) break with ‘C# attributes you should know’ series and start with a brand new one – C# facts that somehow surprised me. For the first article, I will show you how (friendly looking, always helpful, good guy...) enum can become an asshole. An asshole who will steal your precious time! One enum value passed to a method, other value received! What’s goin’ on?

Dziel się z innymi:
C# stuff nobody told you – enum is a b*tch! – A Girl Among Geeks

Sztuka programowania 2292 dni, 8 godzin, 11 minut temu AGirlAmongGeeks 416 źrodło rozwiń

Jeżeli chcesz zignorować pliki, aby nie były proponowane do dodania, używamy wpisów w pliku .gitignore, które znajduje się najczęściej katalogu głównym naszego repozytorium. Problem w tym, że ten plik jest dzielony z wszystkim, który korzystają z tego repozytorium. A co w przypadku, gdy chcemy zignorować pliki, które znajdują tylko na naszym komputerze? Na przykład jako jedyni w zespole lubimy korzystać z jakoś narzędzia, które generuje jakieś pliki. Nie chcemy...

Tagi: git
Źródło: blog.soltysiak.it
Dziel się z innymi:
Jak w gitcie zignorować pliki tylko na moim komputerze? – Soltys Blog

Narzędzia 2296 dni, 15 godzin, 14 minut temu Paweł Sołtysiak 171 źrodło rozwiń

Co robić gdy współpracownik ma problem z utrzymaniem higieny osobistej? Temat na pierwszy rzut oka może wydawać się zabawny – jednak taki nie jest.

Źródło: wojciszko.com
Dziel się z innymi:
Co robić gdy współpracownik śmierdzi? – Karol Wójciszko

Inne 2296 dni, 15 godzin, 14 minut temu mijagi 414 źrodło rozwiń

Today I (again) focus on the attributes that will make your debugging less painfull :). This time my scribbles should appeal to the programmers who prefer keeping their code clean (and adhere to the principle: the less ‘spare’ code the better). So grab a mug of whatever you like and take a look at DebbugerBrowsable and DebuggerDisplay. The first one may be a good alternative to DebuggerTypeProxyI described in previous post and the second one is just ‘a must’ (really!) that makes life easier.

C# attributes you should know #3: [DebbugerBrowsable] and [DebuggerDisplay] – A Girl Among Geeks

Inne 2308 dni, 16 godzin, 5 minut temu AGirlAmongGeeks 146 źrodło rozwiń

npm is the most popular package manager in JavaScript ecosystem. I’m sure that huge number of our readers may be familiar with this tool, because it’s probably your daily driver when it comes to adding new libraries and frameworks to your projects. Besides its heavily used ‘install’ command, npm also contains some equally important utilities which are especially useful for people creating and maintaining npm-based packages. In today’s post I want to show you how on...

Tagi: console, npm
Dziel się z innymi:
Enhance your development workflow with npm link - PoznajProgramowanie.pl

Web 2305 dni, 14 godzin, 51 minut temu AdrianBystrek 42 źrodło rozwiń

Code Review 10 linii kodu to potencjalne miejsce na 10 uchybień, natomiast 500 linii kodu wygląda OK!? Kilka słów o tym jak usprawnić Code Review.

Źródło: devenv.pl
Dziel się z innymi:
Code Review - Mniej, a częściej - DevEnv

Sztuka programowania 2302 dni, 14 godzin, 50 minut temu devenv 160 źrodło rozwiń

Today I would like to introduce you to the world of attributes that helps you skip some parts of code while debugging. Most of the C# programmers probably know them well, but I realized that only a few can tell the differences between them. So, ladies and gentlemen, let me introduce you the DebuggerStepThrough and DebuggerHidden.

C# attributes you should know #2: [DebuggerStepThrough] and [DebuggerHidden] – A Girl Among Geeks

Inne 2317 dni, 15 godzin, 45 minut temu AGirlAmongGeeks 111 źrodło rozwiń

Today I had the opportunity to attend the Code Europe conference in Wrocław. I wrote about my preparation to this about one of my previous posts, so I won’t be repeating all of this, but one thing is very important – it is advertised as the largest programming conference in Poland.Sessions The conference was indeed big. many parallel paths to chose from, quite nice content. I have attended the following sessions: The Cost of Logging [Matteo Collina @ nearForm] – Cloud Computing path Hello #co...

Źródło: szumiato.pl
Dziel się z innymi:
Code Europe 2017 – Review | Kuba on IT

Inne 2317 dni, 15 godzin, 45 minut temu Jakub Szumiato 51 źrodło rozwiń

Recently, I had quite an interesting discussion about var keyword in C#. Basically, my interlocutor tried to convince me that using var we drastically reduce code readability, so we should only use that together with anonymous types. He also mentioned performance and that some operations cannot be done using implicit typing. Well, if you’ve been reading my blog for some time, you’ve probably spotted that I’m a big fan of vars, and I put them every time it’s possible. B...

Źródło: foreverframe.net
Dziel się z innymi:
To var or not to var? - Forever F[r]ame

Sztuka programowania 2318 dni, 14 godzin, 40 minut temu dpawlukiewicz 270 źrodło rozwiń

Jednym z najczęstszych błędów popełnianych przez developerów T-SQL’a jest tworzenie tabel bez indeksów klastrowych. Powody są różne: pośpiech, brak dobrych nawyków lub po prostu wewnętrzne przeświadczenie, że taki indeks nie jest konieczny. W tym artykule chcę udowodnić, że tworzenie takich indeksów powinno wejść nam w krew już podczas zakładania struktury nowej tabeli. Jeśli tego nie zrobimy, kon...

Źródło: blog.atena.pl
Dziel się z innymi:
SQL Server Internals: Dlaczego (prawie) każda tabela powinna mieć indeks klastrowy?

Bazy danych i XML 2317 dni, 15 godzin, 45 minut temu BruceSpruce 295 źrodło rozwiń

Moje motto na temat Unit Testów i wielu innych rzeczy: Less Unit Testing Dogma More Unit Testing Karma Nie ma co pisać wstępów, trzeba przeczytać krótkiego i zwięzłego PDFa The Way of Testivus

Testivus – kompletne starożytne nauki na temat testowania | Show me the code

I’ve recently written an article about managing TODOs in the codebase with TODOExplorer. I’ve also proposed an idea of introducing code snippet for TODOs which helps to keep all TODOs in predefined format as well as provides more information about delayed task (author, receiver, date, issue tracker id). This article was a result of a few discussions with my programmer-colleagues and I hoped that that idea of TODOs snippet was worth sharing (I’ve been using it in my project for a while). After publishing ...

Dziel się z innymi:
Advent of Clean Code: Let's get rid of TODOs from the codebase.

Sztuka programowania 2317 dni, 15 godzin, 45 minut temu cezarypiatek 96 źrodło rozwiń

Cześć wszystkim! Oceńcie i bloga i wpis, wszelkie uwagi i rady mile widziane :) Wpis o wzorcu projektowym Łańcuch zobowiązań :) W skróce służy do szybkiego i łatwego przetwarzania żądań.

Źródło: devman.pl
Dziel się z innymi:
Wzorce projektowe: Łańcuch zobowiązań(Chain of responsibility) | devman.pl

Architektura 2312 dni, 9 godzin, 11 minut temu slawas 194 źrodło rozwiń

How to check if a number is a power of two

Dziel się z innymi:
How to check if a number is a power of two

Inne 2311 dni, 14 godzin, 25 minut temu asciiBlade 193 źrodło rozwiń

Once a while, recruiters from the company I work at, ask me whether I have some friend (developer) who’s looking for a job. Typically, this kind of dialogue looks something like: Recruiter: „Hey Darek! I have a great job offer for a .NET developer! Maybe you’ve got someone who would be interested?” Me: „Show me what you got. Yeah… I have one who knows all the technologies and worked with this kind of architecture. Although he’s got half a year less experience than r...

Źródło: foreverframe.net
Dziel się z innymi:
2 years of experience required... - Forever F[r]ame

Inne 2326 dni, 15 godzin, 32 minuty temu dpawlukiewicz 226 źrodło rozwiń

Let's dig into EXE file MS-DOS header and see what is there. And BTW we will learn that EXE files can also be analyzed using Linux.

Tagi: hacking
Dziel się z innymi:
A closer look at Portable Executable (EXE) MS-DOS Stub

Inne 2345 dni, 14 godzin, 25 minut temu asciiBlade 78 źrodło rozwiń

C# Attributes are very popular for ‘decorating’ assembly with some additional data, usually influencing on the application’s behavior or the way data are managed. You probably already used at least some of them – Obsolete, Serializable, Required, Display, MaxLength, RegularExpression, WebMethod are only a few of hundreds available in .Net world. What is more, you can write your own custom attribute and use it like a build-in one. I will write more about this in the next post. Right now, let’s focus o...

Dziel się z innymi:
C# Attributes – introduction – A Girl Among Geeks

Sztuka programowania 2389 dni, 16 godzin, 2 minuty temu AGirlAmongGeeks 166 źrodło rozwiń

Implementacja singletona w C# może być trudniejsza niż się wydaje...

Dziel się z innymi:
Don't ask me about Singletons

Sztuka programowania 2390 dni, 15 godzin, 50 minut temu asciiBlade 291 źrodło rozwiń

Jak doszedłem do tego co zawiniło i dlaczego OData na spatial queries mi nie działała. Czyli mały przewodnik po tym jak można debuggować zewnętrzny kod z poziomu Visual Studio. Coś co może nie na co dzień ale raz na jakiś czas może się bardzo przydać!

Źródło: blog.gutek.pl
Dziel się z innymi:
Jak za pomocą Visual Studio odkryć linijkę błędu w bibliotece zewnętrznej - Jakub Gutkowski

Sztuka programowania 2611 dni, 8 godzin, 50 minut temu Gutek 256 źrodło rozwiń

Welcome to the first episode of my course “Becoming a software developer”, which is a starting point for your journey into the software development world. It also begins a first part (there will be 4 parts in total containing 4 episodes each) which is dedicated to the core concepts of object-oriented programming using the C# language.

Dziel się z innymi:
Becoming a software developer – episode I | Piotr Gankiewicz

Inne 2641 dni, 51 minut temu spetz 120 źrodło rozwiń

1 2 3 4 5 6

Najaktywniejsi w tym miesiącu