Web Development Using ASP

A Member? Please Login  
type your username and password to login
Date: October 11, 2008, 05:29 AM
248610 members and 147155 Topics
Latest Member: azeeztobi
Nairaland [Nigerian Forum] Home Help Search Who is currently online? Login Register
Nairaland Forum  |  Technology  |  Programming  |  Web Development Using ASP
Pages: (1) Go Down Send this topic Notify of replies
Author Topic: Web Development Using ASP  (Read 983 views)
woleraymon
Web Development Using ASP
« on: November 30, 2005, 02:20 PM »

Do we still have developers using ASP for Web development?
aydada
Re: Web Development Using ASP
« #1 on: November 30, 2005, 02:40 PM »

Please leave ASP and use PHP, please Idey beg, i dey reli beg
skima (m)
Re: Web Development Using ASP
« #2 on: December 02, 2005, 05:33 AM »

i do ASP...
But uses PHP most of the time.
modpluz (m)
Re: Web Development Using ASP
« #3 on: December 27, 2005, 03:51 AM »

aydada, why u dey beg am to leave ASP.

Abeg my guy carry go with ASP joo!!!

ASP rules(i don't know of PHP)
lagerwhenindoubt (m)
Re: Web Development Using ASP
« #4 on: January 08, 2006, 02:52 AM »

i do asp.. been doing asp since 2000

I tried PHP and was reminded that i did not graduate with a first degree in computer science and was never a linux guru with an overgrown beared and smelly armpits

abeg.. pass the work this side
sbucareer (f)
Re: Web Development Using ASP
« #5 on: January 09, 2006, 09:47 PM »


I love php maybe it is because my first script language was php.  Like that was not enough, I did my final year project with php and mysql.  During my project I did a lot of research on script languages and contrast their strengths and weaknesses.  I came to realise that php was a descendent of CGI (Common Gateway Interface).

Unfortunately, php that I have programmed to love now became my dreaded nightmare in that the scripts are not modular.  It could be very dangerous to develop distributed application for critical systems.  As their composition do not allow modular pattern, lots of coupling and less cohesion.  If any part of the system is changed because of business change the whole system would severely be affected. 

Furthermore, php compiles at execution time and they are distributed in clear text so someone can copy the source code, alter the program and distributed sensitive code over the internet.  This means that the companies that develop high quality php scripts can go out of business because they cannot afford to take legal action against all offenders. It doesn’t mean that compiled software is immune to such practices; actually it is possible to reverse engineer any piece of software, but the argument here is that php has very serious market problems.

I really do not think that any particular tried to reverse engineer Windows. With PHP anyone has direct access to source code, which means that any moron will be able to use your valuable source code.

However, Java has come of age competing with .NET in market place it is not surprising that with certification here and there for .NET and java, programmers are encourage to learn this tools and help pioneer and develop the next information system management.

I have been an evangelist for java development for years now especially J2EE and J2ME using the J2SE and using many design pattern with J2SE i.e. collection framework, JavaBeans and other well define framework in java.

Java provides a modular approach to modelling systems and with sufficient experience one can adapt a very powerful cohesion system that is not only fault tolerant but also robust and bug free.

I hear about systems and software development in Nigeria, Not that I put them down or anything but in this forum I have not had anyone speaks about Testing and debugging.  This is the vital part of software development. 

Software coder will come and go and get paid but companies will employ code maintenance guru to rigorously test and debug software.

Finally, I hope and seriously wish people in Nigeria should talk more of Java.  Java is secure, executing byte code within the user own JVM and close source distribution, in the sense of compiled classes it is difficult to reverse engineer.  You can even adopt the deployment options to access you code base at a different secured server.
lagerwhenindoubt (m)
Re: Web Development Using ASP
« #6 on: January 10, 2006, 01:02 AM »

Same problem i had with mySQL.. it is simply not relational.. you cannot visualize data in 3D like MSSQL. verything is in a flat structure in ms SQL which was my major problem with it. you cannot link 2-3 tables and view the results. you have to aggregate everything into one table.. sucks.. hope it has changed with recent versions.. almost died getting a form to pick data and post to a database then send email. I know it is easy now... after 1 week of frying my brain cells.

php is good.. and you had to mention CGI.. for me I believe technology is growing to a level where ordinary people can work with it and turn out really funky stuff. Xample... I have written commercial class applications in VB, I know windows API and can decipher device drivers without any knowledge of C++, UNIX, CORBA or the other high level technologies Thanks to Microsoft (though I am still pissed I lost 300GB plus of data becuase windows re-wrote my MFT while trying to fix it.)

sbucareer (f)
Re: Web Development Using ASP
« #7 on: January 10, 2006, 02:41 AM »


I don't think mysql or MSSQL and many other database was design with 3-D in mind.  These are relational DBMS. The best you can get out of then if you are very good is distributed databse.  By applying what we called global scheme, you could fragment other DBMS either Verticle fragmentation, Horizontal fragmentation, Mixed or derived fragmentation to produce a distributed databse application. 

Even then oracle database is the only DBMS that was developed with DDBMS (Distributed DataBase Management System) in nind, that is the 10g version.  Now oracle is talking about grid database ppewww.ph.gla.ac.uk/preprints/2002/14/2002-14.pdf that will revolutionise the databse industry.

Furthermore, if you are considering 3-D database the bad new is there isn't one.  But suits of services available to help design 3-D application.  Examples of services are:

1. OLAP (Online Analytical Processing)
2. MOLAP (Multidimensional OLAP)
3. ROLAP (Relational OLAP)

Online Analytical Processing or OLAP provides multidimensional, summarized views of business data and is used for reporting, analysis, modeling and planning for optimizing the business. SQL Server supports OLAP via Analysis Services. Analysis Services can be used to work with data warehouses or data marts designed for sophisticated enterprise intelligence systems. These systems process queries required to discover trends and analyze critical factors.

Finally, Nigeria has not reach the stage of using these service and application.  Here in the UK it is used for identifying fraud, i.e credit crads, banking functions i.e. who they give credit and loans etc.

It could also be used to project a business storage and historical database.  Basically historical data are data warehouse. 

A data warehouse is a database geared towards the business intelligence requirements of an organisation. The data warehouse integrates data from the various operational systems and is typically loaded from these systems at regular intervals. Data warehouses contain historical information that enables analysis of business performance over time.

To use msql and mssql for data warehouse or to process 3-D database are not possible.  Mind you data warehouse are non operational data, could be store a a MFT/FILE.


Reference
===================
1. http://www.infoworld.com/article/04/04/07/HNorgrid_1.html
2. http://www.webopedia.com/TERM/O/OLAP.html
3. http://searchsqlserver.techtarget.com/sDefinition/0,,sid87_gci882493,00.html
4.  http://www.auditmypc.com/acronym/ROLAP.asp

lagerwhenindoubt (m)
Re: Web Development Using ASP
« #8 on: January 13, 2006, 10:10 AM »

forgve my metaphors.. when i say 3-D i meant being able to turn sets of data into related parts so you can make meaning of it. i think it is part of a course in database design.

you have to be able to see data in relation to what each part means to the whole. (there i go again)


That is what i meant.. try doing it with mySQL not real 3-D/2-D Visualization
africanboy (m)
Re: Web Development Using ASP
« #9 on: January 31, 2006, 11:37 AM »

really i was pissed seeing someone actually took time to clik on reply and spent some minutes typing a messaging asking someone 2 leave asp and migrate 2 php. i started with asp, still with asp and will be with asp 4 a long time. taking on asp.net also.

wanted to try php, but with its similarity to C language, i wasnt too encouraged. *i don't like case sensitive language and braces* still want 2 try it anyways. php has many folowers but asp seems 2 be a favourable 2 me.

someone tell d moderator to create a category for downloads of asp scripts.
sbucareer (f)
Re: Web Development Using ASP
« #10 on: January 31, 2006, 02:48 PM »


I would like people to list links of banks that uses php,

Most of the Banks I know only use ASP/JSP, I wonder why?  Security issues maybe,  Cry Cry

1. Alliance Leicester --- ASP
2. Nationwide  --- ASP
3. Barclays Bank --JSP (Java)
4. Abby National Bank  --- Servlet (java)
5. Woolwich Bank ---ASP
6. Halifax Bank ---ASP

etc. I have not seen any php for secure online Banking application.  You know why?  Banks do not consider open source application like php secure enough to handle ecommerce.  So php advocates make note of this. 

If you find any bank that uses php let me know I would start learning php as mad.  PHP has its place in application development.  Not that anything is wrong with php but because it is supported by open source community and php API writer may put a trapdoor in one of its API and access your critical business function, who do you sue?  Open source Community or who?

But if you have security breach in ASP you can sue Microsoft equally if same happens to Java you can sue James Gosling.  How about PHP?  Cry  Cry
africanboy (m)
Re: Web Development Using ASP
« #11 on: January 31, 2006, 03:01 PM »

whether banks use ASP or PHP, i can't really say, but banks r nt d oly 1s who require secure apps. php supporters should support theri side of d argument by listing other "secure" sites that use PHP
sbucareer (f)
Re: Web Development Using ASP
« #12 on: January 31, 2006, 03:12 PM »


@africanboy can you support your argument
Quote from: africanboy
but banks r nt d oly 1s who require secure apps
I am talking of critical secure application NOT like ebay.  Even ebay do not use php.  They use .COM (Component Object Model (COM) is Microsoft's object-oriented programming model that defines how objects interact within a single application or between applications)

Ebay uses a DLL technology (Dynamic Link Library) to package their .COM.  So please tell us any people/firm that uses PHP for secure critical application development?   Huh
joftech (m)
Re: Web Development Using ASP
« #13 on: February 01, 2006, 05:41 AM »

Quote
I would like people to list links of banks that uses php...

Most of the Banks I know only use ASP/JSP, I wonder why?  Security issues maybe... Cry Cry

1. Alliance Leicester --- ASP
2. Nationwide  --- ASP
3. Barclays Bank --JSP (Java)
4. Abby National Bank  --- Servlet (java)
5. Woolwich Bank ---ASP
6. Halifax Bank ---ASP

etc. I have not seen any php for secure online Banking application.  You know why?  Banks do not consider open source application like php secure enough to handle ecommerce.  So php advocates make note of this.

If you find any bank that uses php let me know I would start learning php as mad.  PHP has its place in application development.  Not that anything is wrong with php but because it is supported by open source community and php API writer may put a trapdoor in one of its API and access your critical business function, who do you sue?  Open source Community or who?

But if you have security breach in ASP you can sue Microsoft equally if same happens to Java you can sue James Gosling.  How about PHP?  Cry  Cry

I can see you are one of those anti-GNU/open source campainer.

Am coming to...
sbucareer (f)
Re: Web Development Using ASP
« #14 on: February 01, 2006, 01:39 PM »


Naah!!! @joftech, just that we need to understand the SWOT (Strengths/Weaknesses Opportunities/Threats) of GNU, particularly PHP.  I am an active advocate of GNU.  I use and administer Open Source Application.  Previously, all the companies I worked for do NOT use GNU for their secure/critical ecommerce especially when it comes to funds and management resource like SAP R/3.

Until one company takes the basic shell/kernel of PHP and maintain its integrity and effectiveness, many company am afraid would continue to look at PHP as a threat to support critical application.  Don't ask we why, I do NOT know.

Prof. Allan White, a speaker from Capital Investment Banking in one of my final year units at university 2002 said, "I would never consider Open Source Application for maintaining financial operation in my firm, because the public maintains it and would NEVER make a very good lawsuit"

I wondered why he said it back then, but I have come to reason with him that lawsuit is they way Western world controls legitimate business. 

When you decide to open a critical secure transactional web application you can use PHP, no problem.
Seun (m)
Re: Web Development Using ASP
« #15 on: July 07, 2006, 01:47 PM »

Fortunately for us, lawsuits are not prevalent in the Nigerian business environment, so open source is ok.

However, I haven't heard about any company suing Microsoft for defects in ASP or MS-SQL.  Have you?  Huh
wilkanah (m)
Re: Web Development Using ASP
« #16 on: July 07, 2006, 02:45 PM »

no doubt open source is  good, but i can't help but agree with some of sbucareers comments, particularly that the only way to learn to build software is to build it.

tis true sofware suits are uncommon in Nigeria and everyone can make a quick buck with minimal skillsets by deploying open source solutions (which i  think is why everyone is looking to IT - the quick buck), but what happens when u need support?

i guess in the typical Nigerian spirit we can leave that for then and focus on the present but really,  thats not the way it shld  be.

i know many young guys that shout about open source  tools and how  u just click this and this and  BAM!!! web systems ready and then u click that and BAM BAM!!!  u have interfaces for 5 different companies now u only have to find people to sell ur solutions  to,
While it impressive that  u can find just about anything u want half done or complete and free too,  i don't see any of these young people looking to support the open source community of trying to partake in any one open source projects (at least in the circles i move).

so we've moved from importing everything we use in naija to importing code?
where do y'll think the true power lies?
forget the cash 4 just a moment.
 Hysys (process Simulation) In Nigeria  Oracle Forms: Advices, Tips, Questions:   Help with Javascript headache  Page 2
Pages: (1) Go Up Send Topic to Friend by E-mail Reply 
Google
 
Web www.nairaland.com
Sections: TV/Movies (2) Music/Radio (2) Celebrities Job Talk Jobs/Vacancies (2) Career Talk Romance Books Politics Sports Fashion Travel
Health Schooling Religion General(2) Business Webmaster Programming Computers Phones Cars & Trucks

Links: Page1 Page2 Page3 Page4 Page5 Page6 Page7 Page8 Page9 Page10

Nairaland is owned by Oluwaseun Osewa
Nairaland Forum | Powered by SMF 1.0.12.
© 2001-2005, Lewis Media. All Rights Reserved.