dotnetomaniak.pl - Artykuły z tagiem .Net

Dawid Sibiński 0 comments .NET, C# Hello again 🙂 Visibly this is going to be my first technical post here. I hope you’ll find it useful.Windows Services Recently I came up with a need to create an application, which executes some tasks in the background based on file system’s events. “That’s easy”, one would say. “Build Windows Service app”, he would add. Sure, that was also my first idea. I think that’s very common that we want to create an application without any GUI, which pur...

Źródło: www.dsibinski.pl
Dziel się z innymi:
Building Windows Services using Topshelf – Dawid’s blog

Windows 2635 dni, 15 godzin, 9 minut temu dsibinski 96 ź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 2634 dni, 10 godzin, 52 minuty temu spetz 120 źrodło rozwiń

A few days ago when I posted the information about creating a course Becoming a software developer amongst many positive comments I had received at least a few question why would I do something like this for free. In the video below (English subtitles are available) I do present my answer. And I would also like to write a few additional remarks about it.

Dziel się z innymi:
Doing things pro publico bono | Piotr Gankiewicz

Inne 2637 dni, 12 godzin, 3 minuty temu spetz 98 źrodło rozwiń

Ostatnio zacząłem pisać aplikację webową w F# i Suave, w której korzystam z bazy danych. Poniżej opiszę dwie metody, za pomocą których można się odwołać do danych z bazy. - SQLTypeProvider oraz Dapper

Dziel się z innymi:
Dostęp do danych w F# | MD Tech Blog

Bazy danych i XML 2641 dni, 20 minut temu manio143 65 źrodło rozwiń

Welcome to the first, or actually, the episode number 0 of my first online course ever named “Becoming a software developer”. o what is it all about? The goal is simple – I’ll be acting as a mentor to a friend of mine Patryk Huzarski, who would like to become a software developer.

Tagi: .Net, .net core, C#, kurs
Dziel się z innymi:
Becoming a software developer – course introduction | Piotr Gankiewicz

Inne 2641 dni, 22 godziny, 51 minut temu spetz 181 źrodło rozwiń

Najpopularniejszym frameworkiem webowym dla aplikacji .NET jest ASP.NET MVC. Pracując w C# sprawdza się on się świetnie, ale bazuje na obiektowym paradygmacie programowania, co nie do końca współgra z funkcyjnym podejściem F#. Na szczęście jest Suave, który pozwala na proste i funkcyjne pisanie aplikacji w F#.

Tagi: .Net, fsharp, suave, web
Dziel się z innymi:
F# web z Suave | MD Tech Blog

Web 2647 dni, 16 godzin, 7 minut temu manio143 77 źrodło rozwiń

Application Insights is a performance monitoring service, created by Microsoft and available on Azure. It gives you space to store the performance metrics and logs of your application (200MB for free!), as well as functionalities to search and manage them. In this post I am not going to present you the whole platform – Microsoft already did it in the Azure documentation, but rather focus on an element of the log collection, named dependency calls tracking. I did some ...

Tagi: .Net, Azure, profiling
Dziel się z innymi:
[EN] How dependency calls are tracked by the Application Insights? – Low Level Design

Narzędzia 2656 dni, 23 godziny, 21 minut temu lowleveldesign 51 źrodło rozwiń

It’s been quite a while since I posted the latest update of the Warden project designed for monitoring the resources in general. After a lot of back-end coding and refactoring, the time has come to finally focus on the new web interface implementation. And this is where the things start to become interesting (I promise).

Dziel się z innymi:
Warden vNext | Piotr Gankiewicz

Narzędzia 2672 dni, 45 minut temu spetz 76 źrodło rozwiń

Visual studio simplifies creating of WCF service by providing project templates. First way to create WCF service is to use the New Web Site option and then choose WCF Service. It will create a new web site with a sample WCF service implementation linked to a .svc file, with related configuration in the web.config file. In this approach Visual Studio does not just create the core WCF project and add the needed assembly references, but it also builds the host application.

Tagi: .Net, C#, WCF
Źródło: goo.gl
Dziel się z innymi:
Blog piwno-programistyczny: 70-487 Create a WCF Service part 3

Programowanie rozproszone 2677 dni, 19 godzin, 49 minut temu markone 68 źrodło rozwiń

Often developers as a log store use text files, system events, output console or database. In some cases they use distributed systems such Splunk or Elasticsearch. In this article I would like to present how to store logs in the form of objects, rather than plain text, which also offers all sorts of graphs and charts called dashboards.

Log data using Serilog, Elasticsearch and Kibana | mpustelak.com

Wczoraj opisałem pusty projekt, który dostajemy w Visual Studio, tworząc projekt F# > Android. Dziś czas na zbudowanie krok po kroku naszej pierwszej aplikacji - prostej listy zadań.

Tagi: .Net, F#, ToDo, Xamarin
Dziel się z innymi:
Aplikacja To Do - Xamarin | MD Tech Blog

Inne 2673 dni, 23 godziny, 17 minut temu manio143 125 źrodło rozwiń

Very often WCF is translated to ABC which corresponds to basic WCF concepts such as: Address, Binding, Contract.

Tagi: .Net, C#, WCF
Dziel się z innymi:
Blog piwno-programistyczny: 70-487 Create a WCF Service part 2

Programowanie rozproszone 2682 dni, 1 godzinę, 2 minuty temu markone 36 źrodło rozwiń

Dziesiejszym rynkiem rządzą aplikacje mobilne. Zazwyczaj tanie (względnie), ale przy dużej ilości użytkowników twórcy zarabiają miliony. Dlatego warto umieć tworzyć aplikacje mobilne. A najlepiej tworzyć je na platformie, którą się zna i lubi - .NET

Tagi: .Net, F#, Xamarin
Dziel się z innymi:
Xamarin i F# - Wprowadzenie | MD Tech Blog

Inne 2679 dni, 42 minuty temu manio143 51 źrodło rozwiń

Reading time ~1 minute This will be a fast errata to the previous one. This time I will expand the oldest performance mantra: The fastest code is the one that doesn’t execute. Second to that is the one that executes once Last time I’ve forgot to mention one very important optimization. It was one of two steps that allowed me to go from 1530 to 484 seconds in the sample run.Saga Before I go further here are some link to the previous posts on the problem of calculating similarities and then...

Dziel się z innymi:
Independent code in performance optimizations – IndexOutOfRange

Programowanie rozproszone 2682 dni, 1 godzinę, 2 minuty temu maklipsa 46 źrodło rozwiń

Druga część przeglądu źródeł .NET Core. Tym razem poszukujemy wzorców strukturalnych.

Źródło: mickl.net
Dziel się z innymi:
Wzorce projektowe w źródłach .NET: 2/3 wzorce strukturalne

Architektura 2678 dni, 13 godzin, 29 minut temu mickl 204 źrodło rozwiń

The first problem raised on the exam from WCF technology is Creating a WCF Service. Here are the subtasks for the problem: Create contracts (service, data, message callback, and fault);Implement message inspectors;Implement asynchronous operations in the service; First let's start from question what WCF is?

Tagi: .Net, C#, WCF
Dziel się z innymi:
Blog piwno-programistyczny: 70-487 [WCF] Create a WCF Service part 1

Programowanie rozproszone 2682 dni, 14 godzin, 17 minut temu markone 150 źrodło rozwiń

Życie jest pełne wyborów, ale czasem trzeba dodać “why not both?”. Uwielbiam .NET, jest prosty do opanowania, pozwala na szybkie tworzenie aplikacji i ma bogatą bibliotekę standardową. Jednocześnie lubię pracować na Linuxie, ponieważ mogę instalować aplikacje i biblioteki jednym poleceniem w terminalu, mam szeroki wybór powłok graficznych, jest często szybszy i zajmuje mniej miejsca na dysku niż Windows. Czy jestem w stanie pogodzić .NET i Linux?  Tak!

Dziel się z innymi:
Dotnetowiec na Linuxie | MD Tech Blog

Narzędzia 2682 dni, 1 godzinę, 2 minuty temu manio143 305 źrodło rozwiń

W źródłach .NET poszukujemy zastosowań wzorców projektowych. Mało tekstu, zero UML, dużo kodu.

Źródło: mickl.net
Dziel się z innymi:
Wzorce projektowe w źródłach .NET: 1/3 wzorce kreacyjne

Architektura 2682 dni, 14 godzin, 17 minut temu mickl 413 źrodło rozwiń

Attribute routing (RouteAttribute) is a quite handy feature of ASP.NET MVC. It allows you to have nice looking URLs that everybody has already accustomed to and your client surely loves it. Plus it hides your true controller/action structure which sometimes might be desirable. But there's one catch. As your web app gets bigger and bigger, attribute routing might have a negative performance impact on your WHOLE website.

Dziel się z innymi:
[EN] The ugly truth behind pretty URLs

Web 2685 dni, 37 minut temu Krzysztof Zmorzyński 148 źrodło rozwiń

Necessity is the mother of invention – that’s basically why I did create a new open source project called Lockbox. Its main purpose is to provide a centralized and secured storage for the application settings that can be easily fetched via HTTP request. Sounds interesting? Then let me guide you through the most important concepts of the Lockbox.

Dziel się z innymi:
Lockbox | Piotr Gankiewicz

Narzędzia 2685 dni, 18 godzin, 13 minut temu spetz 119 źrodło rozwiń

1 2... 12 13 14 15 16 17... 50 51

Najaktywniejsi w tym miesiącu