Strona głównaUżytkownik

blog-kateo-pl | użytkownik

blog-kateo-pl
blog-kateo-pl
640
2887 dni, 5 minut temu
30 stycznia, 2014
dotnetomaniak.pl

The following tutorial is dedicated to all Excel professionals who are looking for solutions to optimize their daily work. There are more and more data to be processed every day in relatively short period of time, and here comes for help the Visual Basic for Applications.

Źródło: blog.kateo.pl
Dziel się z innymi:
[EN] Visual Basic for Applications for Beginners - Part 1: First Procedure | blog.kateo.pl

Office 2881 dni, 23 godziny, 23 minuty temu blog-kateo-pl 21 źrodło rozwiń

With the Agile thinking and approach to project management Scrum and Kanban becomes really popular nowadays. But adaptation of both shows to some teams that something is not working - Scrum is too strict, while Kanban is not structured enough. Here comes the need of something new. The mixture of Scrum and Kanban leads to the methodology called Scrumban. Let's have a closer look on it in a key aspects: roles, meetings and artifacts.

Źródło: blog.kateo.pl
Dziel się z innymi:
[EN] Scrumban - a compromise between Scrum and Kanban | blog.kateo.pl

Inne 3187 dni, 3 godziny, 50 minut temu blog-kateo-pl 153 źrodło rozwiń

How many times you've been thinking about better organization of your daily work? Starting from really basic stuff like tea time ending with automatic scripting work repeated frequently. Let me share a short list of improvements I've found thinking on that. Maybe you've got some other ideas?

Źródło: blog.kateo.pl
Dziel się z innymi:
[EN] How to become productive developer | blog.kateo.pl

Sztuka programowania 3254 dni, 16 godzin, 28 minut temu blog-kateo-pl 350 źrodło rozwiń

The ETag or Entity Tag is a part of HTTP protocol used for caching purposes. In the simplest way ETags are strings that help browser to identify and validate cache. Like almost everything the ETags can be inefficient while configured incorrectly. So let's have a closer look at them..

Źródło: blog.kateo.pl
Dziel się z innymi:
[EN] Tweak your application with ETags | blog.kateo.pl

Web 3273 dni, 19 godzin, 17 minut temu blog-kateo-pl 117 źrodło rozwiń

ASP.NET MVC by default ships with two view engines: Web Forms and Razor. When we are creating a new ASP.NET MVC application both are being included in the application startup. Even when you are working with Razor only ASP.NET MVC resolves named views by searching for files that match the Web Forms view engine's naming convention at first. What can we do to change that and reduce the time needed to return a view to the end user? Let's have a look!

Źródło: blog.kateo.pl
Dziel się z innymi:
[EN] Speed up you ASP.NET MVC application by removing unused view engines | blog.kateo.pl

Web 3367 dni, 20 godzin, 25 minut temu blog-kateo-pl 187 źrodło rozwiń

Each time we are creating application with some kind of menu it is nice to have the basic functionality to highlight selected menu item. There are some solutions you can find in the Internet, however each time I've tried to use one it hasn't been working perfect. So let's create our own in three steps!

Źródło: blog.kateo.pl
Dziel się z innymi:
[EN] Highlight selected menu item in ASP.NET MVC | blog.kateo.pl

Web 3467 dni, 13 godzin, 41 minut temu blog-kateo-pl 178 źrodło rozwiń

Main menuMain pageAboutContact Share article via: You've read lot of articles about advanced C# constructions, new features, frameworks, etc. and at the end you are opening your solution and you start looking... and thinking... what is wrong the hell? Why my project is so f* boring? I'd like to change something. I want to have the cool application, which I want to be proud of and compare this solution with the ones I've read about. If this situations happened before this article is for you...

Źródło: blog.kateo.pl
Dziel się z innymi:
[EN] How to coolify your (web) application - First Steps | blog.kateo.pl

Sztuka programowania 3499 dni, 5 godzin, 20 minut temu blog-kateo-pl 144 źrodło rozwiń

Main menuMain pageAboutContact Share article via: You have web application administration panel and want to display data from Google Analytics in custom view, instead of opening the Google Analytics? Noting simpler! Google offers great API thanks to which we - developers, can get almost anything in easy way. Let's have a look how to get the PageViews number of our site from certain time period..

[EN] How to query Google Analytics in C# | blog.kateo.pl

Inne 3550 dni, 49 minut temu blog-kateo-pl 158 źrodło rozwiń

There are a lot of discussions in the Internet about the sense of testing the code with private accessors. In my opinion all of the discussions coming from the wrong understanding of the topic. What is unit testing? It is a testing of units, not classes, not methods exposed by some API. The term private is supposed to be private to the consumer, not to unit tests. Let's have a look at it closer..

Źródło: blog.kateo.pl
Dziel się z innymi:
[EN] Unit testing private methods with PrivateObject and PrivateType | blog.kateo.pl

Sztuka programowania 3662 dni, 14 godzin, 35 minut temu blog-kateo-pl 116 źrodło rozwiń

All about the null-coalescing operator (better known as ??) in C#.

Źródło: blog.kateo.pl
Dziel się z innymi:
[EN] Null-coalescing operator in C# | blog.kateo.pl

Inne 3691 dni, 4 godziny, 36 minut temu blog-kateo-pl 130 źrodło rozwiń

Main menuMain pageAboutContact Share article via: From time to time there is a need of having a container to store different types objects. Of course there are KeyValuePairs, or some custom generic solutions, but managing the keys and values can be complicated or even over-complicated in some cases, and creating your own generic data structure can take some time, and bring additional code in the project. And here, there comes the concept of Tuple. Tuple has been introduced by Microsoft...

Tagi: .Net, C#, Tuple
Źródło: blog.kateo.pl
Dziel się z innymi:
[EN] What is a Tuple in C#? | blog.kateo.pl

Architektura 3704 dni, 14 minut temu blog-kateo-pl 237 źrodło rozwiń

Never forget to turn off debugging on production by using 'retail' attribute in ASP.NET

Tagi: asp.ne, debug, retail
Źródło: blog.kateo.pl
Dziel się z innymi:
[EN] Never forget to turn off debugging on production | blog.kateo.pl

Web 3711 dni, 16 godzin, 35 minut temu blog-kateo-pl 161 źrodło rozwiń

In this video you can find answers to the following questions: what is unit test? when to write unit tests? how to write unit tests? what is a Test Driven Development?

Źródło: blog.kateo.pl
Dziel się z innymi:
[EN] Unit testing - bright and dark side of the power | blog.kateo.pl

Sztuka programowania 3721 dni, 23 godziny, 59 minut temu blog-kateo-pl 128 źrodło rozwiń

Najaktywniejsi w tym miesiącu