Related resources for SDL
  • How to Create a Simple Web Service and Use it in ASP.NET9/17/2024 10:29:10 AM. Learn to create and use a web service in ASP.NET with this guide. Start by setting up a new ASP.NET project in Visual Studio, adding a web service file, and defining methods for basic arithmetic opera
  • The Code and Software Development Lifecycle8/30/2024 5:57:30 AM. Understand the phases of the Software Development Lifecycle (SDLC), including planning, design, testing, and implementation, and how they contribute to delivering robust, scalable software.
  • Understanding of the Software Development Life Cycle (SDLC)6/13/2024 7:40:47 AM. The Software Development Life Cycle (SDLC) is a structured approach to delivering reliable software on time and within budget. Evolving since the 1960s from the waterfall model to Agile and DevOps, SD
  • Agile Methodology Essential for Fast-Paced Software Development6/13/2024 5:23:25 AM. Agile methodology is a collaborative, flexible approach to project management, emphasizing iterative progress, customer feedback, and team collaboration. Originating from the Agile Manifesto in 2001,
  • An Overview Of Web Services In .NET6/4/2024 9:50:10 AM. A web service is an XML-based information exchange system that creates direct interaction between the two applications over the internet or network in order to exchange data or information.
  • WADL vs WSDL: The Battle of Web Service Descriptors5/30/2024 4:41:19 AM. Explore the significance and evolution of WSDL and WADL in web service description. WSDL, tailored for SOAP-based services, contrasts with WADL, simpler and geared towards RESTful services. While WSDL
  • Understanding RFP and RFI: Differences and Real-World Examples5/29/2024 6:18:55 AM. In this article, we explore the essential roles of Request for Proposal (RFP) and Request for Information (RFI) in procurement and we'll explain what each one is, their key differences, and provid
  • Create ASMX Service For SharePoint5/3/2024 9:18:10 AM. Develop ASMX services for SharePoint using .NET Framework and Visual Studio. Leverage SharePoint's web services to enable SOAP-based communication, accessing SharePoint data and functionality seam
  • Web Service Method Attribute Properties4/30/2024 9:42:58 AM. Web Service Method Attribute Properties define behavior and metadata for methods in web services. They encompass features like message formatting, parameter handling, and service invocation specificat
  • Using the Web Services in ASP.NET4/25/2024 7:55:47 AM. Explore the creation of Web Services with ASP.Net, their architecture, and usage. Learn about SOAP protocol, WSDL, and UDDI for service description and discovery. See how to create and consume Web Ser
  • Difference between Azure DevOps vs Jenkins4/1/2024 11:33:12 AM. Azure DevOps, Microsoft's suite for DevOps practices, fosters collaboration and manages the software lifecycle. Jenkins, an open-source CI/CD tool, automates tasks. Both offer distinct features an
  • Mastering DevOps: History, Benefits, and Real-World Applications3/26/2024 8:36:39 AM. This article delves into the fundamentals and advantages of DevOps through real-world examples. It covers DevOps history, its principles, workflow, continuous integration, and continuous deployment in
  • Getting Started with Azure DevOps2/13/2024 5:25:38 AM. This article provides an introduction to DevOps, highlighting its collaborative approach between development and operations teams to improve software development, testing, validation, and deployment p
  • Mastering the Infinite Game of Software Development11/6/2023 6:37:07 AM. When you embrace the infinite nature of software development, you open yourself up to a lifetime of learning and growth. Mastering the Infinite Game of Software Development
  • Automating Quality: SCA, SAST, DAST and more9/22/2023 12:58:11 PM. In this session, we will explore the crucial role of automation in ensuring software quality throughout the Software Development Life Cycle (SDLC).
  • How To Prepare Environment For Salesforce API Based Development7/21/2023 8:41:16 AM. In this article, we will discuss the detailed steps on how to set up the environment for API Development in Salesforce with all prerequisites tools & permissions.
  • Sequence Diagram Used in Software Development7/2/2023 5:37:21 PM. The interactions between items or components in a system are often visualized in software development using sequence diagrams, a type of UML (Unified Modelling Language) diagram. By depicting the seri
  • Activity Diagrams Used in Software Development7/2/2023 5:09:56 PM. The "Unified Modeling Language" provides the foundation for the system flow diagram. This diagram illustrates how the user interacts with the system for each use case. How the system will fu
  • System Sequence Diagram Used in Software Development6/30/2023 6:59:28 AM. A System Sequence Diagram (SSD) is a UML (Unified Modelling Language) diagram used in software development to depict the interactions between an external actor and the system being developed. It illus
  • Use Case View in Software Development6/30/2023 6:19:06 AM. The Use Case View is a perspective used in software development that concentrates on identifying a system's functional needs from the viewpoint of its users or other external actors. It aids in co
  • How to Select the Software Model for the Software project6/29/2023 10:45:57 AM. Every Software model provides the software development cycle that helps us to efficient and effective development. By using the Software development process model, we can get the requirements to form
  • Why We Use Software Models in Software Development6/29/2023 10:43:51 AM. In this article, we will discuss a selection of process models and the importance of software process models why software models are important for the development of software processes, and how they c
  • Why Process Model is Important for the Modern Software Development?6/29/2023 10:15:16 AM. Here we are discussing some important points in which we identify why the software process model is important for software development.
  • Why the Software Process Model is important6/29/2023 10:11:40 AM. Software Process models have great importance in the development of software products. Every software model control, manage, guide, and monitor the software development process. Software process model
  • How to use Software Model Software Process Model6/29/2023 8:43:18 AM. In this article, we will discuss how we can use the process models and the importance of software process models why software models are important for the development of software processes, and how th
  • How Process Models Play a Key Role in Software Development?6/28/2023 6:48:51 AM. The software process model plays a key role in software development. Some of the key roles are given below.
  • Software Prototype Used In Software Development6/28/2023 6:25:48 AM. Software Prototypes is the process of building the working model of software that is under development. But prototype may not be holding the exact functionality of the real software product. Software
  • Agile Model Used In Software Development6/28/2023 6:11:22 AM. The agile model is the combination of the incremental and iterative model that focuses on product quality and adaptability and customer satisfaction by rapid delivery of working and fully functional s
  • Big-Bang Model Used In Software Development6/26/2023 7:29:04 AM. The Big-Bang model is the Software development life cycle model where the development team does not follow any specific process. The development of the software product just starts when finance and ef
  • V-Model Used In Software Development6/26/2023 7:12:32 AM. The V model is the SDLC Model where execution of the process happens sequentially. V model is also known as validation and verification. The V model is the extension of the Waterfall model based on th
  • Spiral Model Used In Software Development6/26/2023 6:53:56 AM. The spiral model combines the idea of iterative development with the controlled and systematic aspects of the first model waterfall.
  • Iterative Model Used In Software Development6/26/2023 5:36:24 AM. The iterative model starts the process with a simple implementation of a small set of requirements and iteratively enhances the evolving versions of the system that is complete and ready to be deploye
  • What is Software Development Life Cycle (SDLC)?6/23/2023 1:51:56 PM. The software development life cycle is the process followed within a Software Organization. It is the detailed process that describes how to develop, maintain, and replace the software product.
  • How To Setup Visual Studio Community For Graphical Programming In C++4/30/2022 5:49:55 AM. In this article, you will learn how to setup visual studio community for graphical programming in c++.
  • Introduction to Web Services1/31/2022 11:25:19 AM. A tutorial explains basics of web services followed by sample example.
  • Review Software Project & SDLC Process9/27/2021 2:21:27 AM. In project management, we focus on the triple constraint theory, lifecycle processes, and phases. In software development, we focus on the SDLC process, phases. This article explains the SDLC model li
  • Mob Programming And Software Development Life Cycle (SDLC)6/5/2021 11:48:33 AM. In this article, Mob Programming, Refactoring and Software Development Life Cycles are discussed. Different Sofware Development life cycles are broken down for easier understanding with their individu
  • Introduction to Agile - in Your Pajamas : Growth Mindset Virtual Conference4/17/2021 5:45:54 PM. This session is about Introduction to Agile - in Your Pajamas by two agile leaders Brandon Call and John Gholson in Growth Mindset Virtual Conference.
  • How to Connect Salesforce API With C#1/20/2021 11:35:41 AM. This article explains how to connect to or integrate with Salesforce with C#.
  • Model Defined Function10/29/2020 4:35:50 AM. A model-defined function is the function that is defined in a conceptual model of EDMX. The body of the MDF (Model Define Function) is representing in Entity SQL, which allows the function to be used
  • The Basics of the Software Development Life Cycle5/4/2020 11:26:38 PM. In this article, we will learn more about the Software Development Life Cycle phases
  • What And How Of Requirement Gathering - Part Two12/27/2017 1:00:39 PM. Prototyping allows gathering information by faking the production environment. In this technique, quite a lot of tools can be used to collect information, such as software programs to monitor/record m
  • What And How Of Requirement Gathering - Part One12/12/2017 1:28:39 PM. This article series is about one of the most important phases in any SDLC process
  • How To Create ASP.NET Web Service12/19/2016 12:15:22 AM. This video tutorial explains how to create ASP.NET Web Service step-by-step, which covers the following topics-Why Web Service? What Is Web Service? Real Time Scenario Creating ASP.NET Web Service Us
  • Use Of SoapUI11/29/2015 11:48:12 AM. In this article we will learn how to make use of SoapUI to execute our WSDL.
  • SDLC and STLC, A Must Know For Every Project3/10/2015 4:34:04 PM. This article explains the two important terms SDLC and STLC used by every organization for a software project.
  • Technologies Behind SOA1/29/2015 3:33:18 AM. In this article you will see few technologies in the world for SOA, like WSDL and UDDI.
  • How to Hide the WSDL File or Webservice3/1/2014 4:38:41 PM. This article shows how to hide your web service, but before that I will tell you what the problem behind it is.
  • Web Services: Part 2 (Creating a WebService)2/10/2013 5:39:32 PM. In this article you will learn how to create Web Services and consume them in a client application.
  • Web Services: Part 12/4/2013 6:37:21 PM. In this article you will learn about Web Services in detail.
  • Accessing a Web Service from a Desktop in VB.NET11/9/2012 7:42:05 AM. In this article we will study how to access a simple database driven Web Service from a Desktop application. Here I have a DbHelper class which has openconnection(), closeConnection, getDataTable, getDataset etc methods, and ConnectToDb() and getDataSet() Web methods in the Web Service.
  • Best Approach for Designing Interoperable Web Service10/13/2012 5:52:26 AM. This article will clarify and explain in detail the different Web Service Design Methodologies as defined by the Web Services Standardization Groups, clarify the terms, highlight their differences.
  • Data Integrity in Web Services10/13/2012 5:46:52 AM. Web Services bring with them great possibilities and with these possibilities are some pitfalls.
  • Integrating Google Search using the Google Web Services10/13/2012 5:41:56 AM. This sample shows how to integrate search into your application using the Google Web Service API.
  • Web Services between .NET, Java and MS SOAP Toolkit: Part 210/13/2012 5:14:58 AM. This second article in this series dedicated to Web services comes as a sequel to the first one in which I started to tell you how you could build different kind of clients and services using MS SOAP Toolkit, Apache SOAP for Java and .NET Framework.
  • Musical Teacher Web Service10/13/2012 5:07:29 AM. A number of people / organizations have developed web services that are available for free to use.
  • Creating the Web Service Consumer 10/13/2012 3:24:12 AM. In this article I will explain creating the Web Service Consumer.
  • Web Service Between .NET, Java and MS SOAP Toolkit - Part II5/19/2012 6:44:42 AM. Second article in this series dedicated to Web services comes as a sequel to the first one in which I started to tell you how you could build different kind of clients and services using MS SOAP Toolkit, Apache SOAP for Java and .NET Framework.
  • Service Contracts in WCF5/15/2012 5:24:22 PM. Service contracts describe the functional operations implemented by the service
  • System Development Life Cycle: Part 24/28/2011 2:39:20 PM. Now let’s discuss System Development Life Cycle with its different Phases in detail,
  • System Development Life Cycle: Part 14/28/2011 2:27:29 PM. System Development Life Cycle (SDLC) is the process of developing, implementing, and retiring information systems through a multistep process from initiation, analysis, design, implementation, and maintenance to disposal.
  • Web Service WSDL Easily Explained11/26/2010 7:18:27 PM. In this article the Web Services Description Language (WSDL) is easily explained.
  • Software Testing Life Cycle (STLC)10/11/2010 4:23:43 AM. In this Article we define the various stages of testing.
  • XML-Based Protocols4/13/2010 12:45:19 AM. In this article I will explain you about XML-Based Protocols.
  • Project Life Cycle beyond SDLC5/18/2009 5:52:34 AM. Many people think project life cycle circulates around SDLC. In this article, we will discuss about other phases which occur before SDLC starts. I know that companies have tailor made phases we have just tried to put phases followed by majority IT companies.
  • Chapter 32: Web Service Standards and Extensions4/29/2008 6:27:07 AM. This chapter describes two most important web service protocols: SOAP and WSDL. SOAP is an incredibly lightweight protocol for messaging. WSDL is a flexible, extensible protocol for describing web services.
  • Degenerated Observer and Asynchronous Web Services2/7/2006 11:30:24 PM. In this article I will revisit Observer pattern and try to show how it can be modified and used to make web services to dispatch and receive notifications.