trenton

Stories kicked by trenton

Using the connection strings in your web.config for LINQ(arkesystems.com)

submitted by trentontrenton(60) 3 years, 11 months ago

I ended up writing a partial class that allowed me to keep the nice default constructor with LINQ DataContexts, and also use a simple connection string in the web.config file. read more...

add a comment |category: |Views: 33

tags: another

Hyper-V Miscellaneous(arkesystems.com)

submitted by trentontrenton(60) 4 years, 1 month ago

Goes over solving to issues in Hyper-V related to Windows Server 2003 installs and Debian installs read more...

add a comment |category: |Views: 3

tags: another

SQL Server 2005 Reporting Services on Vista x64(arkesystems.com)

submitted by trentontrenton(60) 4 years, 3 months ago

Issues with SQL Server 2005 Reporting Services on a Vista x64 with Visual Studio 2008. read more...

add a comment |category: |Views: 6

tags: another

Web Application Foundation - Part 1 - Preparing a Continuous Integrati(arkesystems.com)

submitted by trentontrenton(60) 4 years, 4 months ago

First article in a series for setting up a web application in a continuous integration environment. read more...

add a comment |category: |Views: 1

tags: another

DNN Performance Troubleshooting(arkesystems.com)

submitted by ericsstollericsstoll(225) 4 years, 4 months ago

Troubleshooting a performance problem on DNN turned out to be a simple fix. read more...

add a comment |category: |Views: 6

tags: another

Serving PDF Reports from ASP.NET using SQL Reporting Services(arkesystems.com)

submitted by ericsstollericsstoll(225) 4 years, 4 months ago

How to create and deliver a PDF using ASP.NET and SQL Server Reporting Services. read more...

add a comment |category: |Views: 58

tags: another

Extending LINQ to SQL(arkesystems.com)

submitted by ericsstollericsstoll(225) 4 years, 4 months ago

Creating a partial class to extend LINQ to SQL capabilities. read more...

add a comment |category: |Views: 22

tags: another

Unifying Web "Sites" and Web Services with the ASP.NET MVC(weblogs.asp.net)

submitted by superghostsuperghost(2260) 4 years, 4 months ago

Why do we have to build web "sites" for humans and different web services for machines? I can create an ASP.NET site, a SOAP-based ASMX web service, or a SOAP or REST (with .NET 3.5) WCF service and while they can share business logic, there's still a lot of "endpoint code" (for lack of a better term) that has to be implemented, and if I want a human friendly front end + a web API, I have to build a site that essentially wraps another service, since the site itself really is a service. read more...

3 comments |category: |Views: 4

tags: another

Slow Visual Studio 2005 Web Site Build Performance(weblogs.asp.net)

submitted by johndvernonjohndvernon(20) 4 years, 7 months ago

Slow Visual Studio 2005 Web Site Build Performance Because of Dueling Assembly References. read more...

add a comment |category: |Views: 35

tags: another