5 ms·
I frequently write ChatGPT requests such as: "Create a c# object with the following fields: CustomerID, FirstName, LastName, RegistrationDate" (or the like). Th
by keltex 4y ago
I frequently write ChatGPT requests such as: "Create a c# object with the following fields: CustomerID, FirstName, LastName, RegistrationDate" (or the like). The fields might be pasted from a SQL query. It does a pretty remarkable job even guessing the correct types.
- hnrodey 4y agoYou might enjoy Github Copilot. I'm using the free 60 day trial and it's produced some really remarkable code snippets that were very helpful. Also, it's suggested code that was wildly unhelp so YMMV.