Csharpjava's Posts
Nairaland Forum › Csharpjava's Profile › Csharpjava's Posts
1 2 3 4 5 6 7 8 9 10 (of 12 pages)
Here is an example if you are working with asp.net Put this code within the body of the html page where the value will come from: <asp:Label ID="Label1" runat="server" Text="Query String"></asp:Label> <a href = "About.aspx?Answer=<%= Label1.Text %>"> Send to Another Page </a> And this code below should go in the page load event of the server code of the .aspx page that will accept the value above protected void Page_Load(object sender, EventArgs e) { Label1.Text = Request.QueryString["Answer"]; } |
@ Poster, what you need if you are working with asp.net is a Query String in .net, if you are still interested let me know and I will post a sample code here for you to see. |
I saw the example below on Microsoft's website, I hope you'll find it useful. ReportDocument.PrintToPrinter Method: Public Overridable Sub PrintToPrinter(ByVal nCopies As Integer, ByVal collated As Boolean, ByVal startPageN As Integer, ByVal endPageN As Integer) Parameters: nCopies Indicates the number of copies to print. collated Indicates whether to collate the pages. startPageN Indicates the first page to print. endPageN Indicates the last page to print. To print all pages, set the startPageN and endPageN parameters to zero. The following example sets the report's page margins, selects the printer, and prints the report. Private Sub PrintReport(ByVal printerName As String) Dim margins As PageMargins ' Get the PageMargins structure and set the ' margins for the report. margins = Report.PrintOptions.PageMargins margins.bottomMargin = 350 margins.leftMargin = 350 margins.rightMargin = 350 margins.topMargin = 350 ' Apply the page margins. Report.PrintOptions.ApplyPageMargins(margins) ' Select the printer. Report.PrintOptions.PrinterName = printerName ' Print the report. Set the startPageN and endPageN ' parameters to 0 to print all pages. Report.PrintToPrinter(1, False, 0, 0) End Sub |
What you need is a client server application. This is done at the development stage of the software using TCP/IP or Socket Programming. |
No response from poster. Well I'm out of here. |
lordZOUGA: It doesn't explain how or why he had to make 28billion dollars annually in 5years after he opened facebook. ![]() |
"Zuckerberg began using computers and writing software as a child in middle school. His father taught him Atari BASIC Programming in the 1990s, and later hired software developer David Newman to tutor him privately. Newman calls him a "prodigy", adding that it was "tough to stay ahead of him". Zuckerberg also took a graduate course in the subject at Mercy College near his home while he was still in high school" Source: Wikipedia These successful dropouts in computing have already had their university education at home when they were still a child, so unless you too have had such a privilege when you were a child my advice to you will be to complete your university education in a course you have passion for. |
My advice for you will be to practice writing the codes on an A4 exercise book and just copy and paste codes from Google to test on the computer that what you are writing down works, this will help you to spend less time in front of your computer. I wish you the best of luck with what you are learning. |
Creating an efficient Friends Graph will require the use of a Map for languages that supports Map or IDictionary in C# or VB.Net and a Composite Object which can be used with an in memory Database or a flat file. A Composite Object will be good for storing and retrieving the different attributes you want for each user. |
mkwayisi: @delomos: Not true. Anything is possible under the sun. You just have to look deeper.I'm not kidding. See this link that does it for you online http://www.patternmedia.com/projects/image_to_html_converter |
First: Website Requirement Document with Agreement Contract If not see cartoon below: https://www.nairaland.com/866437/humour-does-this-realy-says
|
You can use input output streams to read and then write the the image file out as binary digits, then convert the binary codes to hexadecimal codes which are used for colour codes in HTML. You will need to understand low level programming in order to pull this through. |
delomos: No offense but often Professors live in their heads,Design and Analysis of Algorithms I By: Tim Roughgarden, Associate Professor |
prodam: Presently, real programmers, I mean raw code writers here in Nigeria are deprived of their entitlements financially and socially.This trend will continue if your observations are correct, as long as Nigerian programmers feel they know all and are not willing to learn more advanced programming than just writing codes from a class diagram. I posted an extract of a class diagram and a formal specification language on another thread and to my greatest surprise no programmer on this forum made any attempt to have had a go at it or to find out more about it. Formal specification is a must when writing business, mission and life critical applications, so why will these companies not continue to hire Indian programmers when these programmers are already gurus in a formal specification language. |
okeyxyz: @csharpjava, while the bolded is correct, i do not agree that you need a software engineer to accomplish them. A database expert is more than capable to do the job perfectly well. i don't know about software engineering & i can't make head or tail of the formula you posted earlier, but the requirements here are certainly not beyond the scope of database analysis of business processes, relationships & design. so, the expertise of a software engineer must include somethings beyond this scenario.Sorry I brought S/E into this thread, I had to in order to correct some misconceptions about S/E, for the sake of those who do not know about S/E. You are right you don't need Formal Specifications in Software Engineering for most applications, but when it comes to Mission, Business and Life Critical applications you will need a S/E to convert UML Class Diagrams to Formal Specifications like the one I posted before, it is from these Formal Specification that the actual code are then written, this will help save time, effort and money involved if it had been coded straight from the UML Class Diagram and then tested. But with Formal Methods in S/E, all the testing would already have taken place in the Formal Specification. |
delomos: @csharpjava:Don't worry when I'm around next time, I'll be able to put your curiosity to rest by showing myself to you in person with my personal credentials so you can take me to your ogas, for them to meet a REAL Software Engineer for the first time. |
@delomos I have already given real facts to back up my claims and you have not even tried to complete the Formal specification I posted earlier. Here is another fact, see below the work of a software Engineer at Google, this is an extract from a recent job advert and I hope you show it to your ogas. The bolded involes coding which are what your ogas have told you Software Engineers cannot do. The role: Software Engineer, GoogleDotcom As a Software Engineer working on Google's critical production applications and infrastructure, your mission will be to ensure Google is always fast, available, scalable and engineered to withstand unparalleled demand. "You will design and develop systems to run Google Search, Gmail, YouTube, Maps, Voice, AppEngine, and more." "As a successful candidate for this role you will have strong analytical and troubleshooting skills, fluency in coding and systems design" "Manage availability, latency, scalability and efficiency of Google services by engineering reliability into software and systems" "Respond to and resolve emergent service problems; write software and build automation to prevent problem recurrence" |
delomos: So you advice I ask what I don't know; I will take that into account right away and ask:Don't miss quote me, I'm not here to show off what I have done, I'm only here to share my knowledge with those that are interested and to correct any false claims from your ogas and others about Software Engineers. |
@ delomos My advice for you is to stop posting stuff you know nothing about. You and your ogas are not Software Engineers so it is not for you to come on this forum to post what you don't know about Software Engineers. I can see that you believe software developments starts and ends with what your ogas tell you and what you do at your place of work. This makes you feel you know all, but the truth is that you know very little about Software development and instead of criticizing advance stuff you know nothing about, it will be better for you to ask questions about what you don't know so that you can learn something new, which you can tell your ogas about. |
delomos: @csharpjava#1. In that case I'm sure your ogas have never met a qualified Software Engineer. #2. So if your ogas tell you the earth is flat, I'm I not right in saying that I'm sure your ogas are still leaving in the past. #3. The Formal Specification I posted above is for solving real life problems and it's a must for any programmer writing Business, Mission or Life Critical applications to follow before writing a single line of code as testing intergrity software after coding is a waste of time, money and effort, just as engineers do not build a bridge and then ask you to drive your car over to test whether the bridge will fall down or not so that they can go back and fix the error they have made, no they only have one shot at getting the bridge right the first time. This is the reason software engineers too have to convert from UML specification to a Formal Specification from which they can then write their codes for that application. |
techytom: if he's a programmer(neatness of code), software engineering(approach to information gathering). I don't want to be one of the folks that put programming and software engineering as the same delomos: it's a waste of time bringing an engineer in for interview and asking them to "code".I'm sure that both of you have never met a qualified Software Engineer before, because if you have then you won't make such comments. Software Engineers are trained to handle all stages of software development life circle, which includes programming. Ok here is a simply programming test for a Software Engineer, you can try it yourself. Question: Convert the class diagram extract below to a Formal specification that will guarantee that the code will not fail and then convert each line of the Formal specification to either Java, C# etc. An extract of the Formal specification has been provided for you to complete.
|
prodam: @kodewrita:The concept, architecture and the code implementation are all the work of senior network programmers. |
A router and other networking devices would not have been available without network programmers. This area of programming is called TCP, UDP, Client Socket and Server Socket programming. Here is an advance ping application and the C# code for it
|
Ghenghis: If you think through the entire discussion, you'll realize "complex" does not translate to "critical". Business applications are complex, not necessarily life critical.There are three categories of critical applications, they are: life critical, Mission Critical and Business critical applications. The core applications for companies like eBay and banks are Business Critical applications, this is the reason they are developed using a Waterfall or Iterative Waterfall methodology as it is important that the entire core requirements are fully developed and tested with one of the methodologies of Formal Methods in Software Engineering like VDM-SL to ensure they will not fail, before they are put into production. Business Critical applications are complex because they are high Integrity applications which must not fail, if not organisations like eBay and banks will loose millions of money if their core applications should fail. Agile methodologies are used for applications that are not life critical, Mission Critical or Business critical, when application developed with agile fails life and money are not lost, you just have to wait for a patch few weeks or months down the line to fix it. |
delomos:Here is a recent job advert by eBay on indeedDotCom: Software Engineer 3 - new eBay - Salt Lake City, UT "to ensure the success of the team and project Experience in formal waterfall development and agile iterative methodologies Ability to translate abstract..." eBay - 7 days ago - save job - block - email - more... Remember that it was a question about how Ecommerce sites like eBay and Amazon were developed that lead to you opening this thread. This should prove to you that waterfall is still very well in use today for complex applications. If you look back at most of my post you'll see that I have always been in support of an Iterative Waterfall development. |
@delomos: Please ignore the attached image below as the article was written in 2004, this is too old for this discussion. I have tried to remove it but I keep getting the message: An unexpected error has occurred. So sorry about this.
|
delomos:Alright if you cannot trust that company I mentioned above, then what about IBM here is what Per Kroll the director of the Rational Unified Process development and product management teams at IBM Rational Software has to say. "Most software teams still use a waterfall process for development projects." Source: IBM if you still disagree with this guy at IBM then you will have to post your own article on the website of a top company like IBM. |
Ghenghis: delomos:OK I will leave professors out of this discussion as both of you have shown that you do not agree with their claims about waterfall. Going back to your question above, well here is a company that uses waterfall: Saahi Systems This is what they have to say: "Our clients range from Global Fortune 500 companies to small start up and medium sized companies." "Web Development : As per the customer requirements, Saahi follows the waterfall model (which was the original SDLC method) and rapid application development (RAD) model or a hybrid of other development models to deliver web solutions." "Application Development : Saahi uses the Software development life cycle (SDLC), which is a conceptual model, used in project management that describes the stages involved in an information system development project, from an initial feasibility study through maintenance of the completed application. Various SDLC methodologies have been developed to guide the processes involved. We at Saahi basically use the waterfall model (which was the original SDLC method) and rapid application development (RAD) model or a hybrid of other development models to deliver solutions to our customers depending on the need." |
delomos:Not the professors I know in the UK, which ones are you referring to? If you should hold a seminar for businesses on how to choose the right software methodology and a professor should also do the same who's seminar do you think businesses will turn up at, yours or the professor's? |
Ghenghis: delomos:Sorry I don't have that information right now, but if I find organisations that provide information on the software projects they have used waterfall for, then I will let you know. I know professors who say waterfall is used for complex software projects both in commerce and industry. Well if you say you disagree with these professors, then you should know that these professors gets millions from orgainisations to carry out researches for them to implement, so for this reason I have to believe some of the things they say. |
;