Any websites using ASP.NET?

kwblue

New Member
Joined
Aug 3, 2017
Messages
22
Reaction score
27
I only know of one casino portal that uses .NET (LiveCasinoDirect). Anyone else use it and how are they implementing?

If you use .NET and were going to start over or you already know the best method.. would you use: Razor, custom, MVC, Entities. Any thoughts?

My .NET Experience is essentially:

80% - Applications
15% - Services
5% - Custom Websites (non-MVC)


Thanks!
 

RyanWeb

Affiliate Guard Dog Member
Joined
Apr 9, 2015
Messages
973
Reaction score
412
I did very well with my .net for many years... The last year or so it has taken a hit, maybe from lack of work on my part. Sure I would have gotten a .com if available, but I have no regrets with my .net name.
 

bettingappguide

Affiliate Guard Dog Member
Joined
May 15, 2017
Messages
456
Reaction score
172
I used to own a .net site and it did very well then and still does now. See a few ranking but maybe not for the super popular terms. Like RyanWeb a .com would have been preferred but wasn't available but the .net did well enough.
 

kwblue

New Member
Joined
Aug 3, 2017
Messages
22
Reaction score
27
haha. Yes, I corrected the post. Now it says ASP.Net instead. I should have started off that way.
 

kwblue

New Member
Joined
Aug 3, 2017
Messages
22
Reaction score
27
Was hoping a few more would have surfaced using ASP.Net :( Was really looking for a direction someone else has taken. I hate building a site and then halfway down the road thinking "I wish I would have done it another way"
 

Engineer

Super Moderator
Joined
Dec 14, 2006
Messages
3,210
Reaction score
400
I still use PHP for my sites. It's free, and it works well for me.

Is ASP.Net free or do you have to buy something to get started with it?

I wonder how similar it is to PHP/MySQL.
 

kwblue

New Member
Joined
Aug 3, 2017
Messages
22
Reaction score
27
asp.net is free if you use Visual Studio Community edition. The only difference is you will need to have a Windows server, which are typically more expensive to host than a Linux server. I think it is possible these days to use an asp.net flavor called Mono or something like that, which is cross-compatible, but I have no experience with that.

PHP feels more like classic ASP than asp.net to me and ASP.Net feels more like I can do anything I want. This is MY view, though, because the majority of programming I do is in .NET and I can easily write windows services, web APIs, and other stuff to complement and compartmentalize my code. I understand you can likely do much of that with PHP as well.

I have written asp.net applications against MySQL, so that isn't much different. A database is a database... most good languages can talk to any.
 
Top