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

Visual Studio Code posiada możliwość zmiany ustawień kolorystycznych w edytorze korzystając z File->Preferences->Color Theme lub poprzez Ctrl–Shift–P i wpisać Color Theme. Zostanie nam zaprezentowana lista kilku styli kolorystycznych, niektóre z nich możesz zobaczyć w tym poście .

Źródło: blog.soltysiak.it
Dziel się z innymi:
Zmień kolory i ikony w Visual Studio Code – Soltys Blog

Narzędzia 2432 dni, 12 godzin, 39 minut temu Paweł Sołtysiak 140 źrodło rozwiń

Wady i zalety oraz krótki opis podejścia TDD.

Tagi: C#, TDD
Źródło: fildev.pl
Dziel się z innymi:
Technika programowania - TDD

Sztuka programowania 2433 dni, 23 godziny, 6 minut temu fildev 254 źrodło rozwiń

Quick list of 6 things to know before diving deep into F#

Tagi: F#
Źródło: kkalinowski.net
Dziel się z innymi:
[EN] 6 things you should know before starting learning F#

Inne 2433 dni, 23 godziny, 6 minut temu kkalinowski 149 źrodło rozwiń

Misleading documentation - Exchange meeting requests Hello Exchange! A few weeks ago I had the opportunity to work with on-premise Exchange Server 2013. Microsoft provides a powerful interface to manage Exchange mailboxes called EWS (Exchange Web Services). Unfortunately, communication between EWS and Exchange Server is based on heavy-weight SOAP messages. Instead of creating requests and parsing responses manually, I decided to use EWS Managed API. This is an open-source library, which wraps SOAP comm...

Źródło: jalbrzykowski.net
Dziel się z innymi:
Misleading documentation - Exchange meeting requests

Inne 2433 dni, 23 godziny, 6 minut temu Łukasz Kałużny 28 źrodło rozwiń

Quick glance at a great library for functional testing in F# - canopy

Tagi: F#
Źródło: kkalinowski.net
Dziel się z innymi:
[EN] Using canopy and F# for functional testing

Web 2433 dni, 23 godziny, 6 minut temu kkalinowski 36 źrodło rozwiń

The letter „U” in CRUD means Update. Is that something hard to do in our applications? Of course not! We simply get some data, change the value of selected columns and save our changes. That’s it. However, sometimes thing may not go so smooth, especially when we (as programmers) wouldn’t predict some edge-case scenarios. One of this is updating same data by many users at the same time. That’s why today’s post will be dedicated to the concept of optimistic concurrency and implementing that using Entity Fr...

Źródło: foreverframe.pl
Dziel się z innymi:
[EN] Dealing with optimistic concurrency using Entity Framework - Forever F[r]ame

Web 2436 dni, 21 godzin, 56 minut temu dpawlukiewicz 134 źrodło rozwiń

Większość aplikacji pisanych w .NET, korzysta z funkcji udostępnianych przez ten framework od wersji 4.0, lub starszej. Dlaczego? Zapewne dlatego, że wersja ta zawiera właściwie 90% rzeczy, które są nam do szczęścia potrzebne. Dodatkowym atutem pisania aplikacji w wersji 4.0 tego frameworka, jest fakt, że to ostatnia wersja dostępna dla Windowsa XP. Jednak co w przypadku, kiedy zdecydujemy się porzucić starego XP’ka  i skorzystać z nowych funkcji, jakie wnosi .NET 4.5? Okazuje się, że napotkamy na mały p...

Tagi: .Net, .NET 4.5, 4.0, C#
Źródło: csharp-dev.pl
Dziel się z innymi:
Jak sprawdzić obecną w systemie wersję .NET’a? – Blog CSharp-Dev.pl

Windows 2436 dni, 21 godzin, 56 minut temu luki 268 źrodło rozwiń

Jak działają moduły w Angular2, jak podzielić aplikację, jak utworzyć modół współdzielony

Tagi: angular2
Źródło: devblog.dymel.pl
Dziel się z innymi:
Angular2 modules - NgModule explained

Web 2436 dni, 21 godzin, 56 minut temu Michal Dymel 138 źrodło rozwiń

Istnieje mnóstwo blogów, artykułów, filmów instruktarzowych, ale nie zawsze jesteśmy w stanie znaleźć czas, aby usiąść i poczytać. Już dłuższy czas temu zacząłem słuchać podcastów o tematyce informatycznej i uważam, że jest to świetne źródło wiedzy i rozrywki.

Tagi: podcast
Dziel się z innymi:
Podcasty | MD Tech Blog

Inne 2436 dni, 21 godzin, 56 minut temu manio143 146 źrodło rozwiń

Twoim workspace jest katalog w którym uruchomisz Visual Studio Code, za pomocą konsoli, pisząc code . Taki workspace może mieć własny plik konfiguracyjny, możesz go utworzyć przez File->Preferences->Workspace settings. w poście znajdują się ustawienia, które mogą zależeć od rodzaju projektu na którym pracujesz.

Źródło: blog.soltysiak.it
Dziel się z innymi:
Konfiguracja środowiska pracy w Visual Studio Code – Soltys Blog

Narzędzia 2438 dni, 21 godzin, 55 minut temu Paweł Sołtysiak 280 źrodło rozwiń

It’s been quite a while since I’ve started gathering some knowledge about the microservices architectural pattern that’s been on a hype recently. After reading many articles, some books like Microservices in .NET Core and talking with smart guys in the Devs PL Slack channel, I’ve eventually decided that the time has to come to try to make the microservices happen in the real world project. That’s the beginning of my journey into the distributed programming and architecture, so please keep that in mind wh...

Dziel się z innymi:
[EN]Microservices, here I come | Piotr Gankiewicz

Architektura 2438 dni, 21 godzin, 55 minut temu spetz 250 źrodło rozwiń

Postanowiłem stworzyć nowe zwierzątko - albo jak kto woli z angielskiego Pet Project (czym jest to zwierzę można przeczytać tu u Procenta). Jeśli uda się oprócz nauki paru rzeczy zrobić coś wartościowego to kod opublikuję na githubie. Na warsztat biorę pisanie API w .NET Core z wykorzystaniem Nancy oraz kawałkiem frontu napisanym w Aurelia i to wszystko hostowane w Azure. Żeby bardziej utrudnić sobie życie i sprawdzić co Microsoft wypracował w kontekście multiplatformowości nowego .NET całe pisanie kod...

Źródło: blog.kaluzny.pro
Dziel się z innymi:
Nowe zwierzątko i instalacja .NET Core na OS X

Inne 2438 dni, 21 godzin, 55 minut temu Łukasz Kałużny 112 źrodło rozwiń

Reading time ~2 minutes I’m taking a short break from Hangfire series, but I will get back to it. This time - Where did my memory go ? Or to be more exact: Why is this using so much memory? The story starts with one IIS application pool using around 6 Gigabytes of memory on one of our test environments. It was several times above the values that we expected it to use, so we decided to investigate. Without much thinking we fired up Visual Studio installed on the test server, and attached to the proce...

[EN] Debugging high memory usage. Part 1 - ProcDump – IndexOutOfRange

Architektura 2438 dni, 21 godzin, 55 minut temu maklipsa 64 źrodło rozwiń

Using power of F# (type providers, pattern matching and charting) and ice drilling data to prove global warming

Tagi: F#
Źródło: kkalinowski.net
Dziel się z innymi:
Global warming proof in F# – kkalinowski.net

Inne 2438 dni, 21 godzin, 55 minut temu kkalinowski 56 źrodło rozwiń

Obfuscating windows batch files using undefined environmental variables

Tagi: cmd
Dziel się z innymi:
Obfuscating windows batch files using undefined environmental variables

Windows 2438 dni, 21 godzin, 55 minut temu asciiBlade 63 źrodło rozwiń

Problems, SharePoint, Solution, SPS When I installed SharePoint 2013 Foundation on Windows 2012 R2 I found a few problems. The Wizard for SharePoint does not help with everything and to install it,  I needed to do a lot of manual work. So below I collected all of the problems with the solution that I found during installation. Problem:  Microsoft SharePoint 2013 Preparation Tool taking too long. You wait hours, days when this tool will configure for you Application Server Role  or Web Server IIS Role...

Tagi: SharePoint
Źródło: bit.ly
Dziel się z innymi:
[EN] SharePoint Installation Problems – IT blog

Office 2439 dni, 21 godzin, 38 minut temu gosia 29 źrodło rozwiń

No i żeby tradycja nie umarła, kolejny odcinek Tydzień z Azure się pojawia 🙂 W tym tygodniu krótko i na temat – 5 nowości + 2 zaproszenia na wydarzenia. Nowości:Azure SQL Database Advisor – nowości w mechanizmie poprawijącym wydajność naszej bazy – https://azure.microsoft.com/en-us/blog/improved-automated-tuning-sql-database-advisor/Nowy region UK – https://azure.microsoft.com/en-us/blog/microsoft-azure-now-available-from-uk-datacenters/Nowy region Niemcy – https://azure.microsoft.com/pl-pl/blog/micros...

Dziel się z innymi:
Tydzień z Azure - odcinek #34 - Tomasz Wiśniewski on Azure

Web 2439 dni, 21 godzin, 38 minut temu wisnia 31 źrodło rozwiń

Did you ever wondered what it would be like if you are not limited to static Main(string[] args) as your entrypoint? Did you ever wanted more freedom over where your app starts? Actually you can have that.But in order to do it – you need to go one level lower. Into an IL level.

Źródło: blog.octal.pl
Dziel się z innymi:
[EN] static void Main is not the .entrypoint you are looking for… | .net blog – octal.pl

Inne 2439 dni, 21 godzin, 38 minut temu Paweł Łukasik 132 źrodło rozwiń

All right, after a few short breaks, I’m finally ready to continue our journey, during which we discover Command Query Responsibility Segregation pattern along with Event Sourcing. In a previous part, we discovered the role of events and ES in our application and to be honest we’re almost done! But before that, we need to focus a little bit on transporting our commands and events. That’s why today’s post will be dedicated the buses. Okay, let’s start!  RabbitMQ and EasyNetQ To accomplish our task, we n...

Źródło: foreverframe.pl
Dziel się z innymi:
[EN] CQRS/ES #5 Command Bus and Event Bus - Forever F[r]ame

Architektura 2441 dni, 10 godzin, 20 minut temu dpawlukiewicz 279 źrodło rozwiń

Everyone knows how to enhance Visual Studio’s debugging experience by applying DebuggerDisplay attribute (in polish). If not – read Piotr’s post here. That’s debugging 101. Here’s how to improve your experience even more. DebuggerDisplay attribute is ok if you control the code and you can apply it to the type you want to expose in the debugger. What if you can’t do that? What if you want to attribute a build-in type? Is all hope gone? No. There’s a way. There’s a hidden* .cs file and a dll that you can...

Źródło: blog.octal.pl
Dziel się z innymi:
[EN] How to enhance debugging in Visual Studio with just one simple step even more | .net blog – octal.pl

Inne 2441 dni, 10 godzin, 20 minut temu Paweł Łukasik 92 źrodło rozwiń

1 2... 189 190 191 192 193 194... 464 465

Najaktywniejsi w tym miesiącu