Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

.NET Forum


You are currently viewing our .NET Forum as a guest. Please register to participate.
Login



Closed Thread
Educate me about ASP.NET
Old 01-07-2010, 07:34 PM Educate me about ASP.NET
jamestl2's Avatar
No scale-itch here...

Latest Blog Post:
Wordpress Relative URLs Plugin
Posts: 2,389
Name: <member type="brilliant" alt="foolish">James Lewitzke</member>
Location: / public_html / Universe / Virgo_Supercluster / Local_Group / Milky_Way / Orion_Arm / Solar_System / Earth / North_America / USA / Wisconsin
Trades: 0
I understand that it's a Web Framework. But I don't really know why I'd need a framework to begin with. Whenever I code in say PHP for example, I'd always write the code from scratch, store the data in a MySQL DB, and design it using CSS, until I get what I want to appear.

Why should someone such as myself who already understands XHTML, CSS, and some PHP (which is mostly about it) want to go the .NET route? Just looking at a few tutorials about languages like C#, VB.NET, etc. (which I know nothing about really), doesn't really seem to explain the benefits behind using such a framework, or which one I'd want to learn if I were to start somewhere.


Is ASP.NET basically a system for "Programmers to create web pages"? Meaning that those without much knowledge, non-programmers, would tend to not want to use it?

Also, since so many businesses use it, it sounds like it's very helpful and widespread throughout the corporate world. I'm not thinking about just learning the system overnight (that's be impossible), it just seems like it'd be an interesting thing to learn about someday.
__________________
Engipress -
Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
for Wordpress Projects
jamestl2 is offline
View Public Profile Visit jamestl2's homepage!
 
 
Register now for full access!
Old 01-07-2010, 09:14 PM Re: Educate me about ASP.NET
Banned

Posts: 421
Location: Boston, MA
Trades: 1
.Net is very powerful indeed.

  • You can use any of the supported languages in .Net (c#, vb .net etc etc).
  • Good thing is you can code in one language then use functions from the compiled code written in another language. That makes it quite portable.
  • Huge library you can use. Which saves time a lot.
  • bla bla bla I can add more like this....
But if you already on php I dont think you need to migrate to .net. You already have your server side coding expertise with PHP.

.Net or PHP is just a choice you make.
webcosmo is offline
View Public Profile Visit webcosmo's homepage!
 
Old 01-07-2010, 09:21 PM Re: Educate me about ASP.NET
Extreme Talker

Posts: 246
Trades: 0
.Net does basically what PHP does.

It has the following advantages:

Huge following
Tons of tutorials (PHP does as well but I've always like .Net tutorials more)
Free IDE Tools (Visual Web Developer express)
By learing .Net, with a little extra effort you can build web applications, windows applications and use Silverlight
Continually being improved upon (SDKs, CLR, DLR, look at some of the .Net 4 features being put in like dynamic types)
ASP.Net Ajax controls

And the list goes on.
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
stbuchok is offline
View Public Profile
 
Old 01-11-2010, 09:20 AM Re: Educate me about ASP.NET
$100 - $999 Monthly

Posts: 30
Trades: 0
.NET code is technically faster than PHP. This is because .NET precompiles the code into a compact and optimized executable, while PHP translates your code each time you run it.
That also makes deployable .NET modules a bit more protected in terms of unauthorized use and access.

Also, .NET is a tool for corporate intranets. Some big shops don't let you run public domain tools, so .NET is the only choice for many.

.NET lets you write and reuse code for both web and windows apps. PHP is a web-only tool.

Last edited by dealsguy; 01-11-2010 at 09:22 AM..
dealsguy is offline
View Public Profile
 
Old 01-21-2010, 07:35 PM Re: Educate me about ASP.NET
jamestl2's Avatar
No scale-itch here...

Latest Blog Post:
Wordpress Relative URLs Plugin
Posts: 2,389
Name: <member type="brilliant" alt="foolish">James Lewitzke</member>
Location: / public_html / Universe / Virgo_Supercluster / Local_Group / Milky_Way / Orion_Arm / Solar_System / Earth / North_America / USA / Wisconsin
Trades: 0
Thanks for the tips guys.

I suppose I'm looking for some more code-oriented and database-driven answers too. Does .NET offer special database retrieval tools? Or anything special related to what kind of data can be stored?

Also, what would I need the libraries for? (Given that whenever I normally write code I just open up notepad++ and write the files from scratch...)

I did already mention that I have no idea about languages like C# and VB.NET. So does that mean I'd have to learn THAT much more if I wanted to use ASP.NET?
__________________
Engipress -
Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
for Wordpress Projects
jamestl2 is offline
View Public Profile Visit jamestl2's homepage!
 
Old 01-26-2010, 10:46 AM Re: Educate me about ASP.NET
Novice Talker

Posts: 11
Name: jonmaster
Trades: 0
ok, the .net framework has the more than 13000 built in classes, This reduces your regular coding by 70%. after installing the framework you can utilize those classes in your asp.net pages.

asp.net is exhaustive, you can use some data server controls to retrieve, insert, edit, delete the database just by draging and dropping.

Look for the videos about gridview, detailsview, in the

asp.net/learn
__________________

Please login or register to view this content. Registration is FREE
jonmaster is offline
View Public Profile Visit jonmaster's homepage!
 
Old 01-27-2010, 01:50 PM Re: Educate me about ASP.NET
frih's Avatar
Super Talker

Posts: 139
Name: abhi
Location: http://www.techbusy.org/
Trades: 0
.Net has difficult syntax as compare to php. It is meant for windows based server but it has very good IDE which allow faster and less coding.
__________________

Please login or register to view this content. Registration is FREE
|

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
frih is offline
View Public Profile Visit frih's homepage!
 
Old 01-27-2010, 02:32 PM Re: Educate me about ASP.NET
chrishirst's Avatar
Missing! presumed drunk.

Posts: 41,519
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
Well to be honest, had I come across this thread not knowing anything about asp.net I would be even more confused!!!!
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
chrishirst is online now
View Public Profile Visit chrishirst's homepage!
 
Old 02-06-2010, 02:47 PM Re: Educate me about ASP.NET
jamestl2's Avatar
No scale-itch here...

Latest Blog Post:
Wordpress Relative URLs Plugin
Posts: 2,389
Name: <member type="brilliant" alt="foolish">James Lewitzke</member>
Location: / public_html / Universe / Virgo_Supercluster / Local_Group / Milky_Way / Orion_Arm / Solar_System / Earth / North_America / USA / Wisconsin
Trades: 0
Yeah, and there's a lot there, I wouldn't even know where to start. (Like on the .NET learn page for example, there's tons of video tutorials that just talk about different versions of it, and expect you to have prior knowledge of .NET jargon.)

If I were just starting out, I wouldn't really see a reason why I'd choose .NET over a LAMP based system.
__________________
Engipress -
Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
for Wordpress Projects
jamestl2 is offline
View Public Profile Visit jamestl2's homepage!
 
Old 02-09-2010, 01:25 PM Re: Educate me about ASP.NET
Extreme Talker

Posts: 246
Trades: 0
Basically LAMP is Linux, Apache, MySQL, PHP

Microsoft equivalent is Windows, IIS, MSSQL, .Net

You have just said why would you choose .Net over a Lamp system. This is inacurate, the real question is why would you choose .Net over PHP, and to be more accurate ASP.Net vs PHP.

Both do basically the same things. Whatever you need to do in one you can pretty much do in the other.

The real questions you should ask are:

What languages are you familiar with (if any)?
What is the cost to start try this stuff out?
What system would I be most comfortable programming on?
Which ones have the most jobs and are in the most demand?

I chose .Net because I was familiar with windows and started with visual basic. Make a choice and research the product. Asking which language is better is like asking if an apple is better than an orange (it's personal preference and is dependent upon context of the question)
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
stbuchok is offline
View Public Profile
 
Old 02-16-2010, 07:54 PM Re: Educate me about ASP.NET
jamestl2's Avatar
No scale-itch here...

Latest Blog Post:
Wordpress Relative URLs Plugin
Posts: 2,389
Name: <member type="brilliant" alt="foolish">James Lewitzke</member>
Location: / public_html / Universe / Virgo_Supercluster / Local_Group / Milky_Way / Orion_Arm / Solar_System / Earth / North_America / USA / Wisconsin
Trades: 0
I know what a LAMP system is (I use it), which is why I mentioned it. So how is comparing .NET to PHP more accurate? I thought you could choose which language you wanted to use within the .NET framework (VB.NET, C#, etc.), so you'd compare PHP to one of those...

Anyway, as for the questions you say I should ask...

Quote:
What languages are you familiar with (if any)?
As I state in my OP: (X)HTML, CSS, and some PHP (mostly working within the Wordpress environment).

Quote:
What is the cost to start try this stuff out?
Don't know.

I downloaded Microsoft Visual Web Developer 2008 a while back (because it was free) along with a few other things (Visual Studio 2008 and SQL server 2008) to see if I could try to give it a go and learn, but I was completely lost basically, didn't know what to do with them.

Quote:
What system would I be most comfortable programming on?
Not sure what you mean. What options would I have?

Quote:
Which ones have the most jobs and are in the most demand?
Most of the corporate web positions I see advertised the most require ASP.NET experience (another reason I thought I might look into it). Haven't seen too much else available recently.

Originally, I thought I might end up wanting to use ASP.NET to create some slick User Interfaces and Content Management Systems, Social Networking Interfaces, etc.

But given that I don't feel I completely understand .NET, that point may be moot.
__________________
Engipress -
Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
for Wordpress Projects
jamestl2 is offline
View Public Profile Visit jamestl2's homepage!
 
Old 02-18-2010, 06:01 AM Re: Educate me about ASP.NET
Skilled Talker

Posts: 51
Name: N
Trades: 0
I've learned some ASP.net and sort of getting it. I have watched a couple of these video tutorials:

http://www.asp.net/get-started/
http://www.asp.net/learn/videos/#howdoi

If you watch some of videos and have a look around the site I am sure you will pick it up fairly quickly
njccbeach9 is offline
View Public Profile
 
Old 03-20-2010, 01:25 AM Re: Educate me about ASP.NET
Average Talker

Posts: 26
Name: Chris
Trades: 0
You can use the ebooks for the asp.net and in that wrox is the best one if you want this book then just go to this link and download it.........http://www.wrox.com/WileyCDA/WroxTit...764588508.html
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
chris.klinton is offline
View Public Profile
 
Closed Thread     « Reply to Educate me about ASP.NET
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.42321 seconds with 12 queries