|
|
ccook
ccook
 |
|
Stories kicked by ccook
|
|
submitted by
ccook
5 days, 11 hours ago
blog.codeville.net — Unfortunately, as of Preview 4, routing has a missing feature (oh noes!): it’s got no support for absolute URLs. Everything it does works in terms of application-relative “virtual paths“, so you simply can’t generate links to other subdomains, port numbers, or even switch from HTTP to HTTPS (or vice-versa). As they say, the design is never perfect first time. read more...
add a comment
|
category: ASP.NET | Views: 7
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
ccook
12 days, 19 hours ago
wynia.org — I've been working on quite a few projects where I'm either already directly developing within the ASP.NET MVC Framework or where the framework is prominently featured in my design/architecture documents.
Because the framework is so new, there are still a few kinks and the patterns for how to do some common things haven't yet sorted themselves out. One of those areas is how to handle content in web applications. read more...
add a comment
|
category: ASP.NET | Views: 11
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 13 days, 12 hours ago, submitted by
justinbezanson
13 days, 17 hours ago
geekdaily.net — There are lots of articles about improving your skills as a developer. Everyone likes to talk about how to strengthen their skills and produce really good software. But, what if you want to be the worst developer ever? Nobody seems to want to share those secrets. read more...
3 comments
|
category: Tips & Tricks | Views: 1151
|
|
tags:
Tips | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 14 days, 17 hours ago, submitted by
daveschinkel
14 days, 20 hours ago
devlicio.us — Well, it is about time we (Tim, Chris and myself) actually made this announcement. We will be doing a MVC book with O'Reilly titled 'Programming MVC'. We are super excited and super pumped to get this out the door. All three of us are huge fans of the MVC framework and know that this is framework going to be smashing success. read more...
add a comment
|
category: ASP.NET | Views: 268
|
|
tags:
OReilly, MVC, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 14 days ago, submitted by
chemodax
14 days, 21 hours ago
visualsvn.com — VisualSVN team released the new and improved version of the professional Subversion integration for Microsoft Visual Studio - VisualSVN 1.6. This release brings significant usability improvements such as Quick Revert, editor-aware status and Hot Switch features. read more...
add a comment
|
category: Products | Views: 468
|
|
tags:
SVN, VisualSvn, VisualStudio, Subversion | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 16 days, 8 hours ago, submitted by
spoiledtechie
17 days, 6 hours ago
spoiledtechie.com — In a world of Microsoft and third party applications, out comes t4. t4 is a code generation tool that can compete with CodeSmith, but its FREE and built right into Visual Studio. It has been years since the first edition with very little publication of the actual application. t4 is a free code generation engine from Microsoft that underpins the Domain Specific Languages and Software Factory toolkits. read more...
add a comment
|
category: Visual Studio | Views: 1033
|
|
tags:
spoiledtechie, VisualStudio | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 17 days ago, submitted by
galiyr
1 month, 18 days ago
dev102.com — Are you familiar with the following C# compilation error: “CS0104: ClassA is an ambiguous reference between Namespace1.ClassA and Namespace2.ClassA“? Most software developer would solve that error by... read more...
add a comment
|
category: C# | Views: 364
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
ccook
1 month, 27 days ago
msdn.microsoft.com — Visual Studio 2010 and the .NET Framework 4.0 mark the next generation of developer tools from Microsoft. Designed to address the latest needs of developers, Visual Studio and the .NET Framework deliver key innovations in the following pillars: read more...
|
|
tags:
VisualStudio | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
ccook
2 months ago
anastasiosyal.com — In this post I'll show just how easy it is to make your SQL Server 2005 database support Regular Expressions through what is known as SQL CLR read more...
add a comment
|
category: Database | Views: 12
|
|
tags:
Database | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
ccook
2 months, 8 days ago
blogs.msdn.com — In this article, I'll show you how to create a reusable service host that can be run from either from the console (self-hosted) or installed as a Windows service. I'll also demonstrate how to use a configuration file instead of code to control which WCF services the host starts. Finally, I'll show how you can make the Windows service installer flexible to allow you to run multiple versions of the service on the same machine. Before getting into implementation details, I'd like to share my motivations behind this solution. read more...
|
|
tags:
WPF | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
ccook
4 months, 8 days ago
msdn.microsoft.com — An End-to-End Sample Application Illustrating Windows Communication Foundation and .NET Enterprise Technologies
This application is an end-to-end sample application for .NET Enterprise Application Server technologies. It is a service-oriented application based on Windows Communication Foundation (.NET 3.0) and ASP.NET, and illustrates many of the .NET enterprise development technologies for building highly scalable, rich "enterprise-connected" applications. It is designed as a benchmark kit to illustrate alternative technologies within .NET and their relative performance.
read more...
add a comment
|
category: ASP.NET | Views: 15
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 4 months, 10 days ago, submitted by
ccook
4 months, 10 days ago
connectionstrings.com — Provides connection strings to many databases by many methods. An essential reference. read more...
9 comments
|
category: Database | Views: 308
|
|
tags:
Database | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
ccook
4 months, 11 days ago
charlesrcook.com — Over the years, all the way back to the ASP 2.0 days, elegantly handling the Query String parameters between gets has been a challenge. With Web Forms for ASP.NET View State put this issue on the backburner, but with MVC on the rise and restful applications becoming hot[...] read more...
add a comment
|
category: ASP.NET | Views: 30
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|

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