Best practice of creating a custom exception in .NET
This is a great article explaining how to create a custom exception that follows the standard
http://dotnetconcepts.wordpress.com/2010/05/28/custom-exceptions-in-c/
This is a great article explaining how to create a custom exception that follows the standard
http://dotnetconcepts.wordpress.com/2010/05/28/custom-exceptions-in-c/
AI engineer and solution architect in Sydney. Agents, MCP, RAG, Azure, .NET, EV charging. I write about what breaks after go-live.
This snippet of code shows how to do Synchronisation or HTML tag replacement -My problem is i want to synchronise of tags between 2 HTML document Issue -Source.htm my source.htm has this tag <xml id=”STATIC_CRITERIA_”> …
I have an Excel file that need to be exported into XML. I have a few files to be converted. One of them was complaining when I’m about to export it to XML and it throws…
Partners still drop files on SFTP. Azure still wants blobs, queues, and a ledger you can audit. SFTP integration on this stack is not “one Function that does everything.” It is three small, config-driven connectors: publish…
I keep getting this message “an activex control on this page might be unsafe to interact with other parts of the page. do you want to allow this interaction” when I try to access a page…
I have a function that is used to save a file base on the user input (basically the user can type whichever filename and whichever path) and the code is not handling the invalid filename or…
This post will explain how to iterate through datatable and how to get value based on index. //This function is used to iterate through datatable private void GetAllRows(DataSet ds){ // iterate through table in the DataSet…