Posted to:
Joseph Guadagno
by: jguadagno
3 hours, 21 minutes ago |
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 |
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 |
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...
|
Posted to:
gOODiDEA.NET
by: gOODiDEA
4 hours, 1 minutes ago |
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 |
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...
|
Posted to:
The Dotnet Ninja
by: mcp111
5 hours, 51 minutes ago |
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
|
Posted to:
Guy Barrette
by: guybarrette
7 hours, 51 minutes ago |
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...
|
Posted to:
Tales from the Evil Empire
by: Bertrand Le Roy
12 hours, 29 minutes ago |
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...
|
Posted to:
Stephen Walther on ASP.NET MVC
by: swalther
13 hours, 34 minutes ago |
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...
|
Posted to:
Gunnar Peipman's ASP.NET blog
by: DigiMortal
4 hours, 12 minutes ago |
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...
|