Browse by Tags

Tagged Content List
  • Wiki Page: Synchronize with Parameter Based Filters - Microsoft Sync Framework

    Let’s imagine a scenario where you want to sync data based on a filter. For an example your server database has an “EMPLOYEE” master table and it has all the employee records of all your branches. Now you have two branch office databases for your two branches, and you want to download relevant employee...
  • Wiki Page: String(avec un S majuscule) , string et StringBuilder , la différence

    string(avec un s minuscule) est un alias de l’espace de nom System.String, il n’existe aucune différence entre l’utilisation de String et string tous les niveaux : performance, fonctionnalité … En revanche il existe une bonne différence entre le type string et StringBuilder. string étant immutable...
  • Wiki Page: Blackboard Design Pattern: A Practical Example - Radar Defense System

    This article presents a WPF C# example of the Blackboard design pattern, available on TechNet Gallery. http://gallery.technet.microsoft.com/Blackboard-Design-Pattern-13a35a7e It discusses the concepts of the design pattern, and highlights points of interest for C#, WPF developers. ...
  • Wiki Page: Running SignalR on Mono

    If you are one of those people, just like I am, that still use Linux for hosting despite that you love and only do .NET development; this is something extremely awesome. Ever since I started using SignalR I’ve wanted to host it on my own servers but all of them run on Linux with Mono and Apache. When...
  • Wiki Page: Small Basic: How to Create an Extension Using C#

    Table of Contents Introduction Setting up your Visual Studio Project Programming Your Extension Compiling Your Code Testing Your Extension Distributing Your Extension Introduction Microsoft Small Basic, while a good language for a beginner, is rather limited once you really get into programming...
  • Wiki Page: How to Send Emails Using C#

    This topic is a how to. Please keep it as clear and simple as possible. Avoid speculative discussions as well as a deep dive into underlying mechanisms or related technologies. Table of Contents Step By Step Procedure Other Languages Italian (it-IT) Step By Step Procedure ...
  • Wiki Page: DataDirectory e SQL Compact Edition

    Caro(a) Leitor(a), hoje eu gostaria de falar rapidamente sobre o DataDirectory para conexão com o banco de dados local. O banco de dados local pode ser usado para web site, desktop ou serviços do Windows. Antigamente tínhamos o banco de dados Access com extensão “mdb” para guardar, salvar, editar...
  • Wiki Page: Come inviare e-mail utilizzando C# (it-IT)

    Questo argomento è un how to. Si prega di mantenerlo chiaro e semplice per quanto possibile. Evitare discussioni speculative, come pure un esame in profondità dei meccanismi sottostanti o delle tecnologie correlate. Procedura passo-passo: Passo 1: Creare un nuovo progetto...
  • Wiki Page: MSCRM 2011 c# Clone Closed Activity

    The previously selected closed task is cloned with below code; AuthenticateWithNoHelp AWNH = new AuthenticateWithNoHelp(); OrganizationServiceProxy CurrentOrganizationServiceProxy = AWNH.ActiveOrganizationServiceProxy(); if (CurrentOrganizationServiceProxy != null ) { ...
  • Wiki Page: طريقة العرض اللانهائية للبيانات مثل جوجل أو بينج (ar-SA)

    السلام عليكم ورحمة الله وبركاته من أكثر الأشياء التي لا أحبها حقيقة هي مفهوم الصفحات (Paging)المتعددة لعرض البيانات ولذلك كنت أبحث منذ مدة عن طريقة عرض أفضل حتى وجدت محرك البحث بينج والذي قدم مفهوم جميل جدا خاصة عند إستعراض الصورة وهي أن عدد معين من الصور يتم عرضه في الصفحة ثم إذا قم بالنزول لأسفل...
  • Wiki Page: NHibernate: Illegal Atempt to Associate a Collection with two open sessions

    Hi All recently I got this issue when I was working on my application which is using NHibernate as the OR Mapper, and i seriously work around about this issue and got the tail of this issue. This issue raised because i get an model object which had lazy load option true and modified the same object...
  • Wiki Page: Moving from Winforms to WPF

    This article is for the WinForms developer learning WPF. It introduces important new concepts, and lists differences, pitfalls & work-arounds. Contributed to by those that have [or are still] taking that same journey. If you are on that journey and know of anything that is missing...
  • Wiki Page: Upload Ajax Dinâmico

    Caro(a) Leitor(a) hoje gostaria de falar de upload de dados do seu site para o servidor. Já foi falado isso em outros artigos, porém não era utilizando o Ajax Toolkit da Microsoft; pelo menos neste site. Hoje a Internet ficou mais rápida, o browser ficou mais dinâmico e cheio de funcionalidades que...
  • Wiki Page: Architecting High Performance Enterprise Class Application in WPF 4.5

    Normal 0 false false false false EN-IN X-NONE X-NONE ...
  • Wiki Page: Factors need to considered for enterprise class application with WPF/Silverlight

    _______________________________________________________________________________________________________________________________________________________________________________________________ There are various factors that need to consider while building enterprise class applications in WPF. It’s...
  • Wiki Page: XAML Array Static Data - Quick Reference

    This is a collection of snippets useful in quickly plumbing a control with data. I use these in demos, tutorials, prototypes, and when replying to forum questions. NOTE: DO NOT TRY TO COPY FROM HERE, USE THIS MSDN SAMPLES PAGE INSTEAD, AS THIS WON'T COPY/PASTE WELL Table of Contents...
  • Wiki Page: MVVM Model View ViewModel Part - 1

    Targeted Audience: 1. .NET Architects 2. .NET Application Designers 3. .NET Application Developers Prerequisites: 1. .Net technologies. 2. Basic understanding of data binding in WPF, Silverlight. Problem Statement: 1. Already using different patterns in application...
  • Wiki Page: How to connect to SAP Business Objects XI 4.0 using Web Services with ASP.NET and C#

    Hello all, this is my first article and I hope it can be useful. Introduction I'm in charge of create a Framework capable of retrieve information from SAP BO XI database in order to create an custom application that display information according to user connected. The first problem that...
  • Wiki Page: what microsoft promises to offer in .NET 5.0

    Introduction of New Features in C# 5.0 1. C# Evolution Matrix Microsoft just published a new version of C# : 5.0 beta with CLR version 4.5 (Visual Studio 11 beta). In order to get a big picture of the whole evolution of C# language, I summarized all the key features into a C# Evolution Matrix...
  • Wiki Page: WPF Xaml datagrid by Infragistics

    xamDataGrid is UI component for .NET WPF applications developed by Infragistics , which can provides rich UI grid interface for you data. you can bind this control to ObjectDataProvider and XmlDataProvider. Main Features of this control: You can bind this control with all WPF data providers...
  • Wiki Page: New and Much Awaited Visual Studio 2012 with .NET 4.5 Features

    Table of Contents #1) Develop for Windows 8 #2) Develop for the Web #3) Develop for Windows Phone 8 #4) Develop for Windows Azure #5) Develop Business Applications #6) Develop Games and other 3D Applications #7) Take advantage of the latest language advancements #8) Performance, Reliability, and Compatibility...
  • Wiki Page: WPF Printing Overview

    Table of Contents Introduction 1. Using DrawingContext 2. Printing WPF Controls 3. Printing Flow Documents 4. Making and Printing XPS Documents 5. Capturing and Saving Video Stills 6. Landscape Printing Introduction The techniques covered here are all available in a downloadable project over...
  • Wiki Page: Understanding Garbage Collection from enterprise Perspective

    Advance Memory Management Caching objects Keep all the objects like view Model objects, Model objects, business objects, static objects etc.. in a centralized Cache. Disposing centralized cache can promote greater memory reductions. Microsoft provides built-in Cache in .NET runtime, but...
  • Wiki Page: INotifyPropertyChanged - Essential Visual Studio Snippets

    One of the most common tasks you have to do with WPF, when you are plumbing data into your controls is implementing INotifyPropertyChanged. There have been many attempts at abstracting this away or creating wrappers, but I personally like having the detailed, standard code with getters and setters...
  • Wiki Page: WpfHowTo: Avoid binding error when removing a DataGrid row with RelativeSource (Static Bridge/Relay)

    This project shows how to use a Static Bridge or Relay to share a property between Visual Tree elements and elements that have been removed from the UI, due to source data changes. In this example, a forum poster wondered why they got the following error when they deleted an item from the data bound...
Page 5 of 7 (162 items) «34567
Can't find it? Write it!