Jeśli estymacja czasowa nie sprawdza się w naszym projekcie (co jest wielce prawdopodobne w przypadku oprogramowania), to możemy się posłużyć estymacją relatywną. Wielkość relatywna ma, w przeciwieństwie do estymaty bezwzględnej (najczęściej czasowej), ogromną przewagę, gdyż: Minimalizuje błędy związane z przewidywaniem czasu poświęconego na złożone i skomplikowane zadania...
Sztuka programowania 2826 dni, 6 godzin, 13 minut temu 157 ź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!
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?
Programowanie rozproszone 2826 dni, 19 godzin, 28 minut temu 154 źrodło rozwiń
Sometimes it happens that we use mechanisms/features of specific language without beeing aware of it. That’s fine, but if you’ll want to discuss your code in a future to the audience or coworkers, soon or later you’ll be forced to learn it and understand (or at least name it using technical nomenclature). Therefore, today I’m going to discuss two related „mechanisms” of C# which are covariance and contravariance. Covariance Covariance is a type conversion from the specific type to the more general (ba...
Sztuka programowania 2826 dni, 19 godzin, 28 minut temu 189 źrodło rozwiń
Miałam okazję ostatnio wybrać się na mało rozreklamowaną konferencję Code Europe w Krakowie. Miała ona również swoją bliźniaczą edycję w Warszawie dwa dni później. W obu miastach były niemalże te same prelekcje. Co wyróżniało wydarzenie to, że oprócz prelekcji można było wziąć w udział w warsztatach a to wszystko było darmowe. Niestety w praktyce wyszło to nieco roczarowująco… Po rejestracji na wydarzeniu dostałam maila z informacją, by koniecznie od razu zapisać się na warsztaty I prelekcje, bo liczba ...
W źródłach .NET poszukujemy zastosowań wzorców projektowych. Mało tekstu, zero UML, dużo kodu.
Architektura 2826 dni, 19 godzin, 28 minut temu 414 źrodło rozwiń
NSSM to skrót od Non-Sucking Service Manager i to właściwie bardzo dobre podsumowanie tego narzędzia. Znajdziemy je tutaj.Dlaczego jest takie fajne? Ponieważ pozwala nam na łatwe zarządzanie serwisami bez używania takich komend jak installutil czy sc. Mimo, że używamy go z konsoli dostarcza nam okienkowego interfejsu w którym możemy ustawić poszczególne opcje dla naszego serwisu.Zatem jak tego używać? Powiedzmy że stworzyliśmy serwis Windowsowy lub też jakiś inny (osobiście używam NSSM na przykład do i...
Writing a project documentation – everyone’s or at least the programmer’s nightmare, right? Although at a first glance many of you will most likely agree with the given assumption, I’ll try to convince you otherwise. Not only it doesn’t have to be a dull experience, but it might be a truly fun and quite refreshing activity, which shall provide the great value for the project.
Czy warto czytać książki programistyczne?
Sztuka programowania 2827 dni, 5 godzin, 15 minut temu 228 źrodło rozwiń
Reading time ~5 minutes The previous post described the methodology I’ve used to calculate similarities between recipes in cookit. If You haven’t read it I’ll give it 4 minutes because it will make understanding this post easier. Go one, I’ll wait. It ended on a happy note and everything seemed to be downhill from there on. It was until I tried to run it. It took long. Very long. How long? I don’t know because I’ve canceled it after about one hour. Going with a famous quote (probably from E...
Sztuka programowania 2829 dni, 5 godzin, 48 minut temu 141 źrodło rozwiń
I'm a huge fan of entity based and result set based relational mapping (classic ORMs). I'm also huge fan of DML based relational mapping (micro ORMs). In general I'm a huge fan of every technology that allows me to get the job done in the best possible way. I believe that one should never limit himself to single approach within a project - it should always be about choosing the best tool for the job. But sometimes there are real life constraints (licensing, business, politics etc.) which are limiting the...
Implementacja wzorca poleceń (command pattern).
Sztuka programowania 2829 dni, 5 godzin, 48 minut temu 301 ź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.
Some time ago I've written about HtmlHelper providing support for Content Security Policy. The solution presented worked well, but it required quite nasty markup. With ASP.NET Core MVC there is a new tool for this kind of tasks - TagHelpers.
~ MJ Jasmine – behaviour driven develeopment framework służący do testowania kodu napisanego w javascripcie: Jasmine
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.
Zarządzanie dokumentami w SharePoint to temat rzeka i w zasadzie jedna z najważniejszych rzeczy, jeżeli nie najważniejsza w przypadku tej platformy. W poprzednim wpisie mogliście poczytać o Architekturze informacji w SharePoint. Dziś będzie dalszy ciąg, tym razem od strony bardziej praktycznej. Oczywiście na ...
~ MJ VSColorOutput jest wtyczką do Visual Studio. Można ją znaleźć tu: https://www.visualstudiogallery.msdn.microsoft.com/f4d9c2b5-d6d7-4543-a7a5-2d7ebabc2496 Na czym polega jej fenomen? Nie dość, że pokoloruje nam output – kto by się tego spodziewał – to jeszcze np. przerwie...
~ MJ Do dzisiejszego posta* skłoniła mnie dyskusja z wczoraj z kolegą. Ile razy zdarza się, że nie mówimy innym prawdy?
Today I’ll show you a quite nice example of the Strategy pattern from a real project I was working on some time ago.
Sztuka programowania 2831 dni, 1 godzinę, 21 minut temu 197 źrodło rozwiń