Kontorirotid

Making websites

Tervist

Mihkel Tiganik

Tegevjuht

Anngrett

Turundus

VÕIMAS TIIM


Valisime välja oma valdkonna parimad spetsialistid, et pakkuda teile optimaalset teenust

  • Unit Tests

    Writing Unit Tests for your MVC .NET project Why testing your application? Unit Test writing is something every developer would come into someday. It keeps code finalized, it double checks whether code works as expected. There is even an acronym TTD – Test Driven Development, where they say you should write tests first and then…

  • Service class. Dependency Injection

    In this chapter we are going to check how to include Dependency Injection to our program. Current progress of our project is released with here, so if you are new then you can download current version and start working on it Why we need service class? Usually when we do web applications then stuff in…

  • Add Search functionality

    Search functionality MVC .NET project So far we have created .NEt MVC project for Todo app with CRUD operations. For current workflow I created this release tag, so if you are new to this project go ahead and start working from that. But final code for this project is still located here. So lets continue…