Sean M. Drew Sr.blog.seandrew.info·Dec 16, 2024Passing an Array of Items to a SQL Stored Procedure Using XML from C#In SQL Server, a common challenge is passing multiple values to a stored procedure. One effective way to achieve this is by passing an array or list of items as a parameter allowing you to compactly represent an array of items as a single parameter, ...C#
Junaid Bin Jamanjunaidbinjaman.help·Dec 12, 2024Beginner-Friendly Guide to XML: Understanding the BasicsIn today's data-driven world, the ability to structure and exchange data efficiently is crucial. One of the most widely used formats for this purpose is XML (eXtensible Markup Language). If you're new to XML, don’t worry! This beginner-friendly guide...xml
Ankita Lunawatcloudhub2295.hashnode.dev·Nov 27, 2024Build and Manage your Java projects using MavenMaven is a powerful build automation tool primarily used for Java projects; it manages the build process, dependencies, and packaging of your project. Prerequisites AWS Account with Ubuntu EC2 Instance. JDK, Maven installed. Update the package li...JDK
Ahnaf Tahmid Zamanahnaftahmidzaman.hashnode.dev·Nov 21, 2024Building a Dynamic Book Catalog with AJAX and XMLIn today’s fast-paced web development world, creating smooth and responsive user experiences is key. One way to achieve this is through AJAX (Asynchronous JavaScript and XML), a powerful technique that allows web pages to communicate with servers and...Dynamic Webpages
Vibhanshu Singhsinghvibhanshu.hashnode.dev·Nov 17, 2024Simple YAML Basics: A Beginner's GuideYAML: Yet Another Markup Language [Previous]YAML: YAML Ain’t Markup Language (RECURSIVE it is 😅) [Nowadays]Example of Markup Language: HTMLQ: What is the use of markup language?A: It provides child-parent relations. Not a programming language. Bas...26 readsDevops
Mark Pelfmarkpelf.hashnode.dev·Nov 8, 2024XSD Tools in .NET8 – Part10 – LiquidXMLObjects - AdvancedXSD Tools in .NET8 – Part10 – LiquidXMLObjects - Advanced A practical guide to XSD tools available in .NET8 environment. Abstract: A practical guide to XML and XSD tools available in .NET8 environment, focusing on generating and using C# classes to p...C#C#
Mark Pelfmarkpelf.hashnode.dev·Nov 8, 2024XSD Tools in .NET8 – Part9 – LiquidXMLObjects- SimpleXSD Tools in .NET8 – Part9 – LiquidXMLObjects- Simple A practical guide to XSD tools available in .NET8 environment. Abstract: A practical guide to XML and XSD tools available in .NET8 environment, focusing on generating and using C# classes to proce...C#C#
Mark Pelfmarkpelf.hashnode.dev·Nov 8, 2024XSD Tools in .NET8 – Part8 – LinqToXsdCore - AdvancedXSD Tools in .NET8 – Part8 – LinqToXsdCore - Advanced A practical guide to XSD tools available in .NET8 environment. Abstract: A practical guide to XML and XSD tools available in .NET8 environment, focusing on generating and using C# classes to proce...C#C#
Mark Pelfmarkpelf.hashnode.dev·Nov 8, 2024XSD Tools in .NET8 – Part7 – LinqToXsdCore - SimpleXSD Tools in .NET8 – Part7 – LinqToXsdCore - Simple A practical guide to XSD tools available in .NET8 environment. Abstract: A practical guide to XML and XSD tools available in .NET8 environment, focusing on generating and using C# classes to process...C#C#
Mark Pelfmarkpelf.hashnode.dev·Nov 8, 2024XSD Tools in .NET8 – Part6 – XmlSchemaClassGenerator - AdvancedXSD Tools in .NET8 – Part6 – XmlSchemaClassGenerator - Advanced A practical guide to XSD tools available in .NET8 environment. Abstract: A practical guide to XML and XSD tools available in .NET8 environment, focusing on generating and using C# classe...C#C#