Ladies and gentlemen – the second post about ReSharper! This time, let’s focus on refactoring, auto-generation of code and some smart ‘helpers’. Continue Reading
ReSharper – all you need is… refactoring & code templates! – part 2

Ladies and gentlemen – the second post about ReSharper! This time, let’s focus on refactoring, auto-generation of code and some smart ‘helpers’. Continue Reading
Last week I didn’t do much coding. In fact, all I did was playing a little with ReSharper and adding some ‘flesh’ to my app’s skeleton. ReMaster is able to connect to a database now and log errors when they occur. It also has some interfaces that may be useful later (when I start coding the model).
Not a big thing but I wanted to rethink the project structure a few times (basically because I rarely have an opportunity to code a web app from a scratch so it was loads of fun!). And yes, I know there is at least one open source project that provides a starting point for ASP.Net Core MVC. But because it’s my pet project I can do with it whatever I want and if I decide to starve it to death, I will starve it to death, got it?! 😉
But coming back to my app’s topic, you may think about…
All Polish companies are present in a system called CEIDG (in English: Central Registration and Information on Business). It provides a simple API – so far so good. Continue Reading
ReSharper is a great Visual Studio extension but without the knowledge about its keyboard shortcuts and other tricks, it’s completely useless. That’s why (and because of the fact, every ‘Get Noticed!’ participant has a free version of this software – more info here), I decided to write about the most popular features. Of course, it’s not a full list, but you may find some of the below helpful.
I am the kind of person that always has in mind a few pet projects’ ideas. Some of them are crazy, some would probably be a catastrophic failure, but hey! You never know before you try ;)! So I decided to try once again (the tenth time?) start my new project and get some extra motivation from the Get Noticed! competition.
Yes, I’m in! Continue Reading
Concurrency conflicts in web application can be quite troublesome. They occur when the same record in database is selected and then updated by more than one user. They can cause changes loss and be very frustrating for your users. In this post I describe a few solutions for this problem.
Configuring an Asp.Net Core MVC is not a problem since Microsoft has come with a great API. It enables storing your key-value pairs in variety of ways, preserving the hierarchical character of your data.
In this post I will focus only on the most popular way of configuring an app. So, let’s talk about… Continue Reading
It is my first post so it is definitely not worth reading so please carry on scrolling up ;).
But if you are bored enough to stay on this page, please let me introduce myself.
My name is Karina Wilk and I’m a programmer (huh, I said it!). I coded my first application at the age that multiplied by 2 gives my current age minus one and realizing that makes me a little sad. By the way, this app was a console application in Pascal that draw the solving of quadratic inequations on the graph. I’m almost sure that it consisted of one source file and had at most half of the indentations needed (at this stage of life my IT teacher tended to give me lower marks because of bad indentations so I think it really was a problem… Thank God Visual Studio makes most of the work here now!). Continue Reading