Re: AI Code Assistants Programming Software Development by stevenbc I haven't used it but Microsoft has something called co-pilot which sounds pretty good. Re: AI Code Assistants Programming Software Development by rproffitt The definition of what an AI Code Assistant needs to be spelled out first. However in my circles we are using various tools to increase our productivity and reduce costs. The cost reduction is that we don't outsource nearly as much as we used to. Yes, the folk that we used to call on have noticed. As to VS and .NET work, the works ran the … Re: AI Code Assistants Programming Software Development by pritaeas Well, I've just recently started using Codeium and I must say, it's a great help in simplifying/accelerating the repetitive tasks required within my/our code. Re: AI Code Assistants Programming Software Development by spuriousgeek I've tried using co-pilot, codeium, claude, chatgpt and gemini. They are good for repetitive work but anything remotely complex and they are pretty terrible tbh. I find that it's quicker for me to just solve issues on my own a lot of the time than try to prompt my way through. You can very easily fall into the trap of going around in circles trying… Re: AI Code Assistants Programming Software Development by jwenting It's faster to write the code yourself than it is to fix up the junk produced by those AI "assistants". Code generators have been around for decades for specific purposes, and can work well, but these things are pretty much useless. Re: AI Code Assistants Programming Software Development by Reverend Jim A lot of editors support libraries of code snippets which are generally written and debugged by humans. Re: AI Code Assistants Programming Software Development by antwanlee I'd recommend you to go with ollama: https://ollama.com/ Its FOSS and easy to install: ``` curl -fsSL https://ollama.com/install.sh | sh ollama run dolphin-mixtral ``` Other than that I use chatgpt a lot for all kinds of different things, but I prefer ollama's dolphin-mixtral for coding for now. AI Code Assistants Programming Software Development by pritaeas Anyone here that wants to share if they use AI Code Assistants professionally, which one and why? I'm looking for experiences with backend .NET development in Visual Studio to be specific. Re: VB60, Run-time error 3709 solution Programming Software Development by rproffitt … as-is. We're ready to move to the latest Visual Studio but VB6, dead and we can't obtain licenses from… Visual studio suddenly close please help me....... Programming Software Development by JModak Visual Studio suddenly close when i open crystal report right click on page and design>page setup i try many time result is same please help me please.... please help me https://ibb.co/iBfiaG I used --- vb.net-2010 sql server 2008 r2 crystal report 13 OS windows 8.1 Re: Visual studio project Programming Software Development by ddanbe Visual Studio is just an integrated development environment. Which computer language you like to use in it? C#, VB.NET, C++, F#, Python? Visual studio Hardware and Software Microsoft Windows by mikeandike22 i have visual studio 6 installed on my computer. I am going to install visual studio .net enterprise edition 2003 do i need to keep my old installation before installing the new one. or can i get rid of it and still install 2k3 visual studio Programming Software Development by sanu kaji …\Desktop\SMSapplication\SMSapplication\Program.cs 13 21 SMSapplication... while compiling visual studio how to solve this problem Re: Visual Studio. Programming Software Development by Deep Modi 1.) Visual Studio? Visual Studio is the bunch of programming Languages (with net framework) 2.) What this Include? * Visual Basic.Net * Visual C# * C++ * F# 3.) Which…: 4.5) the feature is inbuid so as you install visual studio framewor will be also install with it so... 4.) OS… Visual Studio. Programming Software Development by Saboor880 1- What is visual Studio? Re: Visual Studio 2005 and 64 bit OS/Processor Programming Software Development by Ancient Dragon Visual Studio 98??? That is almost as ancient as I am. Upgrade your version of VB to a more recent one. Start out with the free VB 2010 Express to see if that resolves your problem or not. Visual Studio Programming Software Development by markdean1989 … above). So here is my poblem. Visual Studio won't progress installing. Once it reaches the Visual Studio C++ Runtime version (and some numbers… Re: Visual studio. Programming Software Development by Deep Modi … it (directly) the vb.net is the updated version from Visual Studio. (old version vb 6.0 does not include framework while… form type) (you can also set frmework version if using visual studio, if VB.net express then manage frmaework by going to… Re: Visual Studio Programming Software Development by Moschops It could be almost anything. This isn't a C++ question. Give up trying to install Visual Studio and use something else. There are many, many free options; as an added bonus, many of them are much easier to use and understand and learn from than Visual Studio. Visual Studio Help Programming Software Development by season2001 … to me! I am trying to develop a program in Visual Studio 2005, just to write a program to add a name… in the text boxes. Would anybody help me! By using Visual Studio 2005 am I able to develop a standalone program to… Visual studio. Programming Software Development by Saboor880 … i want to use vb.net. i have setup of visual studio(2010) in my computer but yet i have not installed… to install vb.net separately or it will included in visual studio(2010)? Re: Visual studio. Programming Software Development by ddanbe Just install it, start up Visual Studio, select New Project, select Visual Basic choose Windows Forms Application or Console Application and you are ready to start programming. Visual Studio Programming Software Development by mackre58 I'am creating a visual basic program the project has the following controls: four buttons … each room. 1. How do I write a code in visual studio to display the price for each room. visual studio Programming Software Development by tahamasoom … me how we make grading system in windows application in visual studio like when we put 5 in grade section the basic… Visual studio Programming Software Development by amishosh … C on that. I want to start using MS's Visual Studio and I'm totally lost. It's a whole new… Re: Visual studio Programming Software Development by rashid1990 … win32 api functions.[/QUOTE] I am a beginner with microsoft visual studio and so I am lost because I have always used… Visual Studio Programming Software Development by FireBlah Hey guys. I was running assembly lang on visual studio but when I debug it, the cmd prompt window doesn't stay on. It displays the output and disappears immediately giving you no chance to take a really good look at your output. How to solve it? Thank you. Re: Visual studio suddenly close please help me....... Programming Software Development by rproffitt Seems to be a problem for others too. https://www.codeproject.com/Questions/1220636/Visual-studio-suddenly-close-please-help-me Try what fixed it at https://stackoverflow.com/questions/10501042/cannot-open-rpt-crystal-reports-file-in-visual-studio-2010 Visual Studio Database Programming Software Development by mnewsome I write as one just starting to learn to use Visual Studio 2008. Is there a version of SQL server built into Visual Studio 2008 Team Suite? I have heard of SQL Lite but do not know if a database app already exists within Visual Studio. Seeking guidance on how to continue with basic development. Visual studio online - local database files Programming Software Development by humorousone …file to be accessable for the executable while in a visual studio project, i would usually place it in the debug folder…. The problem is, i've made a move to visual studio online for my version control, and as a result there… way to upload files directly to the project folder in visual studio online? - Alternatively, is there a way to keep the …