sdlc

What version numbering scheme do you recommend? [closed]

孤人 提交于 2020-01-19 04:33:06
问题 Closed . This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 3 months ago . My question is, which version-naming scheme should be used for what type of project. Very common is major.minor.fix, but even this can lead to 4 number (i.e. Firefox 2.0.0.16). Some have a model that odd numbers indicate developer-versions and even numbers stable releases.

How to best integrate HTML/design with C# code in ASP.Net or ASP.Net MVC? [duplicate]

∥☆過路亽.° 提交于 2020-01-13 06:54:07
问题 This question already has answers here : Is it OK to create the HTML first for an ASP.Net or ASP.Net MVC site? (6 answers) Closed 5 months ago . We're working on a new ASP.Net site. The last major site we did was in classic ASP--the procedure we used there was to have the HTML completed first, then "bring it to life" with the ASP code. In the ASP.Net world, how does this work? I.e. how do the designers do their work if much of the mark-up is actually being generated by the server controls? We

How to best integrate HTML/design with C# code in ASP.Net or ASP.Net MVC? [duplicate]

风流意气都作罢 提交于 2020-01-13 06:54:05
问题 This question already has answers here : Is it OK to create the HTML first for an ASP.Net or ASP.Net MVC site? (6 answers) Closed 5 months ago . We're working on a new ASP.Net site. The last major site we did was in classic ASP--the procedure we used there was to have the HTML completed first, then "bring it to life" with the ASP code. In the ASP.Net world, how does this work? I.e. how do the designers do their work if much of the mark-up is actually being generated by the server controls? We

What is the best way to handle release management for software with multiple versions?

拥有回忆 提交于 2019-12-21 20:25:32
问题 My company builds a web application for Real Estate Institutions -- initially coded in classic ASP with an incremental migration to .NET. Essentially, its a website with backend DB, mixed with custom windows services/dll's. Pretty standard for .NET apps. In my past companies, we had a traditional software design life cycle. We built releases of our products, and when we released, ALL customers received the same code. Product requirements were filtered through our engineering team, sent to QA

Agile Vs Spiral Model for SDLC [closed]

空扰寡人 提交于 2019-12-20 08:36:04
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 2 years ago . I believe that Agile is nothing but another implementation of Spiral Model. I am a big supporter of Spiral (The spiral model is a software development process combining elements of both design and prototyping-in-stages, in an effort to combine advantages of top-down and bottom-up concepts) since its beginnings

How to evaulate the design of a brand new application which falls into fairly unfamiliar knowleadge domain to you?

ⅰ亾dé卋堺 提交于 2019-12-11 12:15:26
问题 Recently I participated in designing & writing of an application which my team was given complete requirements and had to basically design and code it - it was about automation of 3rd party handwriting recognition platform to interop with a couple of our systems. Now a few months after the customer called with what seemed to be at first glance a minor issue, but after investigating it turns out that the whole application requires re-design just to fix this inaccuracy (it's easier to re-design

Complete Deploy vs Out of Cycle Deploy

穿精又带淫゛_ 提交于 2019-12-11 05:47:50
问题 I'm not sure If any of you have encountered this scenario.We have small small projects or fixes that we need to push to LIVE every other day. There is one set of team that says "do a clean build and deploy on prod server". The other set says we don't have to do a full deploy we will just do a dll drop or aspx drop. They have listed out few pros and cons for each method. But want to know what method you generally follow any major set backs for each method. 回答1: I would first of all try to

How can one get a QA team more involved in the SDLC? [closed]

我们两清 提交于 2019-12-09 13:38:34
问题 Closed . This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed last month . I have worked in environments where the QA team has been actively involved in the development process from the onset of a project through maintenance. I generally have found this to be effective as the QA team has an idea of what is going on from a business prospective early

Gitflow and testing / deployment

回眸只為那壹抹淺笑 提交于 2019-12-06 13:32:19
问题 I have a few questions around how do you handle testing and deployment when many developers are working on the same thing (that cant be split further) and you still want to deploy daily. Currently we follow Gitflow where we have our features branches that everyone is working on an isolated feature. Features are merged into develop branch. Every now and then we take some time to cater for user requirements / bug fixes / quick features etc. The end goal is to get those to PROD asap. My question

How to best integrate HTML/design with C# code in ASP.Net or ASP.Net MVC? [duplicate]

浪子不回头ぞ 提交于 2019-12-04 20:23:15
This question already has answers here : Is it OK to create the HTML first for an ASP.Net or ASP.Net MVC site? (6 answers) Closed 3 months ago . We're working on a new ASP.Net site. The last major site we did was in classic ASP--the procedure we used there was to have the HTML completed first, then "bring it to life" with the ASP code. In the ASP.Net world, how does this work? I.e. how do the designers do their work if much of the mark-up is actually being generated by the server controls? We are also looking at ASP.Net MVC as a potential lightweight alternative. Would be very interested to