ASP.NET Weblogs

Posted to:
Joseph Guadagno
by: jguadagno
3 hours, 21 minutes ago

Big Day Today: Object Relational Mappers (ORM) Comparison Day 1

Well the time is here for the Southeast East Valley .NET User Group to hold it first of two meetings to compare different Object Relational Mapper technologies.  Some of the representative technologies will be LINQ, nHibernate, LLBGen Pro, and more...
Posted to:
Joseph Guadagno
by: jguadagno
3 hours, 45 minutes ago

Book Review: Programming Windows Workflow

Amazon.com: Programming Windows Workflow Foundation: Practical WF Techniques and Examples using XAML and C#: K, Scott Allen: Books ISBN : 1904811213 ISBN-13 : 9781904811213 Well as you can see the title is quite but extremely accurate.  The book...
Posted to:
Paulo Morgado
by: Paulo Morgado
a few seconds ago

Making PathInfo And ASP.NET Themes Work Together

On my last post I wrote about the problem that arises when we try the use path infos and ASP.NET Themes and Skins together. But most of the times you don’t care about the why you can’t . You just want to know how you can . The way I see it, the right...
Filed under: , , , , ,
Posted to:
gOODiDEA.NET
by: gOODiDEA
4 hours, 1 minutes ago

Interesting Finds: 2008.07.24

Debug Managed ThreadPool vs Win32 ThreadPool (pre-Vista) Web DOM DocumentFragments - document.createDocumentFragment() Internet Explorer 8 and Maximum Concurrent Connections Distributed Caching - Strategies and Tips Three Best Ways To Obfuscate Email...
Posted to:
Paulo Morgado
by: Paulo Morgado
17 minutes ago

PathInfo And ASP.NET Themes: Why Can’t They Work Together?

If you ever worked with ASP.NET Themes and Skins , you know that stylesheet links are added to the head section of the HTML document. The rendered URL to these stylesheets is always relative to location of the page being requested. So, for a request to...
Filed under: , , , , ,
Posted to:
The Dotnet Ninja
by: mcp111
5 hours, 51 minutes ago

Great series of articles on ASP.Net Membership

Check out this great series of articles on the details of ASP.Net membership, roles and profiles http://aspnet.4guysfromrolla.com/articles/072308-1.aspx
Filed under: ,
Posted to:
Guy Barrette
by: guybarrette
7 hours, 51 minutes ago

LINQ to SQL Dynamic Mapping

The problem You have SQL Servers for each of your environments (development, test, pre-prod, production) and in each one, the table names are different. In fact, it’s not the table names that are different but the schema names but since the schema name...
Filed under:
Posted to:
Tales from the Evil Empire
by: Bertrand Le Roy
12 hours, 29 minutes ago

Alternating styles in ListView without AlternatingItemTemplate

ListView (the server-side control), like all repeating data controls in ASP.NET, has an AlternatingItemTemplate , but it would be a shame to have to copy all the markup in the ItemTemplate into AlternatingItemTemplate , just to alternate styles on the...
Filed under:
Posted to:
Stephen Walther on ASP.NET MVC
by: swalther
13 hours, 34 minutes ago

ASP.NET MVC Tip #24 – Retrieve Views from Different Folders

In this tip, I demonstrate how you can retrieve a view from any folder in an ASP.NET MVC application. I show you how to use both specific paths and relative paths. Until today, I thought that a controller action could return a view from only one of two...
Filed under: , ,
Posted to:
Gunnar Peipman's ASP.NET blog
by: DigiMortal
4 hours, 12 minutes ago

Some points about services layer

Some time ago I introduced here book titled as " Domain Driven Design ". One concept this book described was Services Layer. Okay, there were some other layers too but I want to stop at services layer this time :) In one of our projects we created...

1 2 3 4 5 Next > ... Last »