Click here to Skip to main content
15,909,896 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: The things you learn writing your own web server Pin
BillWoodruff21-Dec-14 4:56
professionalBillWoodruff21-Dec-14 4:56 
GeneralRe: The things you learn writing your own web server Pin
David Lormor22-Dec-14 3:40
David Lormor22-Dec-14 3:40 
GeneralRe: The things you learn writing your own web server Pin
bantling22-Dec-14 5:35
bantling22-Dec-14 5:35 
GeneralRe: The things you learn writing your own web server Pin
bantling22-Dec-14 5:42
bantling22-Dec-14 5:42 
GeneralRe: The things you learn writing your own web server Pin
Mustafa Ismail Mustafa22-Dec-14 6:08
Mustafa Ismail Mustafa22-Dec-14 6:08 
GeneralRe: The things you learn writing your own web server Pin
crazedDotNetDev22-Dec-14 9:10
crazedDotNetDev22-Dec-14 9:10 
GeneralRe: The things you learn writing your own web server Pin
Peter Shaw22-Dec-14 13:53
professionalPeter Shaw22-Dec-14 13:53 
GeneralRe: The things you learn writing your own web server Pin
Marc Clifton22-Dec-14 15:21
mvaMarc Clifton22-Dec-14 15:21 
Peter Shaw wrote:
Marc: would this be the same server you've been on about over at Lidnug?


No, that's a product called Interacx which I never went public with but have used for a client that was migrating from Clarion to .NET.

Long-winded story --
In this particular case, there was some synchronicity in the universe. My experiences with Ruby on Rails and Razor/MVC have left me very dissatisfied with writing web apps, especially with Razor/MVC performance (RoR can run circles around Razor). I also wanted to see what would be involved in writing a web server receptor and other pieces as a plug-in in the HOPE framework. Anyways, my client needed a simple and lightweight intranet server so I figured I could kill two birds (or more) with one piece of code. Sure, I could have gone the PHP route, or Nancy, or even RoR, but I wanted something ridiculously simple to configure and get running. So I've been learning a lot of cool stuff in the process that is really deepening my understanding, and I've got a decent web server with routing, session management and authentication working in about 500 lines of code -- no IIS, no bloat, no heavyweight EF or Rails or whatever ORM -- it's really nice to decouple all that from the job of serving html, css, js, and images.

Peter Shaw wrote:
I'll be starting to write CSS3 Succinctly this week, which should be out Q1 in the new year and I intend to try and make it fun even if it can be a painful subject.


Awesome - I have O'Reilly's "CSS3 - the missing manual" but haven't cracked it open yet. I'll be looking forward to your book!

Peter Shaw wrote:
for those of you who really want to get stuck in and learn the in's and out's of the various web server protocols, then may I suggest you spend a delightful evening reading the RFC's at


Well, HttpListener isolates me from some of the low level details. Smile | :)

Marc

GeneralRe: The things you learn writing your own web server Pin
Peter Shaw22-Dec-14 23:27
professionalPeter Shaw22-Dec-14 23:27 
GeneralRe: The things you learn writing your own web server Pin
Marc Clifton23-Dec-14 2:48
mvaMarc Clifton23-Dec-14 2:48 
GeneralRe: The things you learn writing your own web server Pin
AspDotNetDev22-Dec-14 19:18
protectorAspDotNetDev22-Dec-14 19:18 
NewsWork in progress on my MenuRibbon.WPF Pin
Super Lloyd21-Dec-14 3:17
Super Lloyd21-Dec-14 3:17 
GeneralRe: Work in progress on my MenuRibbon.WPF Pin
Afzaal Ahmad Zeeshan21-Dec-14 3:48
professionalAfzaal Ahmad Zeeshan21-Dec-14 3:48 
GeneralRe: Work in progress on my MenuRibbon.WPF Pin
Super Lloyd21-Dec-14 3:54
Super Lloyd21-Dec-14 3:54 
GeneralRe: Work in progress on my MenuRibbon.WPF Pin
Afzaal Ahmad Zeeshan21-Dec-14 4:09
professionalAfzaal Ahmad Zeeshan21-Dec-14 4:09 
GeneralRe: Work in progress on my MenuRibbon.WPF Pin
Super Lloyd21-Dec-14 4:32
Super Lloyd21-Dec-14 4:32 
GeneralRe: Work in progress on my MenuRibbon.WPF Pin
Afzaal Ahmad Zeeshan21-Dec-14 4:35
professionalAfzaal Ahmad Zeeshan21-Dec-14 4:35 
GeneralRe: Work in progress on my MenuRibbon.WPF Pin
Super Lloyd21-Dec-14 19:47
Super Lloyd21-Dec-14 19:47 
GeneralRe: Work in progress on my MenuRibbon.WPF Pin
Kornfeld Eliyahu Peter21-Dec-14 3:55
professionalKornfeld Eliyahu Peter21-Dec-14 3:55 
AnswerRe: Work in progress on my MenuRibbon.WPF Pin
Super Lloyd21-Dec-14 4:24
Super Lloyd21-Dec-14 4:24 
GeneralRe: Work in progress on my MenuRibbon.WPF Pin
Kornfeld Eliyahu Peter21-Dec-14 5:34
professionalKornfeld Eliyahu Peter21-Dec-14 5:34 
GeneralRe: Work in progress on my MenuRibbon.WPF Pin
Super Lloyd21-Dec-14 12:31
Super Lloyd21-Dec-14 12:31 
GeneralI need some translation... Pin
Kornfeld Eliyahu Peter21-Dec-14 1:26
professionalKornfeld Eliyahu Peter21-Dec-14 1:26 
GeneralRe: I need some translation... Pin
JimmyRopes21-Dec-14 1:40
professionalJimmyRopes21-Dec-14 1:40 
GeneralRe: I need some translation... Pin
Kornfeld Eliyahu Peter21-Dec-14 1:49
professionalKornfeld Eliyahu Peter21-Dec-14 1:49 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.