(Matthew Ellis) In this tutorial well examine the concept of script controls, how they differ from extender controls and how we can build a base abstract class which implements client state and dynamic loading of embedded CSS files. In my previous article titled ASP.NET 3.5 AJAX Extender Controls we
Tag: Development
Images as a Service with ADO.NET Data Services
(Timothy Khouri) For those of you who have already put your feet into the waters of .NET 3.5 SP1, you have probably seen some amazing things with ADO.NET Data Services coupled to the Entity Framework. But that coupling may lead to blindness. Allow me to explain.
Large Object Heap Uncovered
(Maoni Stephens) The CLR garbage collector (GC) divides objects into small and large categories. When an object is large, some attributes associated with it become more significant than if the object is small. For instance, compacting itcopying the memory elsewhere on the heapis expensive. In this m
Multi-Line commenting
(Neil Knobbe) There are times when I have to wonder if I am the only person who does not know some things.
Using Forms Authentication with Membership Providers in ASP.NET 2.0
(Sudeep G) It has been sometime since I wrote an article. I was away learning more on IIS 7. In the meantime, I was also spending some time writing samples in C# for ASP.NET. I like coding with C#. I think the language has a lot of power and grace. Today, I am going to write about step-by-step proce
Passing and retrieving parameters from windows workflow
(Rambabu S) Basically this article gives an idea about how to pass the parameters and getting output parameters from the workflow.
The Test Harness
(Jim Mischel) For demonstration purposes, were going to build an array of numbers and sort them using this merge sort technique. Well read the array in chunks, sort the individual chunks, and then merge the chunks together after weve exhausted the input array. This will allow us to refine our algori
.NET Role-Based Security in a Production Environment
(Ralph in Boise) This article shows how to make role-based security work for a .NET 2.0 application on a shared hosting server using a remote SQL Server 2005 database.
AJAX RIA TUTORIAL – Accessing the ASP.NET Authentication, Profile and Role Service in Silverlight
(Brad Abrams) In ASP.NET 2.0, we introduced a very powerful set of application services in ASP.NET (Membership, Roles and profile). In 3.5 we created a client library for accessing them from Ajax and .NET Clients and exposed them via WCF web services. For more information on the base level ASP.N
Forcing Server Side Error in VB.Net
(Thomas Birbeck) Its been a long time since Ive updated. Mainly because I havent had anything new come up to post about and Ive been on vacation. So today I have something new!.. for a change lol
