CodeVerge.Net Beta


   Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums




Can Reply:  No Members Can Edit: No Online: Yes
Zone: > Asp.Net Forum > visual_studio.visual_studio_2005 Tags:
Item Type: Date Entered: 6/8/2007 5:10:47 AM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
NR
XPoints: N/A Replies: 11 Views: 53 Favorited: 0 Favorite
12 Items, 1 Pages 1 |< << Go >> >|
"crazy4asp.net"
NewsGroup User
Plugin for VS20056/8/2007 5:10:47 AM

0

I am planning to write a plug-in for VS2005 as part of academic project. Can anyone suggest me some ideas about what to implement.
 

Regards 

"TATWORTH" <>
NewsGroup User
Re: Plugin for VS20056/8/2007 6:04:52 AM

0

 Write a plugin that will:

  • Read the connection string (or strings )
  • Display a list of tables to the user from which one is selected
  • Prompt for an aspx form name
  • Output a new form with a grid view populated with entries for all the columns
If you want to make it really efficient, also generate the necessary stored procedures and data layer as in http://aspnet.4guysfromrolla.com/articles/031506-1.aspx so only the records to be displayed are retrieved from the database.

Don't forget to click "Mark as Answer" on the post that helped you.
This credits that member, earns you a point and marks your thread as Resolved so we will all know you have been helped.
"Mikhail Arkhip
NewsGroup User
Re: Plugin for VS20056/8/2007 5:28:44 PM

0

A plug-in that reports number of lines of code (code, markup, script, including and excluding comments) in the solution has been a popular request.


Thanks

------------------------------------------------------------

This posting is provided "AS IS" with no warranties, and confers no rights.
"crazy4asp.net"
NewsGroup User
Re: Plugin for VS20056/8/2007 6:17:06 PM

0

 The main aim of new plug-ins/addons is to include new feature for VS2005 which is not there already. The plugin should be reasonable big enough so that I can submit it as a masters project.

 Do you think the above plugin will be that big enough.

Will award points If I find the reply useful.

Regards... 

"Mikhail Arkhip
NewsGroup User
Re: Plugin for VS20056/8/2007 6:25:17 PM

0

It will probably be around few hundred lines, perhaps about a thousand. It will be useful, I don't think VS provides this feature. It won't be very algorithmically complex though, so I don't know if it is good for masters.


Thanks

------------------------------------------------------------

This posting is provided "AS IS" with no warranties, and confers no rights.
"JoshStodola" <
NewsGroup User
Re: Plugin for VS20056/8/2007 7:03:04 PM

0

VERY GOOD IDEA, MIKHAIL!!! Big Smile

I was just about to suggest this as well Cool

I think it would be complex enough, especially if it separated the counts for each file type/language.  You would have to differentiate <asp:> controls from HTML controls as well (if you wanted to split ASP.NET and HTML for accuracy sake).  Maybe provide options to only count for certain languages and exclude/include comments (as already mentioned).

I think it's a superb idea and will be used by many Yes Yes


Josh Stodola ? Come check out my blog!
"TATWORTH" <>
NewsGroup User
Re: Plugin for VS20056/8/2007 8:59:52 PM

0

 Code count sounds good - The Unix word count rides again!


Don't forget to click "Mark as Answer" on the post that helped you.
This credits that member, earns you a point and marks your thread as Resolved so we will all know you have been helped.
"crazy4asp.net"
NewsGroup User
Re: Plugin for VS20056/11/2007 6:00:15 AM

0

Hello,

 Can you please let me know how this plugin (lines of code count)  is useful?

Regards
 

"TATWORTH" <>
NewsGroup User
Re: Plugin for VS20056/11/2007 7:53:46 AM

0

 > Can you please let me know how this plugin (lines of code count)  is useful?
Under most other languages there is a status option of an OS command that will give you the line count. e.g. wc -l *.* in Linux will give the line count of all the files in the current directory.

It provides a means by which the amount of effort in a given project may be compared with another. 


Don't forget to click "Mark as Answer" on the post that helped you.
This credits that member, earns you a point and marks your thread as Resolved so we will all know you have been helped.
"JoshStodola" <
NewsGroup User
Re: Plugin for VS20056/11/2007 1:15:12 PM

0

The numbers will be highly useful in only a few cases.  I think it's mainly for informative purposes, though.  I really would like to know how many lines of code are in this solution!


Josh Stodola ? Come check out my blog!
"Benson Yu - MS
NewsGroup User
Re: Plugin for VS20056/12/2007 7:14:59 AM

0

Hi crazy4asp.net,
 
The line counter Add-in has been implemented by Jon Rista. He shared his code in the following link. Please refer the demo code and then you may get some great ideas to extend this Add-in or create a new one.

Line Counter - Writing a Visual Studio 2005 Add-In
http://www.codeproject.com/csharp/LineCounterAddin.asp

To get start of creating Add-in, please refer to the link below:

How to: Create an Add-in
http://msdn2.microsoft.com/en-us/library/80493a3w(VS.80).aspx

 


Sincerely,
Benson Yu
Microsoft Online Community Support

Please remember to click ?Mark as Answer? on the post that helps you, and to click ?Unmark as Answer? if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
"TATWORTH" <>
NewsGroup User
Re: Plugin for VS20056/12/2007 7:38:43 AM

0

 Benson, Excellent link - it will be appreciated by many people.


Don't forget to click "Mark as Answer" on the post that helped you.
This credits that member, earns you a point and marks your thread as Resolved so we will all know you have been helped.
12 Items, 1 Pages 1 |< << Go >> >|


Free Download:













leveraging wmi with asp.net

basic web application templates

raise event

access current instance of object

launch an asp.net program with parameter

is asigning values to a cookie using a loop possible?

please critique this simple page!

session variable for a user control

simple <form> confirmation page

how to display dataset data in a textbox?

authentication issue

get days, hours, minutes until a specific date

totalling fields

how to create table in msaccess thru vb.net

strange execution,it is like not all lines are executed.

html scraping problems

webrequestevent not being raised

form all but dissappears when run on server

help creating

ie cannot download filename from servername. please help

fill in server side label with login name

displaying a dataitem in a literal.text

namespaces

cancelling edit mode in a datagrid

audio email system in asp.net 2005 ( c# code)

how to give user control initial value

datetime problem in vb.net

how to access files outside the root

microsoft certs

saving audio file content in .net

runtime error when using web.config-file

integrity constraint

viewstate tempered!?

regularexpression

<asp:image imageurl> the server tag is not well formed. please help me!!

batched updates

getting values from programaticaly generated form elements.

i want to display textbox on changing value of dropdownlist or selected value of dropdown list.how could i?

a session with a class

web config file

membership fees

strange things happening.. i´m really newbie

simple - open page in c# asp .net

connecting to visual foxpro

google maps api

reading values with a label

execution timeout web config sessions

problem with excel file : i am not able to write in to a datgrid properly

looping

design and html in visualstudios

   
  Privacy | Contact Us
All Times Are GMT