dotnetomaniak.pl - Artykuły z tagiem .Net

Kiedy potrzebujemy użyć jakiegoś ORM’a (Object – Relational Mapping) w naszym projekcie, z reguły pierwsza myśl jaka przychodzi nam do głowy to Entity Framework. Dzięki temu narzędziu w bardzo prosty i szybki sposób jesteśmy w stanie skonfigurować połączenie z naszą bazą danych i odwzorować nasze tabele w projekcie. W najnowsze...

Entity Framework Core - Fluent API Mapper - Łukasz Marcinek

Architektura 2478 dni, 15 godzin, 49 minut temu Łukasz Marcinek 382 źrodło rozwiń

O narzędziu CodeFormatter, służącym do formatowania projektów dotnetowych, działający z linii poleceń zarówno pod Windowsem jak i pod Linuxem pod Mono. Do tego napisałem skrypt instalujący go na Linuxie.

Dziel się z innymi:
Formatowanie kodu dotnetowego | MD Tech Blog

Narzędzia 2485 dni, 14 godzin, 46 minut temu manio143 154 źrodło rozwiń

"The code that a computer can understand can be written by anyone. A good programmer writes code that people can understand."

Dziel się z innymi:
Why I cannot understand this code?

Sztuka programowania 2490 dni, 14 godzin, 44 minuty temu kw677 168 źrodło rozwiń

W mojej pracy potrzebowałem narzędzia, które w łatwy sposób pozwoli na konfigurację kolejnych kroków budowania projektów i sprawdzania testów jednostkowych. Normalnie zadanie to zlecałem w 100% Bamboo, któremu przez pewien czas miałem przyjemność administrować pod kątem konfiguracji procesów CI. Problem pojawiał się w momencie, gdy cała konfiguracja leżała po stronie tego ...

Źródło: lmarcinek.pl
Dziel się z innymi:
Cake (C# Make) – niezależny build – Łukasz Marcinek

Narzędzia 2490 dni, 14 godzin, 44 minuty temu Łukasz Marcinek 208 źrodło rozwiń

Welcome to the twenty-first episode of my course “Becoming a software developer” in which we will use MongoDB which is a NoSQL database for storing the data of our application.

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

Inne 2499 dni, 15 godzin, 43 minuty temu spetz 47 źrodło rozwiń

Welcome to the twenty episode of my course “Becoming a software developer” in which we will implement our custom “handler” that will be responsible for executing the given methods, dealing with exceptions etc.

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

Inne 2507 dni, 21 godzin, 35 minut temu spetz 33 źrodło rozwiń

Parę tygodni temu Microsoft przedstawił wersje robocze „Application Architecture Guidance”, czyli poradników dotyczących architektury aplikacji budowanych przy wykorzystaniu narzędzi Microsoftu. Gratka dla każdego .Netowca.

Must have dla każdego .Netowca - Application Architecture Guidance - PoznajProgramowanie.pl

Architektura 2507 dni, 21 godzin, 35 minut temu AdrianBystrek 595 źrodło rozwiń

How often you wondering what this code is responsible? Why it not working or why it working good although it should not? 🙂 How often you must use debugger to find code which do specific action?

Tagi: .Net, C#
Źródło: even-simpler.com
Dziel się z innymi:
Understandable code for human, not only for computer! – Prelude – Dev level up!

Sztuka programowania 2513 dni, 1 godzinę, 27 minut temu kw677 61 źrodło rozwiń

Welcome to the nineteenth episode of my course “Becoming a software developer” in which we will gracefully handle the exceptions and extend logging services with NLog.

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

Inne 2515 dni, 5 godzin, 10 minut temu spetz 30 źrodło rozwiń

O narodzinach pomysłu na projekt, który wykiełkował z nieudanego startu w #DSP17

Źródło: staszeg.net
Dziel się z innymi:
StaszeG .NET |   Podstawa to solidny silnik

Narzędzia 2515 dni, 18 godzin, 2 minuty temu StaszeG 128 źrodło rozwiń

Written by Dawid Sibińskion Today we’re going to see how to manage (keep and restore) state of Activities in Xamarin.Android application in order to keep the app consistent and reactive for configuration/state changes. Why to keep and restore Activity’s state? As I already described in my post about Android Activities, the OS may react to some “constant” state changes by calling lifecycle methods during Activity’s life, which may be overridden by the programmer in order to take some additional a...

Źródło: www.dsibinski.pl
Dziel się z innymi:
Managing Activity state changes using Bundle – Dawid’s blog

Written by Dawid Sibińskion In this post, we’re going to see how to provide a nice Android UI control for selecting the date using DatePickerDialog. The dialog looks as follows: DatePickerDialog It may be opened e.g. when clicking on a button in the app, as I used it in MoneyBack. Creating DatePickerFragment First of all, we will implement the dialog to be displayed within DialogFragment. Doing that our dialog will be able to be displayed as independent piece of UI on the top of any Activit...

Źródło: www.dsibinski.pl
Dziel się z innymi:
Date selection using DatePickerDialog in Xamarin.Android – Dawid’s blog

Daj się poznać 2017 2521 dni, 22 godziny, 4 minuty temu dsibinski 6 źrodło rozwiń

Welcome to the eighteenth episode of my course “Becoming a software developer” in which we will finalize the basic CRUD for the Driver type, implement extension methods for the repository and build custom middleware in order to deal with exceptions.

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

Inne 2522 dni, 15 godzin, 12 minut temu spetz 37 źrodło rozwiń

On of the hardest parts of getting an open source project into state which allows others to use it effectively is creating documentation. This post shows how you can generate documentation directly from source code by using DocFx.

Źródło: www.tpeczek.com
Dziel się z innymi:
[EN] Generating documentation with DocFX as part of VS solution

Inne 2525 dni, 17 godzin, 44 minuty temu tpeczek 36 źrodło rozwiń

Written by Dawid Sibińskion In the 3rd post from SQLite-Net Extensions series we are covering the last type of relationship – one-to-many (and the opposite – many-to-one). One-to-many, many-to-oneOne-to-many relationships are used in general for parent-children or whole-elements relations. Classic examples are: bus and passengers, document and elements etc. One-to-many relationship means that the one-end entity knows about its children and many-end entity has a reference (foreign key) to its pa...

Źródło: www.dsibinski.pl
Dziel się z innymi:
SQLite-Net Extensions – one-to-many relationships – Dawid’s blog

Daj się poznać 2017 2527 dni, 6 godzin, 27 minut temu dsibinski 108 źrodło rozwiń

I'm sure that you heard about .NET Standard. To simplify the definition just one quote from the offical GitHub repo FAQ .NET Standard is a specification that represents a set of APIs that all .NET platforms have to implement. This unifies the .NET platforms and prevents future fragmentation. BTW in case you don't know just read the full article Introducing .NET Standard. On the other hand, Owin is (from owin.org): OWIN defines a standard interface between .NET web servers and web applications. The ...

Tagi: .Net, netcore
Źródło: stapp.space
Dziel się z innymi:
Owin middleware in .NET Standard for Application Insights in Stapp.space

Inne 2524 dni, 14 godzin, 48 minut temu Piotr Stapp 37 źrodło rozwiń

Written by Dawid Sibińskion In this second short post from SQLite-Net Extensions series, we’re going to see how to create one-to-one relationships using this tiny ORM. One-To-One This is the simplest type of database relationship. An example could be vehicle and registration certificate – each vehicle has one and only one registration certificate, and one registration certificate is associated with one and only one vehicle (excluding some extraordinary law rules in other countries that I don’t k...

Źródło: www.dsibinski.pl
Dziel się z innymi:
SQLite-Net Extensions – one-to-one relationships – Dawid’s blog

Daj się poznać 2017 2530 dni, 18 godzin, 26 minut temu dsibinski 20 źrodło rozwiń

Michał SakwaDaj się poznać 2017 Dzisiaj pora na kolejny post dotyczący wykorzystania SignalR w ASP.NET Core. Ostatnim razem pisałem o implementacji po stronie serwera, tym razem zajmiemy się klientem aplikacji z wykorzystaniem frameworka Angular.

Tagi: .Net, angular, SignalR
Źródło: blog.msakwa.net
Dziel się z innymi:
SignalR w ASP.NET Core i Angular – implementacja po stronie klienta – Michał Sakwa – Blog programistyczny

Daj się poznać 2017 2528 dni, 16 godzin, 13 minut temu msakwa 140 źrodło rozwiń

Written by Dawid Sibińskion In today’s post we’re going to see what is SQLite-Net Extensions ORM and how to use it to create many-to-many relationship in SQLite database. The other types of relationships will be described in separate posts. What is SQLite-Net Extensions ? As you develop any mobile app, sooner than later you need to keep your app’s data in some persistent storage. In my MoneyBack project I’ve chosenSQLite database using SQLite.NET library for performing operations on it. This is ...

Źródło: www.dsibinski.pl
Dziel się z innymi:
SQLite-Net Extensions – many-to-many relationships – Dawid’s blog

Daj się poznać 2017 2530 dni, 18 godzin, 26 minut temu dsibinski 48 źrodło rozwiń

Welcome to the seventeenth episode of my course “Becoming a software developer” in which we will mostly talk about the boundaries and responsibilities of the application services. Eventually, we will implement some helper code to automatically assign the authenticated user id to the given command.

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

Inne 2531 dni, 22 godziny, 49 minut temu spetz 32 źrodło rozwiń

1 2... 7 8 9 10 11 12... 50 51

Najaktywniejsi w tym miesiącu