This project involves developing a new Add-In tool for Visual Studio to make ease of coding. Nowadays most of the applications are connected with databases; therefore developers have to work with Database objects. For an example, the developer may have to work with Visual Studio and SQL server at the two separate instances which consumes more time to go through (Shifting with the two or multiple instances). This is a new concept which will reduce time taken to the above process and make ease of coding to the developer's side. It can be used to find an object like a stored procedure/ view/ function/ direct SQL statement from database by prompting whenever needed in software development process through the source code. This is experimental project to find database object (sql server) by just clicking the name of the object. Free to use it and apricate any comments on this project. Sql intellisense added , thanks for https://www.codeproject.com/Members/Mikael-Hakansson https://www.youtube.com/playlist?list=PLJ9Bs8mV6lnIVlW3p7s0T7-iKJPG7W9A3 (Sql intellesene added) STEP1. configuration: only add the following code to projects config file inside the runtime tag(web.config or app.config) STEP2. select db object and click find STEP3. see result and test
|