|
-
Jun 11th, 2008, 08:25 AM
#1
IS VS2008 Express edition any good?
I'm currently using 2005 Professional edition. The company I work for isn't keen on shelling out for a 'proper' copy of 2008 when, in their eyes, I have a perfectly good IDE (oh, how I wish I worked for a nice understanding software house instead of direct for the client ). I might be able to get them to stump up £200 odd quid for the standard edition but even that's going to raise an eyebrow or two. So I'm considering just downloading express.
I guess my question is, will I gain more benefit from upgrading from 2005 to 2008 than I will lose from downgrading from Professional to Express?
Are there any key features or functionality that I'm likely to miss? 90% of what I do is a VB front end over SqlServer back end. There's also a web module written in ASP.Net using VB.Net. Presumably I just need the visual basic download and the web developer download. Do these work freely together?
Any other general input folks could give would be apreciated.
The best argument against democracy is a five minute conversation with the average voter - Winston Churchill
Hadoop actually sounds more like the way they greet each other in Yorkshire - Inferrd
-
Jun 11th, 2008, 09:55 AM
#2
Re: IS VS2008 Express edition any good?
Probably the biggest thing is whether or not you use Crystal Reports with your front-end. Express doesn't have CR. Otherwise, it's awesome.
-
Jun 11th, 2008, 10:14 AM
#3
Re: IS VS2008 Express edition any good?
I don't use CR at all so I guess that's a yes vote. Keep 'em coming
The best argument against democracy is a five minute conversation with the average voter - Winston Churchill
Hadoop actually sounds more like the way they greet each other in Yorkshire - Inferrd
-
Jun 11th, 2008, 12:22 PM
#4
Re: IS VS2008 Express edition any good?
Awesome with a capital AWESOME.
One of the cool features is that 2008 comes with resizing on Forms. You don't have to relay on code or third party controls anymore.
There are other things as well, but that is one of my favorites!
Make the switch!
BTW: I have both 2005 Pro and 2008 Express on the same machine, and there is no problems.
(And I would try to convince them to pony up for the upgrade price for the pro edition )
Last edited by Hack; Jun 11th, 2008 at 12:25 PM.
-
Jun 11th, 2008, 01:07 PM
#5
Re: IS VS2008 Express edition any good?
 Originally Posted by hack
One of the cool features is that 2008 comes with resizing on Forms.
Eh? Hasn't vb.net Always had that? Using the Anchor & Dock properties, I've been able to handle just about any resizing I've needed.
-tg
-
Jun 11th, 2008, 01:45 PM
#6
Re: IS VS2008 Express edition any good?
 Originally Posted by techgnome
Eh? Hasn't vb.net Always had that? Using the Anchor & Dock properties, I've been able to handle just about any resizing I've needed.
-tg
Anchor and Autosizing.....having the controls resize themselves when you resize the form. If that has been a part of prior .NET releases, then I missed it until I started playing around with 2008.
-
Jun 13th, 2008, 03:09 AM
#7
Re: IS VS2008 Express edition any good?
OK, we're definitely headed in a Yes direction. Unless I hear any horror stories I think I'll try installing it after I finish my current project cycle.
The best argument against democracy is a five minute conversation with the average voter - Winston Churchill
Hadoop actually sounds more like the way they greet each other in Yorkshire - Inferrd
-
Jun 13th, 2008, 03:18 AM
#8
Re: IS VS2008 Express edition any good?
 Originally Posted by Hack
Anchor and Autosizing.....having the controls resize themselves when you resize the form. If that has been a part of prior .NET releases, then I missed it until I started playing around with 2008.
Yea it was in 2005 first.
The 2008 Express version is great and it will give you a taste of the new features in 3.5 like LINQ, WPF, WCF etc. Plus you can target any of the last 3 framework versions (2.0, 3.0, 3.5) and 2008 can still open 2005 projects so there is no real need to keep using 2005 anymore.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Jun 13th, 2008, 11:53 AM
#9
Re: IS VS2008 Express edition any good?
LINQ is the dog's [Removed by Mod]. I use it for just about everything now.
Last edited by RobDog888; Jun 13th, 2008 at 12:47 PM.
-
Jun 13th, 2008, 12:38 PM
#10
Re: IS VS2008 Express edition any good?
 Originally Posted by Jenner
LINQ is the dog's [Removed by Mod].
I honestly and truly do not want to know what this means.
Last edited by RobDog888; Jun 13th, 2008 at 12:47 PM.
-
Jun 13th, 2008, 12:48 PM
#11
Re: IS VS2008 Express edition any good?
Its a term that shouldnt be used on a family forum. 
Google it and you will find its meaning
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Jun 13th, 2008, 04:05 PM
#12
Fanatic Member
Re: IS VS2008 Express edition any good?
Definitions of bullock on the Web:
* young bull
* castrated bull
wordnet.princeton.edu/perl/webwn
* Bullock, or Bullock Drive, is a Vivastation on York Region's Viva bus rapid transit system, north of Toronto, Ontario, Canada. It opened on October 16, 2005, at the intersection of Bullock Drive and Highway 7 in Markham, Ontario. ...
en.wikipedia.org/wiki/Bullock (VIVA)
* (1.) The translation of a word which is a generic name for horned cattle (Isa. 65:25). It is also rendered "cow" (Ezek. 4:15), "ox" (Gen. 12:16).
www.godweb.org/blT0000600.htm
Damn i really need a spell checker Sorry i had to!
Languages: Visual Basic 05/08, C# 08
IDE: Express Editions
Framework: 2.0, 3.0, 3.5
Lesson 5: Don't take domestic advice from perpetual singles. - Mendhak
-
Jun 13th, 2008, 04:25 PM
#13
Re: IS VS2008 Express edition any good?
Search it on wikipedia and you will get a totally different translation
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Jun 13th, 2008, 04:41 PM
#14
Fanatic Member
Re: IS VS2008 Express edition any good?
I didnt realise the to words where so "close" to each other.
Languages: Visual Basic 05/08, C# 08
IDE: Express Editions
Framework: 2.0, 3.0, 3.5
Lesson 5: Don't take domestic advice from perpetual singles. - Mendhak
-
Jun 15th, 2008, 11:26 AM
#15
Re: IS VS2008 Express edition any good?
Very nice. I learn things in code and I learn things in the English language as well. Who would have ever thought that the word used to mean priest.
My usual boring signature: Nothing
 
-
Jun 15th, 2008, 06:27 PM
#16
Fanatic Member
Re: IS VS2008 Express edition any good?
Were did you get that from?
Languages: Visual Basic 05/08, C# 08
IDE: Express Editions
Framework: 2.0, 3.0, 3.5
Lesson 5: Don't take domestic advice from perpetual singles. - Mendhak
-
Jun 15th, 2008, 07:45 PM
#17
New Member
Re: IS VS2008 Express edition any good?
The only downside to using the express editions that I can see is that support for multi-project solutions is limited.
Regards
Scott
-
Jun 16th, 2008, 03:03 AM
#18
Re: IS VS2008 Express edition any good?
support for multi-project solutions is limited
OK, what does that mean? Most everything I do is multi-project so that could be a serious issue to me.
The best argument against democracy is a five minute conversation with the average voter - Winston Churchill
Hadoop actually sounds more like the way they greet each other in Yorkshire - Inferrd
-
Jun 16th, 2008, 03:16 AM
#19
Re: IS VS2008 Express edition any good?
Well as compared to the other versions of VB.NET, Express is limited depending on your level of knowledge and use.
http://msdn.microsoft.com/en-us/vstu.../cc149003.aspx (click the expand all)
No Crystal Reports and limited database and other important features could be an issue for most developers.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Jun 16th, 2008, 03:26 AM
#20
Re: IS VS2008 Express edition any good?
Thanks for the link Rob. Actually, looking through the comparison there are a few missing features that could be a problem. I notice it doesn't support reporting services which we use quite heavily. Also, I noticed that it doesn't support creating Guids. Is that referring to the Guid.NewGuid construct? because I use that ALOT.
I haven't looked all the way through it yet but most of my key areas look to be covered.
The best argument against democracy is a five minute conversation with the average voter - Winston Churchill
Hadoop actually sounds more like the way they greet each other in Yorkshire - Inferrd
-
Jun 16th, 2008, 08:06 AM
#21
Re: IS VS2008 Express edition any good?
Oops, sorry about that. Yea, I know the meaning. I figured the language filter would wipe it if it was deemed too inappropriate, regardless of the nationality it was from. Most of us colonials wouldn't bat an eye at it though.
(Guess the three years I spent across the pond seriously affected the way I talk to Brits. After the first three months, you'd have thought me a native. )
-
Jun 16th, 2008, 09:38 AM
#22
Re: IS VS2008 Express edition any good?
I think that GUID is reference to a tool that might be in the IDE, not the language. Also the limited database functionality again references the tools in the IDE, not the language. If you code the database connections & queries yourself, there's no limit to what you can connect to.
It should be noted that any limitations is in the TOOLS, the IDE, the FEATURES that are available, NOT IN THE LANGUAGE! Major difference. The VB.NET language available in Express editions is the FULL VB.NET language, not a stripped down one (like the way VBA and VBScript were).
-tg
-
Jun 16th, 2008, 09:42 AM
#23
Re: IS VS2008 Express edition any good?
If you code the database connections & queries yourself, there's no limit to what you can connect to.
Now THAT's what I wanted to hear
To be honest, I'm one of those folks that tends to be more comfortable with code rather than ide tools so, provided the language is a full version then I can't see a good reason not to try it. Hopefully I'll have time in the next couple of days.
After the first three months, you'd have thought me a native.
Yes. It's amazing how rapidly one's teeth decay when residing in blighty. What ho.
The best argument against democracy is a five minute conversation with the average voter - Winston Churchill
Hadoop actually sounds more like the way they greet each other in Yorkshire - Inferrd
-
Jun 16th, 2008, 09:54 AM
#24
Re: IS VS2008 Express edition any good?
 Originally Posted by FunkyDexter
I'm one of those folks that tends to be more comfortable with code rather
Praise the Lord!! Lets us all join hands and banish all bound controls to the deepest, darkest, regions of Hades.
-
Jun 16th, 2008, 10:55 AM
#25
Re: IS VS2008 Express edition any good?
Ohnononono... Actually bound controls NOW are (or can be) a good thing.... or at least a better thing. Mostly because now, they don't have to be bound to that abomination known as the ADODC... they can be bound to just about ANY object. Even your custom classes. It sure as heck beats writing tons of code that moves data from the class into the textboxes, combos, etc, and back again. Plus it means that you can implement the validation right into the class, letting the object take care of that, increasing reusability while reducing the code that has to be copied and moved from project to project.
-tg
-
Jun 16th, 2008, 10:58 AM
#26
Re: IS VS2008 Express edition any good?
I have started using databinding for simple controls (textboxes, combos etc) and it's not half bad in .net. Also, grids an lists are OK to databind for display only. I still find editable grids to be a pain in the bovines though.
The best argument against democracy is a five minute conversation with the average voter - Winston Churchill
Hadoop actually sounds more like the way they greet each other in Yorkshire - Inferrd
-
Jun 16th, 2008, 02:45 PM
#27
Re: IS VS2008 Express edition any good?
Yes TG is correct and thanks for pointing that out. 
If you can get by with writting your own code to replace those missing features then you should be fine with Express although the reporting services and CR do not have a work around AFAIK (definately sure on CR but SQL RS may have some functionality if you use the full SQL Server and not Express).
szlamany would be a good member to ask on the SQL part of express.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Jul 9th, 2008, 05:01 AM
#28
Re: IS VS2008 Express edition any good?
OK, I finally got around to installing and trying out 2008 express (it's been a busy time lately) and... erm... HEELLLPPPP!!!!!!!
The first problem I've faced is that it can't find the source control provider. A bit of digging around and I realise that express edition doesn't integrate with source safe. OK, I thought, I can cope with that, I'll just use sourcesafe manually... except that when I look at the projects in source safe now, they're all empty.
The second problem I find is that it doesn't support set up projects. That's more of a problem as this is our standard build method. I can probably still find a way to work with it but I'd apreciate it if anyone could point me at a good tool for building msis.
The third problem is that there are one or two components written in C#, which is, of course, not integrated into the VB express edition. Presumably I'll be able to develop that separately using my old 2005 edition or download the C# express edition and use that. It is annoying that I'll need to go into a different enviroment though, and will tend to make unit testing a bit more onerous.
I guess what I'd really like to do (and possibly stupidly assumed I would be able to) is to be able to use the solution in 2005 pro while I'm getting used the way I'll need to work in 2008 express. Is anyone aware of a tool I can use to convert the project file back to 2005 with a minimum of fuss? I've googled around a bit and I can find some suggested solutions but they generally seem to involve hacking solution files in notes pad and stuff like that that I'd really rather avoid.
I'm going to try and talk the powers that be into stumping up for at least Standard edition (looks like that will handle the features I want) but in the meantime any advice/suggestions you guys can give me on the above would be greatly appreciated.
edit> OK, I sucked my teeth, held my breath and used the instructions on this site to revert it back to 2005. It actually went very smoothly and even managed to recover enough information to put everything back into SourceSafe too. So crisis averted but I'm back to 2005 for now.
Last edited by FunkyDexter; Jul 9th, 2008 at 05:48 AM.
The best argument against democracy is a five minute conversation with the average voter - Winston Churchill
Hadoop actually sounds more like the way they greet each other in Yorkshire - Inferrd
-
Jul 13th, 2008, 03:04 PM
#29
Re: IS VS2008 Express edition any good?
With the features you need it sounds like you really need to get them to buy the upgrade for you so that way it wont be as much.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Jul 14th, 2008, 03:34 AM
#30
Re: IS VS2008 Express edition any good?
Yeah, an upgrade would save a bit - the obstacle's getting them to spend any money at all though.
The best argument against democracy is a five minute conversation with the average voter - Winston Churchill
Hadoop actually sounds more like the way they greet each other in Yorkshire - Inferrd
-
Jul 14th, 2008, 11:46 AM
#31
Re: IS VS2008 Express edition any good?
Put together a list of reason for them to buy the upgrade. Perhaps show them why you need the upgrade would make it easier for them to see the need.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Jul 17th, 2008, 09:40 AM
#32
Re: IS VS2008 Express edition any good?
Woohoo, they're stumping up for the standard version. Now if I can just persuade them to go with pro... I don't need the features but it would do my ego good 
I am quite surprised to learn that there is no upgrade path from standard to pro though.
The best argument against democracy is a five minute conversation with the average voter - Winston Churchill
Hadoop actually sounds more like the way they greet each other in Yorkshire - Inferrd
-
Jul 17th, 2008, 12:52 PM
#33
Re: IS VS2008 Express edition any good?
Tell them that buying the standard version is kind of like buying a lambergini that has a Volkswagon engine under the hood.
If you are going to spring for the real thing, then get the real thing i.e., Pro...
-
Jul 17th, 2008, 12:57 PM
#34
Re: IS VS2008 Express edition any good?
Or Team Suite with full TFS integration, unit test integration, automated builds, project management lifecycle. As Ali G would say, enterprise productivity 'propa'.
-
Jul 17th, 2008, 01:08 PM
#35
Re: IS VS2008 Express edition any good?
Well, I'm the only developer at the company as I work directly for the client who are a roofing and solar panels company (which is why this is such a tough ask for them - they don't have an understanding of the development process) so teamsuite's a bit redundant, project management support's a bit overkill, we use msi's and I believe Standard's still got the msi building projects and I can't even get them to give me an admin for a few hours a week to do some testing for me let alone stump up an extra 600 odd sovs for unit testing integration.
Mind you, I just brought their system down for nearly an hour due to rolling out a new version in which I'd forgotton to test that one critical function which really shouldn't have ben impacted by the latest changes So when the MD get's in tomorrow maybe I could argue for some testing support. Either that or I'll be arguing that I should be allowed to keep my job... Probably not, though, they kinda neeed me
I do like the idea of a lambo though, VW engine or not.
The best argument against democracy is a five minute conversation with the average voter - Winston Churchill
Hadoop actually sounds more like the way they greet each other in Yorkshire - Inferrd
-
Jul 17th, 2008, 01:59 PM
#36
Re: IS VS2008 Express edition any good?
BTW: Anchors and docking were already present in VB.Net 2003.
 why can't programmers keep and 31 Oct and 25 dec apart. Why Rating is Useful
for every question you ask provide an answer on another thread.
-
Jul 25th, 2008, 06:23 AM
#37
Re: IS VS2008 Express edition any good?
AAAAAAAARRRRRRGGGGHHHHHHHH
Finally got Standard through and started bringing my projects across. All was going fine (apart from a few shafted references i was able to reset) until I tried to open the report project. I get the message that it doesn't recognise the rptproj project type. I can't see anything in the product comparisons that would identify this as a difference between Standard and Pro.
This has ben set up on a build machine for which the powers that be have decided to only install SQLServer Express. Before I finally break down and open a vein, is this because there's an extra component (ie reporting services) that I'm missing because of the cut down SQL Server or is this something that I need to get VS Pro for? If it's the former I'm OK becase my Dev machine (which is going to be rebuilt) will have a full version of SQL Server on. If it's the latter the I'll probably decide to end it all.
I've tried googling but I haven't managed to find anything that tells me for sure where this project ype comes from yet.
Edit> Finally managed to find some info in this discussion. Kill me! Kill me now!!
Last edited by FunkyDexter; Jul 25th, 2008 at 06:31 AM.
The best argument against democracy is a five minute conversation with the average voter - Winston Churchill
Hadoop actually sounds more like the way they greet each other in Yorkshire - Inferrd
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|