473,386 Members | 1,798 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

web matrix and notepad users...

X-No-Archive: yes

What's the general opinion of matrix and notepad users vs. VS.Net users?

I started VS.Net, had a problem with it, uninstalled it, and tried Web
Matrix and Notepad. I liked how I could easily open files and work with my
code pretty quickly.

For the record, I tried the codebehind also, just to see how it works, by
placing this in a file:

<%@ Page Inherits="Index.MyCodeBehind" Src="index.aspx.vb" %>

To me, the obvious difference between VS.Net and Matrix/Notepad is the
codebehind.

Is it somehow "wrong" to not use codebehind?

Thanks.

Matt
Nov 19 '05 #1
3 1413
It depends on what u want to do!
VS.NEt is good for big projects and its has intellisense..
The ball is in your court!@
Enjoy!
Patrick

"Matt" wrote:
X-No-Archive: yes

What's the general opinion of matrix and notepad users vs. VS.Net users?

I started VS.Net, had a problem with it, uninstalled it, and tried Web
Matrix and Notepad. I liked how I could easily open files and work with my
code pretty quickly.

For the record, I tried the codebehind also, just to see how it works, by
placing this in a file:

<%@ Page Inherits="Index.MyCodeBehind" Src="index.aspx.vb" %>

To me, the obvious difference between VS.Net and Matrix/Notepad is the
codebehind.

Is it somehow "wrong" to not use codebehind?

Thanks.

Matt

Nov 19 '05 #2
I view this as a code security issue.

If you use Web Matrix, you won't compile assemblies
and must publish your source code to the server.

While Web Matrix is an easy way to learn to code,
safely deploying your applications in a professional
manner requires that you compile your code into
assemblies and publish *that*, plus your .aspx, .asmx,
xml, etc, instead of publishing your source code.


Juan T. Llibre
===========
"Matt" <aw***********@aol.com> wrote in message
news:Zxvtd.530737$D%.246991@attbi_s51...
X-No-Archive: yes

What's the general opinion of matrix and notepad users vs. VS.Net users?

I started VS.Net, had a problem with it, uninstalled it, and tried Web
Matrix and Notepad. I liked how I could easily open files and work with
my code pretty quickly.

For the record, I tried the codebehind also, just to see how it works, by
placing this in a file:

<%@ Page Inherits="Index.MyCodeBehind" Src="index.aspx.vb" %>

To me, the obvious difference between VS.Net and Matrix/Notepad is the
codebehind.

Is it somehow "wrong" to not use codebehind?

Thanks.

Matt

Nov 19 '05 #3
Nothing wrng with not using code behind, but you might want to think about
putting some logic into DLLs and referencing them to make your application a
little more protected.'

I actually prefer the SDK for small jobs with a few files, but VS.NET is
pretty vital if your looking for the performance gains an IDE of its quality
can bring to your project.

--
Regards

John Timney
ASP.NET MVP
Microsoft Regional Director

"Matt" <aw***********@aol.com> wrote in message
news:Zxvtd.530737$D%.246991@attbi_s51...
X-No-Archive: yes

What's the general opinion of matrix and notepad users vs. VS.Net users?

I started VS.Net, had a problem with it, uninstalled it, and tried Web
Matrix and Notepad. I liked how I could easily open files and work with my code pretty quickly.

For the record, I tried the codebehind also, just to see how it works, by
placing this in a file:

<%@ Page Inherits="Index.MyCodeBehind" Src="index.aspx.vb" %>

To me, the obvious difference between VS.Net and Matrix/Notepad is the
codebehind.

Is it somehow "wrong" to not use codebehind?

Thanks.

Matt

Nov 19 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: | last post by:
I am trying to compile a simple c# class in Web Matrix called howdy.cs: // Program start class public class HowdyPartner { // Main begins program execution public static void Main() { //...
2
by: kylin | last post by:
by default, the Web Matrix use the .net Framework 1.0, But I setup the .net Framework 2.0, now the Matrix changed , how can let it base on 1.0 again ?
36
by: Don | last post by:
I wrote an app that alerts a user who attempts to open a file that the file is currently in use. It works fine except when the file is opened by Notepad. If a text file is opened, most computers...
2
by: rijaalu | last post by:
I am designing a matrix class that performs addition, multicpication, substraction and division. When ever i complie the code it shows an error. include <iostream> using namespace std; class...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.