ASP.NET News from Blogger:
EggHeadCafe.com New Articles
Total News: 563
How to build a new ASP.NET MVC Solution Infrastructure with Templify and S#arp Architecture to speed up development read moreBy Peter Bromberg...
Major features from the Microsoft MVP Summit 2012 in Redmond read moreBy Peter Bromberg...
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 ...
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....
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...
How to enable your SQL Server database for the FILESTREAM type, create databases, tables, and work with stream queries read moreBy Peter Bromberg...
HTML5 localStorage methods and techniques - create a client-side Notes application read moreBy Peter Bromberg...
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...
Hopalong fractals in the browser with HTML5 and the canvas element read moreBy Peter Bromberg...
How to generate QR codes in your ASP.NET Web application and display them on the fly from memory read moreBy Peter Bromberg...
How to analyze text with word frequency lexical analysis: Obama State of the Union Speech read moreBy Peter Bromberg...
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...
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...
Create C# Extension methods to convert List to Datatable or To CSV string read moreBy Peter Bromberg...
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....
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. 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 ...
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...
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...
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...
A Complete implementation of the Google+ API in .NET. Contains all current methods in the API. read moreBy Peter Bromberg...
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...
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 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 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...
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...
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....
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...
Using the Silverlight ScriptObject and ASP.NET ScriptManager control to call PageMethods read moreBy Peter Bromberg...
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 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...
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 ...
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...
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 ...
The new ASP.NET TransferRequest method performs a complete request by using an IIS 7 worker thread. read moreBy Peter Bromberg...
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 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...
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...
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...
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...
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...
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...
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...
Using the Yahoo Term Extraction API to generate useful keywords for web content. read moreBy Peter Bromberg...
How to use jQuery to find the IDs of controls within a DIV element read moreBy TSN ......
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...
Finding the Controls using Jquery in aspx page read moreBy TSN ......
Using the Collections LookUp class - a new approach in Collections read moreBy VH K...
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...
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