Browse by Tags

Tagged Content List
  • Wiki Page: How to make a Simple fast WPF mouse tail (or tracer stream) (en-US)

    This article shows how to add "Tracer" objects, that follow the mouse around in a stream / tracer effect. The concept is to move away from a "controller" type solution where a monitor loop adds and removes dots. In this example, each dot is responsible for it's own actions...
  • Wiki Page: WpfHowTo: A collection of helpful short articles

    This page lists a collection of "How To" articles that have been created out of responses to a WPF questions on the MSDN WPF Forum . Convert Controls to XAML and Parse XAML into Controls Add a Debug/Output Console to your Application Change DataGrid RowHeader Properties...
  • Wiki Page: WpfHowTo: Pass and use a Control in it's own ValueConverter for Convert/Convert​Back

    A common question on the WPF forums is how to pass the control itself into a ValueConverter that is acting on one of it's properties. This example shows how that is achieved with three examples. The main trick here is to use a MultiValueConverter and a MultiBinding, but where it is defined...
  • Wiki Page: WpfHowTo: Create & Group Expanders - Just One Expanded (Accordian like) and Animate Open & Close

    Many people have found the Accordian control not flexible enough or a little buggy, or they don't want to add the WPF Toolkit to their project. However the Accordian is essentially just a grouped bunch of Expanders with animated open and close. This is easy to recreate with a ValueConverter on IsExpanded...
  • Wiki Page: WpfHowTo: Change DataGrid RowHeader Properties and/or Template When a Cell is Selected

    This project shows the solution to a poster's question regarding manipulating the RowHeaderStyle, or other aspects of the row header, when a cell is selected. Changing the style means changing a property, or the template. This is best done by a Trigger, up where it needs to be done. ...
  • Wiki Page: WpfHowTo: Add a Debug/Output Console to your Application

    This example shows how to make a multi-threaded handler for the built in Console commands. You can set Console.Out to any TextWriter . So you simply have to create your own TextWriter to handle cross-threaded handling of messages to your user interface. Below is an example of a writing Console...
  • Wiki Page: Gerar XML puro usando CSharp

    Caro(a) Leitor(a), hoje eu vou mostrar como gerar XML de forma simples e ao mesmo tempo diferente. O que acontece hoje é que todo mundo pega o seu DataSet ou DataTable e transforma em um XML. O problema é que, se você tem alguma demanda de cliente e esse cliente possui o seu próprio...
  • Wiki Page: Understand Data Encapsulation

    A small Article but short and good description to understand Data Encapsulation. Description: Data encapsulation/ data hiding is an important feature of object oriented programming. The mechanism of hiding data is to put them in a class and make them private. The data is now hidden and safe from...
  • Wiki Page: Basic Concepts of C#

    Table of Contents Introduction: Writing First C# Program: Program 1-1: Compiling and Executing the Program: A Close Look at the Code: Introduction: As C++ language, C# is an Object Oriented programming language. Generally many people spells C# as C#.Net (C Sharp dot Net), But here Microsoft developed...
  • Wiki Page: Concept de Base de C# (fr-FR)

    Table of Contents Introduction : Écrire notre premier programme C#: Programme 1-1: La compilation et l'exécution du programme: Regardont de plus près le code: Autre langues Introduction : Comme le langage C++, C# est un langage de programmation orienté objet. Généralement...
  • Wiki Page: Usando CalendarExtender para Mês e Ano (pt-BR)

    Caro(a) Leitor(a), hoje vou falar sobre como colocar o componente Ajax CalendarExtender para exibir o ano e depois da escolha aparecer o mês para ser escolhido. Ao clicar no mês, o mês e ano escolhidos vão para o campo de texto. Hoje o componente CalendarExtender é...
  • Wiki Page: Making Our Component to be dynamically loading the Config File

    Table of Contents Introduction Background Explanation Introduction Generally there could be a requirement such that any independent component needs to be having its own configuration settings like for example, let say I have a vc++ application which acts as a container so that it can load...
  • Wiki Page: Visual Studio 11 Solution Explorer poderoso (pt-BR)

    Olá caro (a) leitor (a), hoje vou falar um pouco do poderoso “Solution Explorer” no Visual Studio 11. Estou acostumado utilizar o padrão Explorer da ferramenta Visual Studio 2010, mas quando vi e utilizei a Solution da versão VS 11 fiquei feliz. Lembro que essa versão...
  • Wiki Page: Upload sempre NULL (pt-BR)

    Caro(a) Leitor(a), estava passando uma dificuldade ao tentar fazer upload de um arquivo e o valor sempre vinha null. Não posso dizer que este documento é um artigo, é mais como uma dica para quem está passando o mesmo problema que eu. Tag: Update, Type=file, C# O problema...
  • Wiki Page: Основы хранилища Windows Azure. Очереди. (ru-RU)

    Очереди Windows Azure 1) Очереди используются для хранения сообщения 2) Используют FIFO, однонаправленные 3) Имя очереди должно быть именем в нижнем регистре и URL-friendly . Сообщения: Очередь может содержать неограниченное количество сообщений Сообщения должны быть сериализуемы...
  • Wiki Page: Visual Studio 11 - Melhoria no estilo CSS

    Caro(a) Leitor(a), hoje gostaria de falar mais uma novidade da ferramenta Visual Studio 11 da empresa Microsoft. A ferramenta Visual Studio 2010 não tinha muito suporte aos arquivos CSS, já a versão 11 possui todo suporte necessário ajudando a melhorar o desempenho do desenvolvedor...
  • Wiki Page: Порты Windows Azure (ru-RU)

    Порты, необходимые разработчику для работы с Windows Azure. Что необходимо делать Протокол Номер порта Дополнительная информация Remote Desktop RDP 3389 Если вам необходимо подключаться к виртуальным машинам в облаке по удаленному рабочему столу. Web Deploy...
  • Wiki Page: Основы хранилища Windows Azure. Партиции. Часть 1. (ru-RU)

    Windows Azure использует специальное системное поле PartitionKey для того,чтобы группировать сущности в партиции. Партиции – одно из важнейших понятий на платформе Windows Azure, так как именно оно позволяет виртуально неограниченно масштабировать хранилище, логически разделяя данные на группы...
  • Wiki Page: Usando PopupControlExtender (pt-BR)

    Olá pessoal, gostaria de falar e mostrar hoje como usar o componente do AjaxToolkit chamado PopupControlExtender. Esse componente, basicamente mostra uma data ou calendário no momento que o campo for selecionado. Dessa maneira, o usuário não precisa ficar digitando data...
  • Wiki Page: ASP.NET MVC 4.0 - Melhorias (pt-BR)

    Olá pessoal, hoje eu vou falar um pouco sobre o MVC 4.0 mostrado esses dias pelo Scott da Microsoft. Primeiramente, a versão 4.0 não é usada apenas no Visual Studio 11. Ele pode ser usado no Visual Studio 2010 sem qualquer problema. Basta baixar o plugin e instalar normalmente...
  • Wiki Page: Visual Studio 11 – Novas funcionalidades e melhorias (pt-BR)

    Caro(a) Leitor(a), gostaria de falar e mostrar mais novidades na ferramenta de desenvolvimento da Microsoft. Uma das maiores ferramentas de desenvolvimento de software para Web, Desktop e Mobile. Tag: Visual Studio 11, C#, VB, .NET Framework O primeiro item, gostaria de destacar o modo debug. Agora...
  • Wiki Page: Visual Studio 11 – Novas funcionalidades e melhorias parte 3 (pt-BR)

    Caro(a) Leitor(a), hoje gostaria de abordar novas funcionalidades e melhorias da ferramenta de desenvolvimento chamada Visual Studio 11 da empresa Microsoft. Lembrando que com ela, você pode programar em várias linguagens dentro de uma mesma plataforma, dentro do mesmo projeto e gerar interface...
  • Wiki Page: Состояние сессии в Windows Azure (ru-RU)

    Учитывая некоторые архитектурные особенности Windows Azure , а именно “нелипкого” балансировщика нагрузки и отсутствия persistent хранилища данных, на тренингах и занятиях один из самых частых вопросов от разработчиков – как реализовать хранение состояние сессии пользователя в приложении...
  • Wiki Page: Windows Forms Überblick (de-DE)

    Table of Contents Einstieg in Windows Forms Community Ressourcen Foren Blogs Andere Ressourcen Software Downloads Siehe auch Andere Sprachen English (en-US) Windows Forms repräsentiert eine Anzahl von Klassen im .NET Framework, die es dem Entwickler schnell ermöglichen Windows-Client-Anwendungen...
  • Wiki Page: Einführung in MongoDB (de-DE)

    Table of Contents Einführung MongoDB in Windows aufsetzen Arbeiten mit MongoDB Aufsetzen der Datenbank File - New - Project Zu MongoDB verbinden Verbinden zur Collection Speichern von Daten Datenabfrage Der komplette Code Weitere Quellen Siehe auch Andere Sprachen English (en-US) Einführung...
Page 6 of 7 (162 items) «34567
Can't find it? Write it!