dotnetomaniak.pl - Najnowsze artykuły o .NET - Strona 117

Some people used to say that a good programmer doesn’t need to debug his own code. However, sometimes we have a problem with third party libraries usage, for example: there is insufficient documentation or the module contains some bugs. Visual Studio has excellent debugging toolset but this is totally useless without symbols and sources (and this is often the case with third party libraries). Thanks to Reshaper decompiler this shouldn’t be a problem anymore. Before we start debugging we should make so...

Dziel się z innymi:
The fastest way do debug .net code without sources. · CEZARY PIĄTEK

Narzędzia 2411 dni, 20 godzin, 49 minut temu cezarypiatek 162 źrodło rozwiń

Opiszę pomysł, który zobaczyłem w projekcie i bardzo mi się spodobał. Nie będę opisywał możliwych modyfikacji, które sobie wyobrażam. Rozumiem też, że będąc w innym projekcie (Context is King!) musiałbym go dostosować. Gdy piszemy kod to zazwyczaj jesteśmy w „Debug”, i w takim trybie nie chcemy dostawać Errorów do StyleCopa. Powodów może być wiele: kod experymentalny, kod przeklejony z internetu, z poprzedniego projektu, itp. Albo po prostu każdy ma inną wrażliwość na to jak formatować kod. I lokalnie n...

Tagi: StyleCop
Dziel się z innymi:
[StyleCop] Jakie severity (Warning czy Error) dla problemów zgłaszanych przez StyleCop? | Show me the code

Specjalista powinien brać odpowiedzialność za tworzone oprogramowanie, jak jednak poradzić sobie w sytuacji kiedy ciągle pracuje się pod presją czasu? Jak równoważyć jakość względem czasu i czy w ogóle równoważyć?

Źródło: devenv.pl
Dziel się z innymi:
Nie ulegaj presji czasu, jakość jest ważna! - DevEnv

Sztuka programowania 2413 dni, 21 godzin, 25 minut temu devenv 160 źrodło rozwiń

POST Tunneling is a technic which can be used when client doesn't support certain HTTP methods or infrastructure blocks them. This post shows how to support it in ASP.NET Core.

Źródło: www.tpeczek.com
Dziel się z innymi:
[EN] POST Tunneling Middleware for ASP.NET Core

Web 2413 dni, 21 godzin, 25 minut temu tpeczek 64 źrodło rozwiń

I’m working with Azure for quite a while now. Almost every single one of my projects lands there eventually and even if I don’t deploy it there, I’m using one of it’s databases. Recently I’ve started using Visual Studio Team Services for storing code and managing my every pet or demo project that I want to keep private for now. But there is one service available on Azure that I’m using for a very long time with great success and I really like to have it in my project – it’s Application Insights combined ...

Structured logs with Serilog and Application Insights – Hryniewski.NET

Cloud 2413 dni, 21 godzin, 25 minut temu Rafał Hryniewski 107 źrodło rozwiń

Piotr Szymura software engineer FollowWrocław Email Twitter LinkedIn GitHub Stackoverflow Not so hot way Typical structure for example project looks something like this:components/ TodoList.js containers/ TodoContainer.js reducers/ todoReducer.js actions/ todoActions.js constants/ todoContants.js selectors/ todoSelectors.js sagas/ todoSaga.js index.js Files are grouped by technology roles not by features....

Źródło: deaddesk.top
Dziel się z innymi:
React / Redux project structure - DeadDesk.top

Web 2413 dni, 21 godzin, 25 minut temu undernotic 107 źrodło rozwiń

Dzisiaj opis kolejnej biblioteki do komunikacji ze sterownikami Siemens Simatic. Tym razem Snap7/Sharp7

Tagi: .Net, Siemens
Źródło: strejczek.com
Dziel się z innymi:
Biblioteki .Net do komunikacji ze sterownikami PLC Siemens – biblioteka Sharp7 (Snap7) | PAWEŁ STREJCZEK

Inne 2413 dni, 21 godzin, 25 minut temu pstrejczek 43 źrodło rozwiń

Zachęcam do oglądnięcia mojego Lightning Talka pod tytułem "Nic nie wiem". Opowiedziałem jak moje doświadczenie w projektach pokazało, że warto mniej wiedzieć i zakładać a więcej pytać i starać się zrozumieć czego chce od nas klient.

Tagi: client
Źródło: www.youtube.com
Dziel się z innymi:
Radek Maziarka - Lightning talk "Nic nie wiem"

Sztuka programowania 2414 dni, 21 godzin, 52 minuty temu Radosław Maziarka 68 źrodło rozwiń

Stereotype I know there’s the stereotype of programmer-nerd that takes a break from programming only to play some games or watch another movie series. I know also that this is not quite true, looking at the people I know from IT – many of them are rather fit and try to keep moving to stay in a good shape. Not sure how much of them, let’s say 50%. What I wanted to address in this blog post today is that 50% is not enough. It’s very important to motivate the other 50% to move their asses and do s...

Źródło: szumiato.pl
Dziel się z innymi:
Keep it healthy, nerds | Kuba on IT

Inne 2414 dni, 21 godzin, 52 minuty temu Jakub Szumiato 84 źrodło rozwiń

A few weeks ago,  on my way to the .NET Developer Days conference, I had a thought that I must be getting old. That’s because the only book I took with myself was about parenting 🙂 Before, usually, it was something really technical that I don’t have time for and somehow I plan to catch up on the train or in the hotel. I had an interesting conclusion for the first time in my life, that actually putting the hard work to become a better parent, all the lessons learned through the period of raisin...

Źródło: szumiato.pl
Dziel się z innymi:
Does parenting improve your leadership/management skills? | Kuba on IT

Inne 2415 dni, 19 godzin, 31 minut temu Jakub Szumiato 29 źrodło rozwiń

[DebuggerTypeProxy] is very useful attribute when you have a class that inherits from another class and that one inherits from another one, and some of the classes contain collections of items and hundreds of properties that in fact are not important to you… Strictly speaking, when displaying class’ members while debugging makes you feel like quitting the job. [b]We decide how to display object while debugging[/b] Exactly! You can set a proxy that will inform debugger how you want a type to be displayed...

C# attributes you should know #1: [DebuggerTypeProxy] – A Girl Among Geeks

Inne 2416 dni, 21 godzin, 24 minuty temu AGirlAmongGeeks 173 źrodło rozwiń

I have met and talked to a lot of developers in my life. I went through the whole lifecycle of software production many times. People have changed, but the projects that have been implemented, are happily still running in production (at least most of them, let’s say :)). What I have noticed during this period of over 10 years working with the software and people producing it, is that many developers have quite a strange approach to work. In IT there’s this request type called “Fire and forget”, ...

Źródło: szumiato.pl
Dziel się z innymi:
Developer’s Sins: Fear of maintenance | Kuba on IT

Sztuka programowania 2416 dni, 21 godzin, 24 minuty temu Jakub Szumiato 56 źrodło rozwiń

Trzecia odsłona cyklu o przetwarzaniu 2 miliardów pozycji dziennie z Azure Functions. Tym razem o backendless i o niepisaniu niepotrzebnego kodo.

Źródło: blog.scooletz.com
Dziel się z innymi:
Azure Functions: processing 2 billions items per day (3) | Szymon Kulec `Scooletz`

Cloud 2416 dni, 21 godzin, 24 minuty temu Scooletz 47 ź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 2417 dni, 21 godzin, 24 minuty temu dpawlukiewicz 226 źrodło rozwiń

W skrócie jak ustawić czas systemowy z poziomu .neta, a przy okazji jak wywołać funkcję z pewnej dllki.

Tagi: C#, Windows
Źródło: piatkosia.k4be.pl
Dziel się z innymi:
Władca czasu

Windows 2417 dni, 21 godzin, 24 minuty temu piatkosia 111 źrodło rozwiń

It’s a good practice to make all things done at the first approach. But in the real world it’s ot always possible - for example we need to ask customer for clarification and it will take some time, or worst - we don’t have enough time right now to implement things in the right way. In order to adress this issue, a TODO was invented to mark all those places in code requiring additional work. But the main disadvantage of TODO is that we mark code with it, commit it and forget about it. Sometimes somebody a...

How to manage TODO in your codebase. · CEZARY PIĄTEK

Narzędzia 2417 dni, 21 godzin, 24 minuty temu cezarypiatek 165 źrodło rozwiń

Jak zapewne zauważyliście, nasz konkurs (dostępny TUTAJ) dobiegł końca. Musimy przyznać, że długo zastanawialiśmy się nad jego formą. Pytanie brzmiało – co zrobić, aby poza trzema zwycięzcami przyniósł on wartość każdemu z naszych czytelników? Zamiast wyścigu na polubienia i udostępnienia zdecydowaliśmy więc, że zgłoszenie do konkursu będzie polegało na polecaniu sobie nawzajem książek wartych przeczytania. Przed wami podsumowanie tytułów które wymienialiście biorąc udział w naszy...

Tagi: książki
Dziel się z innymi:
books#11 - Wasze propozycje! - PoznajProgramowanie.pl

Inne 2417 dni, 21 godzin, 24 minuty temu AdrianBystrek 102 źrodło rozwiń

Sławek Techniki programowania / Wzorce operacyjne / Wzorce projektowe Teraz omówię wzorzec Iterator(Iterator), jak sama nazwa wskazuje służy do iterowania po kolekcjach, obiektach itp. To tak w dużym skrócie, dokładniej jest opisany w artykule. CelZapewnienie sekwencyjnego dostępu do obiektu lub obiektów składających się z określonej liczby elementów bez ujawniania reprezentacji wewnętrznej tych obiektów.

Źródło: devman.pl
Dziel się z innymi:
Wzorce projektowe: Iterator(Iterator) | devman.pl

Architektura 2417 dni, 21 godzin, 24 minuty temu slawas 166 źrodło rozwiń

Czy oglądając video z konferencji nie nudzicie się czasem? Może za wolno? Zdecydowanie tak. Kiedykolwiek to pokazuję to każdy się zgadza, że można przyspieszyć. Np. w youtube w prawym dolnym rogu klikamy Settings->Speed i dostaniemy wybór jak po prawej.

Przyspieszone słuchanie podcastów i konferencji | Show me the code

Inne 2418 dni, 22 godziny, 2 minuty temu https://krzysztofmorcinek.w... 139 źrodło rozwiń

Is Artificial Intelligence going to replace us? I’ve had yesterday a short discussion about replacing programmers by any kind of Artificial Intelligence. That brought me some conclusions linked to the problems I always had to solve being a manager. What I want to focus on is neither to question if the software will replace programmers writing software nor when w...

Tagi: AdventOfBlog, AI
Źródło: szumiato.pl
Dziel się z innymi:
Stop being lazy or AI will come for you | Kuba on IT

Inne 2418 dni, 22 godziny, 2 minuty temu Jakub Szumiato 83 źrodło rozwiń

1 2... 115 116 117 118 119 120... 464 465

Najaktywniejsi w tym miesiącu