Click here to Skip to main content
15,914,016 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: When your going to the airport... Pin
jeron19-Aug-19 10:20
jeron19-Aug-19 10:20 
GeneralRe: When your going to the airport... Pin
MarkTJohnson9-Aug-19 10:23
professionalMarkTJohnson9-Aug-19 10:23 
GeneralRe: When your going to the airport... Pin
Joan M9-Aug-19 10:28
professionalJoan M9-Aug-19 10:28 
GeneralRe: When your going to the airport... Pin
Chris Maunder9-Aug-19 11:39
cofounderChris Maunder9-Aug-19 11:39 
GeneralRe: When your going to the airport... Pin
Ravi Bhavnani9-Aug-19 13:10
professionalRavi Bhavnani9-Aug-19 13:10 
GeneralRe: When your going to the airport... Pin
Jörgen Andersson9-Aug-19 21:14
professionalJörgen Andersson9-Aug-19 21:14 
GeneralRe: When your going to the airport... Pin
Gary R. Wheeler10-Aug-19 15:18
Gary R. Wheeler10-Aug-19 15:18 
GeneralWow! Pin
Marc Clifton9-Aug-19 9:02
mvaMarc Clifton9-Aug-19 9:02 
I just ported a website application from .NET to .NET Core. And with the exception of lacking HttpCookie and HttpSessionState, which I commented out for the moment, it compiled and ran and the website comes up and is functional! This literally took only 30 minutes. OMG | :OMG:

Now, why was this port so easy?

1. I didn't use Linq2Sql or EF in the original code. Straight SqlConnection stuff with my own ORM-less layer for the CRUD operations.

2. Not implemented in ASP.NET -- This is a straightforward HttpListener implementation, not going through IIS.

Granted, I suppose if I'd used EF in the original code maybe it would have been painless. God only knows what ASP.NET vs. ASP.NET Core conversion would be like though.

Anyways, what a great way to end the week. I'm going to get this running on an rPi and see how it performs, with the SQL Server database of course hosted elsewhere. Wink | ;)

GeneralRe: Wow! Pin
RickZeeland9-Aug-19 9:26
mveRickZeeland9-Aug-19 9:26 
GeneralRe: Wow! Pin
Marc Clifton9-Aug-19 9:35
mvaMarc Clifton9-Aug-19 9:35 
GeneralRe: Wow! Pin
Scott Serl9-Aug-19 9:55
Scott Serl9-Aug-19 9:55 
GeneralRe: Wow! Pin
Marc Clifton9-Aug-19 10:52
mvaMarc Clifton9-Aug-19 10:52 
GeneralRe: Wow! Pin
Marc Clifton9-Aug-19 13:30
mvaMarc Clifton9-Aug-19 13:30 
GeneralRe: Wow! Pin
jeron19-Aug-19 9:40
jeron19-Aug-19 9:40 
PraiseRe: Wow! Pin
RickZeeland9-Aug-19 9:48
mveRickZeeland9-Aug-19 9:48 
GeneralRe: Wow! Pin
Ravi Bhavnani9-Aug-19 10:22
professionalRavi Bhavnani9-Aug-19 10:22 
GeneralRe: Wow! Pin
jeron19-Aug-19 10:51
jeron19-Aug-19 10:51 
GeneralRe: Wow! Pin
Ravi Bhavnani9-Aug-19 10:21
professionalRavi Bhavnani9-Aug-19 10:21 
GeneralRe: Wow! Pin
Chris Maunder9-Aug-19 11:42
cofounderChris Maunder9-Aug-19 11:42 
GeneralRe: Wow! Pin
Jörgen Andersson9-Aug-19 21:18
professionalJörgen Andersson9-Aug-19 21:18 
GeneralRe: Wow! Pin
Chris Maunder11-Aug-19 2:32
cofounderChris Maunder11-Aug-19 2:32 
GeneralRe: Wow! Pin
BillWoodruff9-Aug-19 20:52
professionalBillWoodruff9-Aug-19 20:52 
GeneralRe: Wow! Pin
Sander Rossel10-Aug-19 0:43
professionalSander Rossel10-Aug-19 0:43 
NewsLooks like that "special friendship" is working out. PinPopular
Kent Sharkey9-Aug-19 7:44
staffKent Sharkey9-Aug-19 7:44 
GeneralRe: Looks like that "special friendship" is working out. Pin
PIEBALDconsult9-Aug-19 8:38
mvePIEBALDconsult9-Aug-19 8:38 

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.