Knowing about the prerequisites of .net
-
I am developing an application called mysql query browser in C#.net. I have to mention hardware and software requirements in my SRS.But I dont know how to know what are these and what is the reason behind this....so plz tell me....I am using .net 3.5..thanks...
-
I am developing an application called mysql query browser in C#.net. I have to mention hardware and software requirements in my SRS.But I dont know how to know what are these and what is the reason behind this....so plz tell me....I am using .net 3.5..thanks...
The reason is very simple. Imagine trying to run the application you are building on a machine that does not have the framework installed or on a system that does not have Windows. It wont work! As a result, you need to list out the minimum requirements that your application needs to run.
-
I am developing an application called mysql query browser in C#.net. I have to mention hardware and software requirements in my SRS.But I dont know how to know what are these and what is the reason behind this....so plz tell me....I am using .net 3.5..thanks...
Hi, Hardware Requirements: The computer hardware to run your application (Like: Minimum RAM required, Hard Disk Space needed, Processor (Dual core, i3, i5, P4)) Software Requirements: The softwares wihout which your application will not run (Such as Operating System (Windows7, WinXP, Linux etc),.NET framework (if required), Windows Installer etc.) I have just giving you the example, but the actual requirement you have to know.
Happy Coding... :)