TERE
Olete jõudnud KontoriRotid lahendavad veebilehele. Meie tegeleme veebilehtede loomisega. Kui soovite endale veebilehte, siis olete jõudnud õigesse kohta
Personaalsed kodulehed
Soovid oma ettevõtet viia uuele tasemele? Meie pakume parimaid lahendust loomaks sinu ettevõttele vajalikku veebilehte.
LOOMINGULINE
Veebilehtede haldus
Praegune veebisait vajab hooldust? Pole probleem, meie spetsialistidel on pikaaegne töökogemus kõigis enamlevinud IT platvormides
PRAKTILINE
Arendustegevus
Kas IT süsteem tuleb üles ehitada otsast peale? Oleme loonud erinevaid lahendusi meie klientidele ning usume, et suudame ka teile pakkuda parimaid võimalusi.
TÖÖKAS
Tee oma ideed tegelikuks
Su ettevõte on tunduvalt nähtavam, kui sel on olemas oma veebileht. Võta meiega ühendust ja tee ennast nähtavaks.
KONTORIROTID LAHENDAVAD
Kõik vajalikud IT lahendused teie firmale
ALGUSEST LÕPUNI…
-
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…
-
Edit Views, Add ViewModel, Date Validation
Edit menu items Lets start editing our views to make our app to look more professional and easier to use. First thing to note is that we would like to go to Todo folder many times, so it is reasonable to add Todo folder to our header menu. In order to change menu, lets open…