Trimmed TextBlock for Windows Phone 7.
Unfortunately WP7 is based on Silverlight 3. So we can't use some nice features of Silverlight 4 i.e. dynamic key word or TextBlock's trimming. But I've solved issue with trimming for Silverlight 3....
View ArticleTrouble with resources in WP7
I started a few projects on WP7. It was done just for fun and for improving my skills (Fun was profitable - I won in Ukrainian WP7 competition). So I had completed my projects and tried to localize...
View ArticleIntroduction to Artificial Intelligence
Introduction to AISome time ago I have joined to Introduction to Artificial Intelligence it is online course that is based on Stanford CS221, Introduction to Artificial Intelligence.This class...
View ArticleRoute of executing in Controller of ASP.NET MVC
Base classes of controller is ASP.NET MVC have number of methods for initialization before your code runs in an action. Lets review them.First of all about constructor. You can't do a lot in it because...
View ArticleHow to force to update JavaScript and CSS files after deploying new version...
Usually after each deployment my ASP.NET MVC (Razor view) site I have a little mess with cached JavaScript and CSS files. Sometimes user's browsers show unappropriated view or some client functionality...
View Article10gen: M101P MongoDB for Developers - has been completed
I have successfully completed, with distinction, M101P, MongoDB for Developers (Python). My score puts me in the top 6% of all students who registered for the course.My final grade: 95%.
View ArticleDeveloping ASP.NET MVC 4 Web Applications - passed.
I have successfully passed Exam 70-486: Developing ASP.NET MVC 4 Web Applications.I used next sources for preparations:Developing in HTML5 with JavaScript and CSS3 Jump Start. I went throw...
View ArticleMigration to ASP.NET MVC 4: Deployment.
We are developing ASP.NET MVC application. We are using a latest version of the frameworks. So I need to update a software after each framework's upgrade. It easy to do on the developer's machine: you...
View ArticleTFS 2015: deploy website to IIS without installing extra add-ons to TFS
Recently, I started to keep my sources under TFS 2015. After moving our work items I have time to pay attention to new build. Everything looks pretty simple until I tried to deploy my website to local...
View ArticleDynamic Configuration Settings in ASP.NET Core
I read the great article about the configuration of ASP.NET Core web application - Strongly Typed Configuration Settings in ASP.NET Core. As for me, it is better than access via dictionary's keys but...
View ArticleSecure ASP.NET Core Web API using API Key Authentication
(Icon by www.svengraph.net under CC 3.0)I am implementing the simple web service that grants access via usual login and api login with some token. I have googled a bit for good solution but found it...
View ArticleFaaS on AWS for .NET developers
Last weekend, I joined to IT Talk event series promoted one of the Lviv's company. This event was dedicated to cloud solutions for C# developers.I have prepared the presentation about FaaS on AWS for...
View ArticleWhat do you need to be prepared for AI-900 Azure AI Fundamentals?
Disclaimer: I am not an AI engineer, and I have passed beta AI-900 just for fun. I want to share the minimum level of knowledge that is required to pass this exam. The beta exam has 53 questions. My...
View Article