|
|
bentracy
Stories kicked by friends of bentracy
|
|
published 1 day, 3 hours ago, submitted by
jpobst
1 day, 8 hours ago
mono-project.com — The Mono Project has released version 2.0 of Mono, enabling developers to run their .Net 2.0 applications on Linux and OSX. read more...
4 comments
|
category: Mono | Views: 243
|
|
tags:
Mono | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 day, 1 hour ago, submitted by
oazabir
1 day, 10 hours ago
msmvps.com — You can setup continuous integration and automated deployment for your web application using CruiseControl.NET, Subversion, MSBuild and Robocopy. I will show you how you can automatically build the entire solution, email build report to developers and QA, deploy latest code in IIS all using CruiseControl.NET every N minutes. read more...
4 comments
|
category: Tips & Tricks | Views: 225
|
|
tags:
Tips | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
faisal
5 days, 1 hour ago
windowsclient.net — Nate Kotahri and James Alveri has launched a new open source hosting service for .NET. it’s currently hosting only two projects, Subtext a famous open source blogging engine and NInject, a dependency injection framework. read more...
add a comment
|
category: Open Source | Views: 9
|
|
tags:
OpenSource | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 4 days, 16 hours ago, submitted by
ramiljoaquin
5 days, 12 hours ago
weblogs.asp.net — Here is the latest in my link-listing series. Also check out my ASP.NET Tips, Tricks and Tutorials page and Silverlight Tutorials page for links to popular articles I've done myself in the past. read more...
1 comment
|
category: ASP.NET | Views: 194
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 6 days, 3 hours ago, submitted by
tiernano
6 days, 10 hours ago
aws.typepad.com — This is big news! Amazon are to enable Windows Support on EC2. this will allow users to kick of Windows images for running SQL Servers, IIS instances and anything else (even HPC stuff) in the cloud! SWEET! read more...
2 comments
|
category: Web Services | Views: 320
|
|
tags:
WebServices | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 7 days, 2 hours ago, submitted by
justin_etheredge
7 days, 7 hours ago
codethinked.com — Right now is honestly the most excited that I have ever been about the .net platform. With IronRuby and ASP.NET MVC on the horizon and jQuery being integrated as part of the official Microsoft development platform, I think that Microsoft is finally "getting" web development. read more...
add a comment
|
category: ASP.NET | Views: 290
|
|
tags:
CodeThinked, jQuery, ASP.NET, ASPNETMVC | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 days ago, submitted by
johnsheehan
7 days, 19 hours ago
john-sheehan.com — My quest for a better way to select ASP.NET auto-generated IDs with jQuery. read more...
1 comment
|
category: ASP.NET | Views: 386
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 7 days, 20 hours ago, submitted by
justin_etheredge
8 days, 4 hours ago
codethinked.com — I looked all over the net for a good diagram that outlined the major classes involved an ASP.NET MVC request. I couldn't find one, and so I created this one. If you want to get a very high level overview, then check it out. read more...
1 comment
|
category: ASP.NET | Views: 327
|
|
tags:
CodeThinked, ASPNETMVC, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 7 days, 10 hours ago, submitted by
moserware
8 days, 10 hours ago
moserware.com — A detailed explanation of how a locks like ReaderWriterLockSlim really work. read more...
1 comment
|
category: CLR | Views: 303
|
|
tags:
Pick, CLR | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 9 days, 3 hours ago, submitted by
mosessaur
9 days, 4 hours ago
weblogs.asp.net — ScottGu announce that Microsoft will be shipping jQuery with Visual Studio going forward. We will distribute the jQuery JavaScript library as-is, and will not be forking or changing the source from the main jQuery branch. The files will continue to use and ship under the existing jQuery MIT license. read more...
1 comment
|
category: ASP.NET | Views: 287
|
|
tags:
Microsoft, news, ASP.NET, jQuery | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 9 days, 3 hours ago, submitted by
mosessaur
9 days, 4 hours ago
jquery.com — news today: Both Microsoft and Nokia are taking the major step of adopting jQuery as part of their official application development platform. Not only will they be using it for their corporate development but they will be providing it as a core piece of their platform for developers to build with. read more...
3 comments
|
category: Other | Views: 175
|
|
tags:
Microsoft, ASP.NET, jQuery, news | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 5 days, 5 hours ago, submitted by
Lein
12 days, 3 hours ago
codebetter.com — A case study of cleaning up entangled code by reducing dependencies.
Tips of how to avoid more entangled code to be added.
Plugs NCover. read more...
1 comment
|
category: Architecture | Views: 444
|
|
tags:
Architecture | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 6 days, 11 hours ago, submitted by
jamesewelch
12 days, 21 hours ago
jamesewelch.wordpress.com — SubSonic uses a few audit fields by default - you don’t need to write any code. However, the field names that are used are coded into the source code. You can modify the source code and generate a new assembly, but if you’re like me and would rather not edit the source code (so you don’t need to update the code at every release), then you’ll be looking for an alternative approach.
Three options are discussed: 1) Modify SubSonic source code, 2) Use partial classes for each table, 3) Create a custom template and base class
read more...
2 comments
|
category: Database | Views: 136
|
|
tags:
C#, OpenSource, DAL, Database, SubSonic | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
RickyAH
14 days, 12 hours ago
codeproject.com — A helper library for making Late Binding calls with C# in an easy way. read more...
add a comment
|
category: C# | Views: 13
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|