Browse by Tags

Tagged Content List
  • Wiki Page: How to Enable .NET Framework 3.5 in Windows 8 Client

    On the Windows 8 client, some applications will require you to install .NET Framework 3.5 for backwards compatibility. You will need internet access to download .Net Framework 3.5 for installation. This document provides step by step instruction on how to enable and install .NET Framework 3.5 on the...
  • Wiki Page: How to Use Lucene.NET with Windows Azure SQL Database

    Table of Contents Summary Lucene.NET The Azure Library for Lucene.NET Using the Library Using Lucene.NET to index SQL Database Searching the Lucene.NET catalog References Summary Lucene.NET is a .NET implementation of the Lucene full-text search engine. This article describes how you can use...
  • Wiki Page: Pattern Matching Words With Visual Basic

    How to match word patterns with Visual Basic Someone recently asked a question about solving cryptograms and I had recalled reading an article about MIT students creating a cryptogram solver that used some kind of pattern matching. i figured it was interesting enough to give a go at it. Below is ...
  • Wiki Page: Visual Basic.Net Pullout Panel Borderless Form

    How To Create a Borderless form with pull out compartments in Visual Basic. This can be difficult at first, but i will attempt to keep it short and sweet. Have you ever wanted to have a compartment that you could pull out of your form, one that extended beyond the border of the form? Well, this...
  • Wiki Page: Exception Handling in the .NET Framework Data Provider for ODBC, OLE DB, and for SQL Server

    Developers using the .NET Framework Data Provider for ODBC, the .NET Framework Data Provider for OLE DB, or the NET Framework Data Provider for SQL Server often send feedback to Microsoft, asking for a complete list of the exceptions that a given method can throw. Until such time as the documentation...
  • Wiki Page: Getting Started With MongoDB

    MongoDB is a famous representative of NoSQL databases. It is a document-oriented database, which means that data will be stored in documents. In this article we will see how to set up MongoDB for Windows and how you can get started with it. Table of Contents Setting up MongoDB for Windows Working...
  • Wiki Page: Using AJAX AutoCompleteExtender with Web Services

    Hi Techies, This is my very first post to the asp.net wiki and hope to have many post in the future. Today I will demonstrate you on how to populate a text box with suggested values when user types a character in text box using a AJAX Auto Complete Extender. This demonstrate uses web service...
  • Wiki Page: Using ReceiveAndSendReply Inside a Pick Activity (WF)

    The ReceiveAndSendReply activity template is used in a workflow service to implement a two-way operation. When this activity template is dragged onto the workflow designer, a Sequence activity containing a Receive activity followed by SendReply activity is added to the workflow. The ReceiveAndSendReply...
  • Wiki Page: .NET, PowerShell Path too Long Exception and a .NET PowerShell Robocopy Clone

    Path too Long and .NET Some of you may know the famous error “System.IO.PathTooLongException“. The path is too long after being fully qualified. Make sure path is less than 260 characters. This is by design from the Windows API and the .NET Framework. Naming Files, Paths, and Namespaces: ...
  • Wiki Page: Lavorare con database NoSQL (it-IT)

    NOTA: le risorse ed i documenti indicati nel presente articolo sono disponibili solo in lingua Inglese. Table of Contents Come iniziare con NoSQL? Quali database NoSQL sono presenti oggi? API basate su .NET Cassandra CouchDB MongoDB Tokyo Cabinet Ulteriori letture Altre lingue English (en-US) Deutsch...
  • Wiki Page: Comparando Silverlight con aplicaciones Windows Store (es-ES)

    Introducción Desde el lanzamiento de Windows 8, en su versión Developer preview, sólo he leído y escuchado comentarios referentes al nuevo sistema operativo (realmente está buenísimo). La innovación definitivamente está presente en toda la nueva gama de productos Microsoft con su Windows 8, Visual...
  • Wiki Page: DOS Scripts From Visual Basic.Net

    How To execute a dos script in Visual Basic without creating an external process. ​ Not all DOS commands can be executed with this, such as CLS, diskpart, echo, etc.... If you discover unsupported commands, please add them to this list: Unsupported Dos Commands: ​CLS Echo DiskPart ? ...
  • Wiki Page: WCF Extension and Custom Behavior

    We have a simple WCF WebService that has operation for Division (dividing value1 by Value2) and return this division result back to client. Service Code: Interface: Class implementing the Interface: In Divide Method, DivideByException is thrown if value2 is zero. So we are handling...
  • Wiki Page: Visual Basic.Net Common Errors: "Index was out of range."

    Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index The error message couldn't do a better job in conveying what went wrong. Lets back up... An index is an integer that identifies the location of an element in a array, list, or other...
  • Wiki Page: How To Determine the .NET Framework Installed Versions

    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 Introduction The Microsoft.NET\Framework Folder Registry Keys Determining the .NET Framework...
  • Wiki Page: Come determinare le versioni di .NET Framework installate (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. Table of Contents Introduzione La cartella Microsoft.NET\Framework...
  • Wiki Page: Loops with Visual Basic.Net

    What the heck is a loop??? A loop is a repetitive procedure that is designed to repeat a given set of instructions. Loops are absolutely essential for getting work done. You know how computer software saves you so much time, by doing the tedious repetition of tasks? Our good hero the loop...
  • 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: 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: 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: Gerando XML na mão de forma completa e dinâmica (pt-br)

    Caro(a) Leitor(a) hoje eu vou falar e mostrar a solução de gerar XML na mão. Existem várias soluções para gerar XML, mas elas não serviam pra mim ou era muito complicado de se fazer. Preciso gerar um XML de forma simples, com dados dinâmicos e criando...
Page 2 of 3 (62 items) 123
Can't find it? Write it!