Tagged Content List
  • Wiki Page: Finding Full Qualified Path for ASP.NET App_Data Folder

    Recently I had a requirement to add and use some xml files in my application and i pleased these xml files in ASP.NET special folder App_Data. As we know the benefits of adding this folder in our application or for shortly I described in below couple of points. App_Data is essentially a storage...
  • Wiki Page: Sending SMS using C#

    Step 1: Create a new project in Microsoft Visual Studio 2008 (File -> New -> Project -> Visual C# -> Console Application). Give SMS_Sender name and also specify the location where to store the project. Step 2: Now add a new item to the project we just created (Project -> Add...
  • Wiki Page: How to Create a Localized Control in C#

    Table of Contents Introduction The Basics Resources Sample Code Introduction Increasingly more and more applications require localization and globalization. In order to accommodate these requirements a programmer will often have to customize a control in order to meet those requirements. The...
  • Wiki Page: Connecting to SSAS Cube using Silverlight

    Some time back when I was watching a presentation of a third party reporting product, I saw some nice animated charts. I wanted to create something similar to those charts and when I checked on SSRS, unfortunately what I wanted isn't possible with SSRS. So I moved into Silverlight Charts and I...
  • Wiki Page: How to export file by jQuery in ASP.NET Web Forms and ASP.NET MVC

    Table of Contents How To Requirements Specification Export Excel using jQuery in ASP.NET Web Forms Export Excel using jQuery in ASP.NET MVC References Conclusion How To In this article, I will explain how to export file by jQuery in both ASP.NET Web Forms and ASP.NET MVC. As you know, jQuery is...
  • Wiki Page: Desenvolvimento

    Dica : Assine o RSS feed ou e-mail para esta página Wiki para obter notificação automática quando ela for atualizada! A plataforma .NET de desenvolvimento oferece diversos recursos. Com ela é possível desenvolver aplicações para os mais diversos segmentos: aplicações web, dispositivos móveis, desktops...
  • Wiki Page: [Dev Tutorial] WebBrowser - Web Scraping

    Have you ever wanted to make the application which will scrape some data from the web site? If so, this article is just perfect for you. Table of Contents WebBrowser class Methods in WebBrowser class Properties in WebBrowser class Web scraping .NET Framework is a very large and powerful...
  • Wiki Page: C#: Nullable Types and ?? Operator

    Table of Contents Nullable types vs Non-nullable types What about Setting a Default Value when a certain variable is null? Nullable types vs Nullable fields Nullable types vs Non-nullable types While developing C# projects it is common to perform null comparison operation in order to avoid...
  • Wiki Page: Difference between Array and Array List

    The basic difference between an Array and ArrayList are : Arrays are of fixed size, where as ArrayList can grow dynamically in size. Array occupies memory in Stack where as ArrayList occupies Heap. Also, ArrayList are not type-safe, single arraylist can contain different datatypes. Let us go...
  • Wiki Page: Guia de sobrevivência C#

    Este"Guia de Sobrevivência tem como objetivo reunir todos os materiais relacionados a C#. Sinta-se a vontade para adicionar conteúdo, links e informações relevantes ao assunto. Introdução C# é uma linguagem que integra o .Net Framework, não sendo a única mas a mais importante, que segue o paradigma...
  • Wiki Page: Create an Analog Clock in a Windows Store Application

    This sample uses xaml and C# to create an analog clock in a windows store application. Xaml allows you to vary the angle of lines when drawn on the screen. I used an ellipse as the background of the clock. We will draw 3 lines for the hour, seconds, and minute hand on an analog clock. A rotate transform...
  • Wiki Page: Een analoge klok maken in een Windows Store Applicatie (nl-NL)

    Dit voorbeeld gebruikt xaml en C# om een analoge klok te maken in een windows store applicatie. Xaml laat u toe de hoek van lijnen weergeven op een scherm te laten variëren. Ik heb een ellips gebruikt als achtergrond van de klok. We zullen drie lijnen tekenen voor de uur, seconden en minuut wijzer...
  • Wiki Page: Bing Maps for Silverlight - Customized Tooltip for Pushpins

    I recently had a requirement where I want to show a tooltip for pushpin and this is with Bing Maps for Silverlight. I have worked with Bing Map AJAX control, and it has this thing called Infobox which is found on Microsoft.Maps.Infobox namespace. But unfortunately in Bing Maps Silverlight control,...
Page 3 of 14 (350 items) 12345»