category

Home / DeveloperSection / Category

BitOxford — One of the Best Cryptocurrency Exchange Platform
BitOxford — One of the Best Cryptocurrency Exchange Platform

Today there are a large group of stages to look over, however not all exchanges are made equivalent. This rundown depends on client audits just as a large group of other criteria, for example, ease of use, openness, charges, and security.

Create 3-D cube in WPF
Create 3-D cube in WPF

In this demonstration I am trying to create 3-D cube in Windows Presentation Foundation (WPF) and this 3-D cube will be rotate on its axis as shown below.

ADO.NET Entity Data Model in WPF
ADO.NET Entity Data Model in WPF

The ADO.NET Entity Framework enables developers to create data access applications by programming against a conceptual application model instead of programming directly against a relational storage schema.

Example of SpeechSynthesizer class in WPF
Example of SpeechSynthesizer class in WPF

In WPF Microsoft provide a new API that allows developers to build speech enabled applications. Speech synthesis is a feature that generates spoken audio based on text you supply.

Dynamic Bind TextBox Data to Label Control in WPF
Dynamic Bind TextBox Data to Label Control in WPF

This is the simple demonstration how to show the text data to label at run time (when input value in text it show also in label control). In this W

ToolBarTray Control in WPF
ToolBarTray Control in WPF

In XAML element is used to create TollBarTray control in WPF. We can use ToolBarTray control to position Toolbar into ToolBarTray control. We shoul

WrapPanel in WPF
WrapPanel in WPF

A WrapPanel element in XAML is used to create a WrapPanel control in WPF. WrapPanel control is similar to StackPanel control in functionality with one

WindowsFormsHost control in WPF
WindowsFormsHost control in WPF

In XAML we can use element to use WindowsFormsHost control in WPF. We know that WPF provide a great user interface, but still a very younger framewor

Expander Control in WPF
Expander Control in WPF

In WPF XAML Expander element is used to create an expander control. Expander control is basically used for wrapping and expanding the content of items.

DockPanel control in WPF
DockPanel control in WPF

In XAML DockPanel element is used to create DockPanel control in WPF. DockPanel is used to dock child elements in left, right, top and bottom positions of relative item.

Frame control in WPF
Frame control in WPF

In WPF we can use Frame control to display content of another window with the same window. WPF frame control does not support to displaying html content.