Quantcast
Channel: ferocia animi
Browsing latest articles
Browse All 33 View Live

Image may be NSFW.
Clik here to view.

Performance degrades in your Silverlight App!? What can you do?

Some time ago I had written Silverlight app and I confronted with difficulties of difference between WPF and Silverlight :). When I had vanquished mismatches I found that performance of my app was...

View Article



Image may be NSFW.
Clik here to view.

How to implement TextBox with PlaceHolder in WPF

Download source files - hereUsing PlaceHolder is very useful thing for UI in any type application. I want to show a short way how can you implement it in WPF.You can custom TextBox and add place-holder...

View Article

Image may be NSFW.
Clik here to view.

Zoom and page changed events for FlowDocumentPageViewer

Download source files - hereMy old known Bala send to me this link.Kent Boogaart has written an article that describes approach searching and highlighting text in FlowDocumentPageViewer - Search and...

View Article

Image may be NSFW.
Clik here to view.

Useful code snippets for WPF developer.

Download snippets - hereI want to share very useful in my opinion code snippets for WPF developers. Most of they were created my friend - Dmitrij Zakharov. Moreover I want to add a short description to...

View Article

Image may be NSFW.
Clik here to view.

Web access to Team Foundation Server.

I have been starting to work with Team Foundation Server as source control and bag tracking system for 2 month. In this time we migrated from one TFS to another. So sometime we needed access to both...

View Article


Image may be NSFW.
Clik here to view.

Trips&Ticks: How to implement GroupName for RadioButton in WPF DataGrid's...

Download source files - hereIt is very easy. We should use DataGridTemplateColumn for this. My acquaintance requested to me show it. I added source code where implemented this.Some notes:You should...

View Article

Image may be NSFW.
Clik here to view.

Zoom event for FlowDocumentPageViewer (corrected)

Download source files - hereWhen I wrote my article Zoom and page chaged events for FlowDocumentPageViewer I make mistake, you can read about it - there. However Martin offer solution for this problem....

View Article

Image may be NSFW.
Clik here to view.

Trips&Ticks: Easy way to navigate from XAML to class's definition.

Working with XAML code in VS2008 I have just found that I can easy jump to class's or property definition. If I press CTRL and click left mouse button on certain class or property in XAML I will be...

View Article


Image may be NSFW.
Clik here to view.

Trimmed TextBlock for Silverlight.

Download source files - hereNot always Silverlight TextBlock that contains long text has enough space for shows all this text. TextBlock clips text in this case - this behaviour isn't best way for...

View Article


Image may be NSFW.
Clik here to view.

Unit Tests for ASP.NET MVC application that uses resources in code behind.

Download source files - here.Some time ago I start to play with ASP.NET MVC. It is very well pattern and Microsoft made nice choose that implemented it for ASP.NET in my opinion.I started a project...

View Article

ASP.NET MVC aplication inside in an iframe (fix issue with empty session).

I developed application using ASP.NET MVC framework. It worked well but when I put my app inside of iframe I founded that in some case in Internet Explorer application missed session.I started to...

View Article

"using" directive in aspx's pages.

It is funny but I don't know about this. I used full name of type (namespace+type name) in aspx pages. It is unnecessary. ASP.NET has directive for this.<%@ Import namespace="value" %>Sometime we...

View Article

Image may be NSFW.
Clik here to view.

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 Article


Image may be NSFW.
Clik here to view.

Trouble 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 Article

Image may be NSFW.
Clik here to view.

Introduction 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 Article


Image may be NSFW.
Clik here to view.

Route 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 Article

Image may be NSFW.
Clik here to view.

How 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 Article


Image may be NSFW.
Clik here to view.

10gen: 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 Article

Image may be NSFW.
Clik here to view.

Developing 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 Article

Image may be NSFW.
Clik here to view.

Migration 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 Article

Image may be NSFW.
Clik here to view.

TFS 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 Article


Image may be NSFW.
Clik here to view.

Dynamic 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 Article


Image may be NSFW.
Clik here to view.

Secure 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 Article

Image may be NSFW.
Clik here to view.

FaaS 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 Article

Image may be NSFW.
Clik here to view.

What 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

Browsing latest articles
Browse All 33 View Live




Latest Images