Strona głównaUżytkownik

dsibinski | użytkownik

dsibinski
dsibinski
953,47
899 dni, 12 godzin, 8 minut temu
25 stycznia, 2017
dotnetomaniak.pl

W artykule przedstawiam plusy i minusy wykorzystania ORM NHibernate (NH) w aplikacji SaaS. Jest to spojrzenie z perspektywy SoloProgramisty,

Z pamiętnika SaaSa: Zalety korzystania z NHibernate w aplikacji SaaS - SoloProgramista

Sztuka programowania 897 dni, 2 godziny, 43 minuty temu SoloProgramista 30 źrodło rozwiń

Narzędzia ORM są szeroko stosowane do wykonywania operacji na bazie danych. W tym artykule opiszę jak w prosty sposób użyć narzędzia NHibernate w projekcie ASP.NET Core.

Dziel się z innymi:
Użycie NHibernate w aplikacji ASP.NET Core - SoloProgramista

Web 905 dni, 23 godziny, 17 minut temu SoloProgramista 79 źrodło rozwiń

W tym artykule opisuję rzeczy, które warto wprowadzić przy tworzeniu projektu aplikacji SaaS, aby ułatwić sobie życie w przyszłosci.

Dziel się z innymi:
Z pamiętnika SaaSa: Co warto zastosować w projekcie SaaS - SoloProgramista

Sztuka programowania 905 dni, 23 godziny, 17 minut temu SoloProgramista 99 źrodło rozwiń

Pierwszy wpis rozpoczynający cykl Z pamiętnika SaaSa - czyli w jaki sposób efektywnie stworzyć własną aplikację w modelu SaaS. W tym artykule opisuję założenia cyklu, a także jak podszedłem do wybrania odpowiedniej architektury oraz stacku technologicznego.

Dziel się z innymi:
Z pamiętnika SaaSa: Zaczynamy! - SoloProgramista

Sztuka programowania 917 dni, 6 godzin, 45 minut temu SoloProgramista 85 źrodło rozwiń

In one of our projects, we recently started using Cypress for end-to-end testing. Cypress executes tests written in JavaScript or TypeScript. However, we wanted to first perform some data-preparation operations using C#. In fact, we needed to run Cypress tests from NUnit C# tests. In this article, I’m sharing how this can be done 🙂 It will also be useful if you use another testing framework than NUnit, but the examples are based on it. Table of...

Run Cypress Tests From NUnit Test (C#) - Yumasoft

Sztuka programowania 934 dni, 6 godzin, 16 minut temu dsibinski 37 źrodło rozwiń

Home » Foreach, IEnumerable and IEnumerator in C#Programming Today, we’re taking a deeper look at foreach loop in C#. What does a collection need to be able to use it in a foreach loop? Does it have to implement IEnumerable interface? These questions are often asked during interviews, so it’s worth knowing the answers 😃 We will go through a step-by-step example in building our own custom collection to see how all that works. Let’s dive in! 😎 Throughout this article, I’m working with a Unit Tests pro...

Tagi: .Net, C#, csharp, dotnet
Źródło: blog.yumasoft.pl
Dziel się z innymi:
Foreach, IEnumerable and IEnumerator in C# - Yumasoft

Sztuka programowania 955 dni, 7 godzin, 25 minut temu dsibinski 112 źrodło rozwiń

Dziś biorę na tapet dwa najpopularniejsze IDE dla .NET developerów – Visual Studio i JetBrains Rider. Czym się różnią? I dlaczego używam już (prawie) tylko Ridera? 😉 Zapraszam!

Dlaczego wolę Ridera od Visual Studio? - Programista w podróży

Narzędzia 1159 dni, 5 godzin, 45 minut temu dsibinski 259 źrodło rozwiń

Today I’d like to share with you a very interesting concept in software testing – Assert Object pattern. It makes the Assert part of a test much simpler and more readable. Let’s dive right into it 😉The Asserts Hell Let’s consider the following unit test: What’s wrong here? Given and When sections are great single-liners. We know straightaway what’s the input and the action executed. However, Then block is too complex. It’s hard to figure out, just passing quickly through this test, what is expected. T...

Tagi: .Net, C#, Tests, testy
Dziel się z innymi:
Improve your tests with Assert Object Pattern - CodeJourney.net

Sztuka programowania 1256 dni, 5 godzin, 50 minut temu dsibinski 64 źrodło rozwiń

Today I'm trying to give you some tips on approaching an unknown codebase. How do you manage to quickly find yourself in new code you don't know? How do you manage to join a new project?

How to start working with an unknown codebase? - CodeJourney.net

Sztuka programowania 1660 dni, 7 godzin, 47 minut temu dsibinski 116 źrodło rozwiń

Continuing to examine new C# 8 features, today we are taking a look at the most controversial one. It’s a possibility to provide default interface methods implementation. Come and read to know more :)

Dziel się z innymi:
The most controversial C# 8.0 feature: Default Interface Methods Implementation - CodeJourney.net

Sztuka programowania 1884 dni, 6 godzin, 47 minut temu dsibinski 177 źrodło rozwiń

C# 8.0 brings us another nice feature called slicing. In order to make it possible, two new concepts are introduced: Indexes and Ranges. Let’s see how this tiny feature is supposed to make our life easier 🙂

Tagi: .Net, C#, C# 8.0, csharp
Dziel się z innymi:
C# 8: slicing with Indexes and Ranges - CodeJourney.net

Sztuka programowania 1891 dni, 5 godzin, 41 minut temu dsibinski 108 źrodło rozwiń

If you're interested in C# 8.0 new features, come and read about nullable reference types :) We'll continue exploring next interesting features of C#8 in the weeks to come.

Tagi: C#, C# 8.0, csharp, dotnet
Dziel się z innymi:
C# 8: Nullable Reference Types - CodeJourney.net

Sztuka programowania 1898 dni, 5 godzin, 11 minut temu dsibinski 107 źrodło rozwiń

On the 5th of November 2018 I had a pleasure to attend Dotnetos Conference in Warsaw. It was a first conference oriented towards a single topic – .NET performance – I took part in.  I didn’t know what to expect from this event, as it was much smaller than other conferences I used to attend and actually organized by 3 .NET geeks (more about them later 🙂 ). In today’s post I’d like to share with you my feelings about the event.  I’d also like to smuggle some topics that were covered during the sessions,...

Dziel się z innymi:
Dotnetos Conference 2018 - .NET Performance World - CodeJourney.net

Sztuka programowania 1964 dni, 3 godziny, 29 minut temu dsibinski 39 źrodło rozwiń

This page collects all the posts I’ve written within .NET Internals series so far

Dziel się z innymi:
Knowledge on internals of .NET condensed in 10 posts in ".NET Internals" series

Sztuka programowania 1971 dni, 5 godzin, 36 minut temu dsibinski 140 źrodło rozwiń

Whether you’re a C# (or similar language like Java) developer eager to learn JavaScript or you’ve already been working with JS for some time, I hope you find this article interesting. I collected for you 10 JavaScript features which are/were the most shocking for C# developers who learnt JavaScript.

Tagi: C#, JavaScript
Dziel się z innymi:
10 Most Shocking JavaScript Features for C# Developers - CodeJourney.net

Web 1989 dni, 5 godzin, 30 minut temu dsibinski 223 źrodło rozwiń

Wanna know how .NET applications are executed by the CLR? Come and read the 10th post in the .NET Internals series! :)

Źródło: www.dsibinski.pl
Dziel się z innymi:
[.NET Internals 10] Application execution model – Dawid's blog

Sztuka programowania 2016 dni, 6 godzin, 9 minut temu dsibinski 62 źrodło rozwiń

Let's talk about JIT compilation today :) .NET Internals continuation!

Źródło: www.dsibinski.pl
Dziel się z innymi:
[.NET Internals 09] Just-In-Time (JIT) compilation – Dawid's blog

Sztuka programowania 2031 dni, 7 godzin, 18 minut temu dsibinski 40 źrodło rozwiń

Wanna know a bit more about LOH? Let's examine it in today's post about a bit forgotten Large Object Heap :)

Źródło: www.dsibinski.pl
Dziel się z innymi:
[.NET Internals 08] What about Large Object Heap (LOH)? – Dawid's blog

Sztuka programowania 2045 dni, 6 godzin, 34 minuty temu dsibinski 63 źrodło rozwiń

Wanna know what is fReachable queue, how finalization works in .NET and how to use a Dispose pattern? Come and read a new post in my .NET Internals series :)

[.NET Internals 07] Unmanaged resources: finalization, fReachable queue and dispose pattern – Dawid's blog

Sztuka programowania 2052 dni, 6 godzin, 28 minut temu dsibinski 43 źrodło rozwiń

Let's see what is 'card table' data structure and how is it used generational garbage collection Written by Dawid Sibińskion Continuing .NET Internals series on the blog, today we’re going to see what is generational garbage collection. You’ll also get to know what is a card table data structure and for what it’s used 🙂 As we know from this post, heaps used by .NET process to allocate reference objects are allocated on different kinds of heaps. In the previous article we also got to know that...

Źródło: www.dsibinski.pl
Dziel się z innymi:
[.NET Internals 06] Generational garbage collection – Dawid's blog

Sztuka programowania 2059 dni, 5 godzin, 59 minut temu dsibinski 45 źrodło rozwiń

1 2 3

Najaktywniejsi w tym miesiącu