.NET news » Search results

Search results for query "net" (410):

NET Debugging: Dump All Strings from a Managed Code Process Running

Advanced Debugging Processes
2011-11-03 09:04:00   Source: NET Debugging: Dump All Strings from...   Tags: Debug

Client-side Zoom Window for Textbox in ASP.NET

Client-side Zoom Window using JavaScript for Textbox in ASP.NET

Advanced .NET Debugging Extracting Information from Memory

Advanced .NET Debugging Extracting Information from Memory
2011-11-02 09:09:00   Source: Advanced .NET Debugging Extracting...   Tags: Debug

NoSQL Document Database: Embedding RavenDB into an ASP.NET MVC 3 Application

Nevermore shall we hear the cries of a lack of nonrelational love for the Microsoft stack, says Justin Schwartzenberger. He demonstrates how exploring the NoSQL world is easy with RavenDB, a .NET/Windows-centric document data store solution that can run in an embedded mode within an ASP.NET MVC application.

Build an HTML5 Offline Application with Application Cache, Web Storage and ASP.NET MVC

The modern web ecosystem is made up of many different types of scenarios of how users interact with online content. With the increasing popularity of mobile devices along with countless hours at Starbucks and on airplanes, users may often find themselves in a position of wanting to use web content while not being able to enjoy reliable and continual access to the Internet.

2011-10-20 19:00:00   Source: Build an HTML5 Offline Application with Application...   Tags: Build

ASP.NET MVC3 JQuery inline editor

In this article will be described how you can implement inline editing in the ASP.NET MVC applications using the JQuery JEditable plugin
2011-10-17 17:30:00   Source: ASP.NET MVC3 JQuery inline editor   Tags: ASP.NET

Playing Card Recognition Using AForge.Net Framework

This article describes how to recognize playing cards from still images or from real-time webcam feeds ,using the AForge.NET framework(C#).

Export .net MSChart to Excel/PDF Using Report Viewer 2010

This article will demonstrate the approach to use the report viewer control to act as a medium to export image,web form in PDF/Excel .This will help us to do away with third party control to achieve our end objectives.
2011-10-03 04:27:00   Source: Export .net MSChart to Excel/PDF...   Tags: Office

My first .NET Component, a DateTimePicker that accepts no date

I needed a datetimepicker that allowed users to easily empty it and edit it like a maskedtextbox, so I made one from the actual DateTimePicker class...
2011-09-30 10:31:00   Source: My first .NET Component, a...   Tags: Components

Extension Methods in .NET

Introduction to extension methods in .NET with examples
2011-09-29 06:05:00   Source: Extension Methods in .NET   Tags: Examples