ASP.NET News from Blogger: EggHeadCafe.com New Articles   Get the feed of: EggHeadCafe.com New Articles

Total News: 563

ASP.NET MVC Using S#arp Architecture with Templify to speed up solution development

How to build a new ASP.NET MVC Solution Infrastructure with Templify and S#arp Architecture to speed up development  read moreBy Peter Bromberg...

Synopsis of the Microsoft MVP Summit 2012

Major features from the Microsoft MVP Summit 2012 in Redmond  read moreBy Peter Bromberg...

ASP.NET testing the MicroCache, ASP.NET Cache, and non-cached page delivery for performance

ASP.NET caching can be used for as little as a 1/2 second expiration to achieve siginificant performance increases under load. We test with the ASP.NET Cache, a Micro-Cache, and non cached pages with ...

Integrating BrowserId Authentication with ASP.NET MVC 3.0 and Membership provider

BrowserId is a new distributed authentication system that is much easier to use than OpenId. Here we show how to integrate BrowserId within an ASP.NET MVC 3.0 application, using the Razor View Engine....

Create a custom DomainContext class with Silverlight RIA Services using Dapper-Dot-Net Micro ORM

How to create a custom DomainContext class that works with DomainDataSource, Silverlight RIA Services, and ASP.NET using the Dapper micro-ORM  read moreBy Peter Bromberg...

SQL Server FILESTREAM type - how to enable and use it

How to enable your SQL Server database for the FILESTREAM type, create databases, tables, and work with stream queries  read moreBy Peter Bromberg...

Use HTML5 localStorage to create a simple Notes Application

HTML5 localStorage methods and techniques - create a client-side Notes application  read moreBy Peter Bromberg...

How to run eloqueraDb in Desktop Mode in an ASP.NET Application with a Gridview

EloqueraDb is a very fast object database that lets you work with POCO .NET objects directly. We show how to run the database in Desktop Mode in an ASP.NET Web Application  read moreBy Peter Bromberg...

Drawing on the HTML5 canvas element - how to plot colored points and animated fractals

Hopalong fractals in the browser with HTML5 and the canvas element  read moreBy Peter Bromberg...

Create an ASP.NET Image Control to display auto-generated QR Code images in memory

How to generate QR codes in your ASP.NET Web application and display them on the fly from memory  read moreBy Peter Bromberg...

Example Lexical Analysis of Obama's State of the Union Speech using LINQ

How to analyze text with word frequency lexical analysis: Obama State of the Union Speech  read moreBy Peter Bromberg...

ASP.NET - how to use YQL (Yahoo! Query Language) to select keywords from a block of text or a URL

Yahoo! Query Language (YQL) provides developers with a unified way to query a broad range of sources with a single API endpoint using an easy-to-learn SQL like query language  read moreBy Peter Bromb...

SQL Server Database Tuning Advisor enables developers to create custom statistics, partitions, indexes and indexed views

Most .NET developers do not have the expertise to create the best possible indexes and statistics for a database. The SQL Server Database Tuning Advisor wizard is easy to learn to use and will enhance...

Several useful C# List<T> extension methods - ToDatatable, ToCsv

Create C# Extension methods to convert List to Datatable or To CSV string  read moreBy Peter Bromberg...

Use HtmlAgilityPack to collect Google Realtime Search Results and display in ASP.NET Page

Google has some search operators than many people are not aware of. If you suffix a google search url with one of these, you can restrict results to those that got indexed as little as one minute ago....

How to use optional parameters to keep method signatures backward compatible

From C# 4.0, methods, constructors, and indexers can declare optional parameters. A parameter is optional if it specifies a default value. Here we show how to preserve backward compatibilty.  read mor...

Win a free Subscription to New Relic -- a real-time performance dashboard that you install on your web server machine. The engine captures a large amount of information in real time - information that

Win a Free Subscription to New Relic. It allows you to tune page performance based on proven metric, tune and improve database transactions, and improve the availability and user-satisfaction of your ...

ASP.NET Eight ways to transfer data between pages

This article is really quite the "back to basics" ASP.NET tutorial. But you would be surprised how many ASP.NET developers aren't aware of all the different ways that data can be transferred from on...

Test Results using v2 of the SilverlightSerializer

SilverlightSerializer is a fast binary serializer that works in both .NET and Silverlight, allowing you to move your objects between the two instances or store and retrieve them locally in either. It...

A Helper class for Dapper-Dot-Net, the micro ORM

Dapper is the micro-ORM developed by Sam Saffron and Marc Gravell. I use it in production code wherever possible, mostly because of its raw speed, and secondly because of it's ease of use. I understan...

Complete Google+ .NET Client Library

A Complete implementation of the Google+ API in .NET. Contains all current methods in the API.  read moreBy Peter Bromberg...

LINQ: We test performance over large collections and find performance bottlenecks

LINQ is "very cool" and brings much-needed elegance and utility to querying collections and other objects. However, there are some real bottlenecks that developers should be aware of when using LINQ...

How to apply IFrame content server-side and adjust the element's height to fit the content

ASP.NET - How to adjust an iframe elements height to fit its content and populate content server-side. Some handy tips on how to use IFRAME element, adjust it's height, and get non-same-domain content...

Net Framework 4.0 Concurrent Collections and how they can improve performance

Net Framework 4.0 Concurent Collections implement the producer-consumer paradigm with the exception of the ConcurrentDictionary class. With producer-consumer, usually one thread adds elements, and a d...

ASP.NET Unique Tips and Tricks That you may not have known about.

ASP.NET has evolved continuously since it's introduction at the PDC Orlando Conference in 2000. Here are some unique tips and tricks that aren't widely known.  read moreBy Peter Bromberg...

A review and sample of the Eloquera Object NoSQL Database

Eloquera Database is a Client - Server (runs as service) NoSQL Object Database that is easy to use and scales well. Commercial use is free.  read moreBy Peter Bromberg...

Cross-browser, cross-device ASP.NET Geolocation with server-side fallback method

A solution that will get you a geolocation for mapping purposes regardless of the browser or device. The DOM Geolocation API is implemented by most modern browsers in the navigator.geolocation object....

An ASP.NET Custom Control for NOAA Weather Service complete with embedded database

NOAA (the "National Weather Service", among other neat things it does) publishes a WebService that allows anybody to get weather forecasts if they care to parse the WSDL and include a WebReference i...

ASP.NET - Silverlight How to Call PageMethods

Using the Silverlight ScriptObject and ASP.NET ScriptManager control to call PageMethods  read moreBy Peter Bromberg...

Setup a new module using DotNetNuke 5.6.3 framework in Micro

A guide to setup a new module using DotNetNuke 5.6.3 framework in Microsoft Visual Studio 2010. Included are screenshots and brief descriptions of each step.  read moreBy Ben Budnevich...

Enhancements and Useful Features in the C# programming language

Enhancements to the C# language have come from the addition of features such as generic types, nullable value types, lambda expressions, iterator methods, partial classes and a long list of other usef...

How to perform multithreaded ASP.NET WebClient Requests in a WCF Service in Parallel

A demo that has two separate services - one that does parallel requests via the Threadpool (the "old" way) using a ManualResetEvent to block until completion, and the second, using the TaskFactory ...

An ASP.NET MVC Blog Tutorial Application using the BPlusTree NOSQL key-value disk-based store

The CSharpTest.Net.BPlusTree NoSQL Key-Value store is adaptible to many types of applications. In this article we use it as a database replacement for MongoDb, creating an ASP.NET MVC Blog Tutorial Ap...

ASP.NET - how to process images asynchronously

Asynchronous programming is an excellent way to build more scalable applications by using the ASP.NET thread pool efficiently. Here we employ an Asynchronous ASHX Webhandler to scalably deliver image ...

ASP.NET Server.TransferRequest performs a full IIS child request under the covers, which allows it to re-run the entire request pipeline for the new request as if it was a separate request, getting th

The new ASP.NET TransferRequest method performs a complete request by using an IIS 7 worker thread.  read moreBy Peter Bromberg...

FREE DotnetVideos.Net subscriptions and review

Do you know a .NET developer who is out of work and needs some help improving their skills? EggHeadCafe has partnered with DotNetVideos.net to give away 30 free 3 month subscriptions to their broad r...

A SQL Server Bulk Insert CSV Reader for custom parsing of CSV files

A Windows Forms Utility allows you to select multiple CSV files in one go. It iterates over the files list, loading and parsing one file at a time. Every 5000 rows, it performs a SqlBulkCopy insert i...

How to use The JQuery UI Autocomplete widget which enables users to quickly find and select from a pre-populated list of values as they type, leveraging searching and filtering.

By giving an Autocomplete field focus or entering something into it, the plugin starts searching for entries that match and displays a list of values to choose from. By entering more characters, the u...

Using a .NET BPlus Tree as a NoSQL Key-Value store

A B+ tree or B plus tree is a type of tree which represents sorted data in a way that allows for efficient insertion, retrieval and removal of records, each of which is identified by a key. It is a dy...

Use the Google Books API With Excel

This article shows you how to pick up Book information from a table of ISBN numbers and generally how to use Google APIS from Excel.  read moreBy bruce mcpherson...

Integrating BrowserID Authentication with ASP.NET Membership, Role, and Profile plus Forms Authentication

How to Integrate BrowserID Authentication with ASP.NET Membership, Role, and Profile plus Forms Authentication. Includes complete working ASP.NET solution.  read moreBy Peter Bromberg...

Using the AJAX Rating control in ASP.NET

The ASP.NET AJAX Rating control provides an intuitive rating experience that allows users to select the number of stars that represents their rating.  read moreBy Vhk@hyd Essenceofdotnet...

Usage of AJAX RATING Control in ASP.NET

Rating is common for every thing to know the view of the Visitor.Normally we use to see this rating in the articles,shopping cart(Beside products) e.t.c.So I have thought to provide some information o...

How to generate useful keywords that search engines will index on. This can be done directly from the content itself using the Yahoo Term Extraction API.

Using the Yahoo Term Extraction API to generate useful keywords for web content.  read moreBy Peter Bromberg...

Finding controls on an ASPX page using jQuery

How to use jQuery to find the IDs of controls within a DIV element  read moreBy TSN ......

Visual Studio 11 and .NET Framework 4.5: New Features and enhancements

Visual Studio 11 Developer Preview is out, and it includes SQL Server Denali EXPRESSS, the .NET Framework 4.5, and many new features. This will install on Windows 7, but you'll need to use Windows 8 f...

Find the controls in a webform page Using JQuery........

Finding the Controls using Jquery in aspx page  read moreBy TSN ......

.NET Lookup Collection Class

Using the Collections LookUp class - a new approach in Collections  read moreBy VH K...

ASP.NET - Logging Search engine keywords in real time with an HttpModule

A very simple search engine keyword logging facility built into a .NET HttpModule. This hooks the PreRequestHandlerExecute event, which occurs just before ASP.NET starts executing an event handler (fo...

SQL Server Stored Procedure POCO Class Generator for micro-ORMs

A C# Windows Form utility that will generate classes from a stored procedure. With Dapper, you have the MultiMapper query that can process SQL statements which return multiple resultsets, and usually ...

View Other bloggers