.NET, C#, WPF, XAML source code examples, tutorials, tips and tricks
Owner: Yuri_Bondarenko
Listed in: Technology
Language: English
Tags: C#, .NET, WPF, Csharp, Source Code
Site Statistics
Unique Visitors Today:
0
Page Views Today:
0
Unique Visitors this Week:
0
Page Views this Week:
0
Unique Visitors this Month:
0
Page Views this Month:
0
Total Unique Visitors:
73,079
Total Page Views:
104,972
Total Hits Out:
82
Latest Blog Posts for Code Arsenal
- Java 8 Finding Specific Element in List with Lambdaon Feb 21, 2016 in Java Lambda ExpressionAs you probably know in Java 8 we can use Lambda expression for different manipulations with collections.If you have a List with some custom objects inside and you want to find specific element in it you can use stream().filter procedure of Lambda in...
- Java JSON Parser Example with RegexRecently I came across with problem where I needed to recognize and parse custom exception message inside JSON on Java server side. For that particular problem I used Regex.The JSON response format is like this:And this is the code:protected void che...
- AngularJS Binding Syntax and Exampleson Feb 17, 2016 in AngularJSAngularJS bindings cheat sheet:One-way(data source -> view target):{{expression}}[target] = "expression"bind-target = "expression"One-way(view target -> data source):(target) = "statement"on-target = "statement"Two-way:[(target)] = "expression"...
- What is Interpolation in AngularJSon Feb 15, 2016 in AngularJS JavaScriptInterpolation is such a process when AngularJS fetches a calculated string into the text between HTML element tag and within attribute assignments.Let's see example of interpolation: <h3> {{title}} <img src = "{{myImageUrl}}"...
- How to Become a Software Developeron Jan 14, 2016 in SurveyIf you come over this post I'd like to cheer you and say that you are the very special person!Why? Because you probably a software developer, or might want to become one.There are a list of steps that are required to obtain a recognized professional...
- Windows Batch Script for Incremental BackupRecently I faced with the problem when I wanted to do a backup of some directory just by one click. I didn't want to rename or change something manually each time I need to do a backup. All I want is just copy the content of one folder to some destin...
- Java Spring Restful Web Service with Configurable MongoDBToday I'll show you how to build Java RESTful Web Service that uses MongoDB database for storing and retrieving data. The service is written using Java Spring 4 technology. In this project I will show how to configure MongoDB database parameters...
- How to Install and Run MongoDB on Windowson Oct 12, 2015 in MongoDBThis particular article is for those who are going to install and run MongoDB database for the first time.First, download MongoDB from official MongoDB websiteOnce you done Unzip and put its content to your location, for instance C:\MongoDB\ Thi...
- C# Dependency Injection Simple ExamplePeople are often confused about what Dependency Injection is and when they might need or want to use it. Some time ago I wrote an article Managing Dependency Injection in C# with Autofac which explains how to manage DI in C#, but today I want to show...
- How to Avoid Any Global Variables in JavaScripton Nov 27, 2014 in Design Patterns JavaScriptIn JavaScript, objects and functions, are also variables. And any variable declared outside a function has global scope. You probably heard that because JavaScript is a dynamically type language global variables are bad and that they easily become so...
Loading Comments...
Comments
{ds_PageTotalItemCount} commentcomments
{pvComments::date}
{pvComments::comment}