.net - Programming Without Code?

Feb 26, 2010

What is the best way to implement business processes without writing code?I want to implement about 200 forms and workflows without writing a line of code because I want our customer to be able to extend the software without our help.What is the best way to generate forms and then add business processes to them?

View 5 Replies


Similar Messages:

Javascript - How Much Client-side Programming Is Needed When Doing Server-side Programming

Mar 16, 2011

but I am rather confused about what to invest in. I heard that server-side code translates into client-side code. So, if you have an .aspx file, it will be converted to HTML/CSS/JavaScript. I have experience with the latter three technologies put into a rather dull text file and rendered by a web browser. My question is how much HTML/CSS/Javascript coding would I have to do when server-side programming? In other words, can someone using ASP.NET program purely on the server side and not bother to write for the client side? Of course, I don't care about server-side being translated into client-side, but I am wondering if client-side programming needs to be done explicitly and to what degree.

View 4 Replies

What Programming Language To Learn, Php, Or Jsp?

Feb 6, 2010

Which Programming Language Should I Learn? Best language to learn (for a solo web designer looking to program) Is there a general guideline of which dynamic programming language to choose to start with?

View 5 Replies

New To Programming.How To Start To Learn

May 25, 2010

start learning ASP.NET Help getting started in programming? I am new to programming.How can I best start to learn?

View 6 Replies

What Programming Model To Choose

Dec 3, 2010

I'm a seasoned programmer with years of experience in Windows Forms development using different programming languages as already stated in this question: Will learning WPF improve my skills in ASP.NET? ASP.NET or any Web based programming language doesn't feel natural for me to explore or to use. Although I am unfamiliar with Web based technologies, my curiosity about these grows and grows. In addition to it, I am aware of the market place Web based programming takes. I would like to expand my knowledge and experience to the Web, though would it be just to know what I'm talking about instead of speculating whatever.

My experience as an information and process systems developer allows me to understand the concepts and some of the basics. I am aware that Web based applications are stateless, for instance, and that I need to use session or viewstate variables to keep the information the user is working with alive, otherwise I would loose them. I also understand the basics of Ajax based controls such as the UpdatePanel, which is to update or to refresh only a part of a UI page rather than reloading everything through the connection again. I can get that CSS defines styles for your page's sections and that you may change radically your Website's aspect just by changing the CSS reference. I am also aware of masterpages, which I don't really understand, in fact.

Programming Model
I just watched this video about choosing the right model for me/my application:
Choosing the Right Programming Model. If looks like ASP.NET MVC, which I thought was the best approach, is more for the veteran Web developers, people who are comfortable with Web applications. I have used a lot of DataBinding in Windows Forms, and WebForms seems to be more what I'm looking for into ASP.NET, until they say that MVC allows for Unit Testing, TDD and Agile methodologies, which I adhere to, as a certified Professional Scrum Master. I'm a bit mixed up on what will be more natural for me speaking of programming model.

Questions
Taking into account my base of knowledge and my experience, what programming model do you think I'm going to be more comfortable with? Will choosing one over the other allow me to get acquainted enough with ASP.NET to one day try the other model? In the video about choosing the Programming Model both sat on ASP.NET, I heard about DataBinding while using Web Forms, but no mention of DataBinding in the MVC model. Is there any possible DataBinding in MVC?

View 3 Replies

Decision Tree Programming?

Jul 22, 2010

I have been asked to create a small decision making program in asp.net. The criteria is that is must be table driven and not code driven so managers can make changes to the questions and responses. I was curious if anyone has seen an example online before?

I wouldn't taking a peek at how someone else accomplished this. I believe I have a good handle on the database side, I am more concerned on the display side.

View 11 Replies

Javascript - Learn Any More Programming Language?

Jul 21, 2010

As a web programmer do I need to learn any more languages to enhance my career? I work in a .NET environment and am good at C#, but have zero skill in VB. For client side scripting I use javascript, jQuery and PrototypeJS. Should I learn any more languages or do you think that what I know is enough for web programming?

View 5 Replies

MCTS Programming Language And Cheating?

Feb 27, 2010

1- Can I select programming language in the exam or I will be forced to learn both VB and C#?2- Does MS consider testking as cheating.2- Why testking is considered cheating in some communities? what is the difference between testking and practice exams.

View 1 Replies

Php - Programming Language For Internet Startup?

Nov 24, 2010

I am in a partnership with someone. We are currently planning a system that can either use ASP.NET MVC or PHP With //Insert your framework here//. At this stage I can't say to much. Now the thing is I have a bit of experience with C# and MVC. I understand the concepts and actually wrote a fully functional blog with it. Now the other side of me wants to take PHP for a test drive. Will I waste my time? How good will ASP.NET MVC scale against PHP? I have to say that I love visual studio and the integration of MVC tools like quickly adding a view and a controller... Everything fits nicely. But the learning curve was quite steep and still is. I haven't really touched AJAX and Jquery yet but how easy is it to use it with ASP.NET MVC? I already googled and researched this but I want opinions of those who have been working with these technologies.

View 6 Replies

Domain Driven Programming And Events?

Dec 5, 2010

I'm doing some asp.net mvc coding using DDD. I have objects representing the business entities and service repositories that handle fetching and adding them. I'm new to this and as my application grows I begin to see a lot of secondary code that must run as a result of adding, deleting or changing my domain objects/data.

I'd like to make an event driven system where one action triggers other parts of code to run. For instance when I delete a user I want to be able to subscribe a number of other things to this action so they all are run when a delete takes place.

How have you coded your applications to handle these situations? How can I establish a reliable and coherent OO system for my problem? I already know about events and delegates but I'm more interested in coding techniques and nice practices.

View 2 Replies

Web Forms :: Get Dimension Of Flv Movie By Programming?

Jul 1, 2010

I load a flv movie into my project, so I can set its dimension manually but how can I get the dimension of flv movie by programming?

View 2 Replies

Youtube Site Programming - Player To Use?

Apr 9, 2010

i am developing video uploading and play functionality just like You Tube for my project. which player i user for site? should be run all this file

* Windows Media Video (.WMV)
* .3GP (cell phones)
* .AVI (windows)
* .MOV (mac)
* .MP4 (ipod/psp)
* .MPEG
* .FLV (adobe flash)
* .MKV (h.264)

View 2 Replies

Architecture :: MSMQ And Socket Programming In Web?

Dec 31, 2010

I am working on live trading system, in this web system i have to show live data so i am calling my store procedure for bind my data. I have few questions -

Is it possible to use MSMQ in web ?
Is it possible to use socket programming in web ?

Its because i am calling SP in every 5 seconds and its very lengthy. I want to use socket programming or MSMQ in LIVE trading system because if any thing update or modify in tables then only web page get notification from MSMQ or Socket and i will bind my page then only. And if possible then its secure and perfect for web live environment ?

View 8 Replies

Switch From Web Programming To Data Warehousing?

Aug 27, 2010

I was looking a report on internet that data warehousing is much lucrative and highly paid IT career. I am talking about technologies like abinitio etl datastage teradata. I work in ASP.net and sql server 05. Is it a good thought to move from web programming to data warehousing technologies. Since I would have no experience with data warehousing would I be eligible for a good pay? What technologies other than data warehousing are hot in terms to salary? I know, this may sound immature but I am planning to start my own business in future and would need capital for that.

View 4 Replies

MVC :: Comparison Against Other Programming Environments Or Techniques?

Jan 28, 2010

what MVC stands for,but if I'm already developing .NET websites without it,is there any reason I would need/want to use it?is it designed for people who already have experience with developing in an MVC environment and wanted a ".net"version of it?Is there some "head-to-head" comparison of MVC against other programming environments or techniques that have been written? It seems like what I might gain in development speed I might lose in flexibility.maybe I just don't understand what all the fuss is about.hence this post!

View 6 Replies

Improve Site Using On Page SEO By Programming?

Jul 20, 2010

I have designed site for my customer site and this Commercial Loan site for the users who are willing to take a commercial loan.I wan to know what should I do from programming site of view so that when user search it must be there in first 5 link.Site name is http://commercialloans4all.com

View 2 Replies

C# - How Much Time Roughly It Takes To Learn Programming

May 30, 2010

I am a PHP MYSQL person but now i have got webiste to do it ASP.net.I kow nothing about ASP.NET. INitially i was thinking of ASP.NET as a programming language but now i now its not , i really don't know what it is.Someone told me that i have to do c sharp to build the website. I i have to display simple data from database how much different is c sharp from php.Does it has all function like php to echo stuff etc

View 4 Replies

Learning A New Web-oriented Programming Language, Where To Begin

Jul 22, 2010

A bit of background: I am familiar with PHP and Java, did some C, C++ and Lisp (gasp!) back in programming classes but never used them too much. So, I've been wanting to step out of PHP a bit for web development. I have a few reasons for this (in no particular order): there's a lot of amateurish code(rs) in PHP, which somehow makes me look bad; I am unhappy with a few quirks in the language; and I really want to try something new. Here are the options I've been looking at:

Python and Ruby (on Rails): They both seem nice, but it looks like I'll have some difficulty finding webhosts that run these. And it appears that Python scripts aren't as portable as PHP (correct me if I am wrong).SP.NET: I have an issue with Microsoft software kind of existing in their own realm. I mean, MS has some really good tools for developers and if you stay within those tools your life is easy. But if you deviate just a bit out of it, you are on your own. And oh, it's not opensource.

So what do you recommend? And if I go with Python (it's tempting), should I use a framework like Django or web2py or should I go down and dirty with the basics (same thing with ASP.NET and MVC)?

EDIT: What I don't like about PHP:

No namespaces
Implicit type conversions can cause problems
Many silent errors
No unicode support
Slow
....

View 8 Replies

AJAX :: Programming Model - Getting Values Of Dropdownlists

Feb 6, 2010

Imagine I'm developing a webform with two dropdownlists and a submit button. The second dropdownlist depends on the choice in the first, and both are loaded dynamically using webmethods being called with javascript in de ASPX page (ajax). When I submit the form to the server, to save the data, I can't get the value of those dropdownlists. I think it is because with client AJAX no viewstate data is being generated. I need to send the data to the server and save the webform data, and identify wich data is on each webcontrol.

View 3 Replies

Programming Model For Prototyping Then Reusable For Production

May 15, 2010

In .NET land what would be a good approach for quick prototyping of a concept (i.e. development just on my PC) that could then be extended out to product (users across LAN/WAN), BUT in a fashion that the model/business logic code and data access layer code can be used as is? One thought for example I had as to do:
(a) WinForms with business logic and Entity Framework layer to SQL Server Express on my PC, then
(b) Go then to ASP.net (using the business logic / data library) with SQL Server/IIS

View 2 Replies

Modular And Structured Programming (Connection Strings)

Mar 28, 2011

I was asked to design a asp.net website with modular programming, yet I have no clue what that actually means, does he mean structured programming?, everything I've found on modular programming has no relation to an asp.net website (or its code behind). Could someone explain what it means if: I have a database connection on each page of the website rather than having the connection string in the global or webconfig page? Does this mean structured or modular? In what terms could you achieve modular programming with a website that has no loadable modules? Its just a site with a few connection strings and some clever programming to do some fancy html?

I've seen other posts about webparts and cms but really have no understanding of them? Are they relevant? Unsure. My site is just a social network site that allows some one to login/create account with the website then go to his own profile and display things about himself that are saved to our database. Nothing in it requires modules as far as I can tell? So it makes me think is it a different method of actually "programming" writing the code? i.e is it stored in a different manner is it refrenced in a different manner is called in a different manner?

View 3 Replies

WebMatrix :: Programming With WebPages Vs Using As Site Tool

Mar 4, 2011

I'm new here. Noticed that most posts are related to WebMatrix as a tool, not WebMatrix-WebPages programming. Also WebPages does not require WebMatrix at all. Perhaps there's another forum for WebPages, otherwise I would suggest to split this forum into two. WebMatrix | WebPages,

View 1 Replies

Mobiles :: Get Image From Database C# Smartphone Programming

Aug 4, 2010

I'm doing a smartphone devices coding on a few web forms. The database is created using visual studio, so how to display the picture in the web form after searching Search Food -> Display results with combo list to choose the food (example choose chicken rice) - > Web form display details of the chicken with a button to show/hide the picture of the chicken rice.

View 3 Replies

Security :: How To Set Access Or Permissions To Folder By Programming C#

May 3, 2010

how can we set grant or dynie access or permissions to folder by programming c# in asp.net?

View 5 Replies

Architecture :: Sqlconnection - Streaming Programming Wouldn't End

Oct 28, 2010

i would like to write a streaming programming which will keep updated or query the database. I would like to use a connection instead of open and close connection on each transaction. But the streaming programming would not end, running at all the time. So, is it any effect if i am using only one connection (within a long period). Such as performance, timeout issue, or others exception.

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved