From gustav at cactus.dk Wed Apr 1 07:13:57 2015 From: gustav at cactus.dk (Gustav Brock) Date: Wed, 1 Apr 2015 12:13:57 +0000 Subject: [dba-VS] Properties versus Attributes Message-ID: Hi all From time to time I?ve wondered about the proper use of attributes versus properties, and sometimes I have looked to find a guideline but with little luck. So - nearly always ? I end up defining properties as these are so easy to implement. Today I searched again, as I for a project really need to have this settled. I found this blog entry by Eric Lippert which makes good sense to me: http://blogs.msdn.com/b/ericlippert/archive/2009/02/02/properties-vs-attributes.aspx In short he states: Use attributes to describe your mechanisms, use properties to model the domain. As always, nothing is black/white, and ?everything depends?, and specific conditions may make you derive from this - but, at least as a starting point, do you find this statement true? Or do you stick to other guidelines? /gustav -------------- next part -------------- An HTML attachment was scrubbed... URL: From df.waters at outlook.com Wed Apr 1 08:40:51 2015 From: df.waters at outlook.com (Dan Waters) Date: Wed, 1 Apr 2015 08:40:51 -0500 Subject: [dba-VS] Price & Feature Announcement for VS 2015 Message-ID: Start here: http://www.zdnet.com/article/microsoft-unveils-visual-studio-2015-pricing-ve rsion-line-up/ Premium & Ultimate now combined into Enterprise. New Enterprise license is $6000 - less than half of Ultimate. And if this matters to you then you're doing well! Looks like Pro price is unchanged. Several features previously limited to Premium and Ultimate are now in Community and Professional. Such as: CodeLens, Dependency Graphs (read only), Code Review, Storyboarding. See https://www.visualstudio.com/products/compare-visual-studio-2015-products-vs for a comparison chart. Looks good! Dan -------------- next part -------------- An HTML attachment was scrubbed... URL: From accessd at shaw.ca Wed Apr 1 16:15:12 2015 From: accessd at shaw.ca (Jim Lawrence) Date: Wed, 1 Apr 2015 15:15:12 -0600 (MDT) Subject: [dba-VS] Properties versus Attributes In-Reply-To: Message-ID: <1599622283.37665429.1427922912579.JavaMail.root@shaw.ca> Hi Gustav: Good post and a good explanation. Jim ----- Original Message ----- From: "Gustav Brock" To: "Development in Visual Studio" Sent: Wednesday, April 1, 2015 5:13:57 AM Subject: [dba-VS] Properties versus Attributes Hi all >From time to time I?ve wondered about the proper use of attributes versus properties, and sometimes I have looked to find a guideline but with little luck. So - nearly always ? I end up defining properties as these are so easy to implement. Today I searched again, as I for a project really need to have this settled. I found this blog entry by Eric Lippert which makes good sense to me: http://blogs.msdn.com/b/ericlippert/archive/2009/02/02/properties-vs-attributes.aspx In short he states: Use attributes to describe your mechanisms, use properties to model the domain. As always, nothing is black/white, and ?everything depends?, and specific conditions may make you derive from this - but, at least as a starting point, do you find this statement true? Or do you stick to other guidelines? /gustav _______________________________________________ dba-VS mailing list dba-VS at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/dba-vs http://www.databaseadvisors.com From accessd at shaw.ca Wed Apr 1 16:56:30 2015 From: accessd at shaw.ca (Jim Lawrence) Date: Wed, 1 Apr 2015 15:56:30 -0600 (MDT) Subject: [dba-VS] TypeScript In-Reply-To: <1427837211.32945204@f357.i.mail.ru> Message-ID: <695401636.37700221.1427925390939.JavaMail.root@shaw.ca> Hi Shamil: TypeScript always looked like a better solution, than Dart, as it didn't stray to far from its JS roots and as far as I can see, especially for input fields, Angular, is unchallenged. Jim ----- Original Message ----- From: "Salakhetdinov Shamil" To: "Development in Visual Studio" Sent: Tuesday, March 31, 2015 2:26:51 PM Subject: Re: [dba-VS] TypeScript Hi Gustav -- Here is more info in support of TypeScript: "Microsoft and Google are now buddies. DART is getting depreciated, TypeScript is used for Angular 2.0..." http://jaxenter.com/angular-typescript-dart-115426.html Thank you. -- Shamil Tuesday, March 31, 2015 5:51 PM UTC from Gustav Brock : Hi all Today I attended a lecture by Anders Hejlsberg - you know, the man behind Turbo Pascal, Delphi, C#, and now TypeScript. A free event not to miss. Code-wise it was a beginner's course, which felt a bit strange, but - as you can imagine - he quickly managed to give it a much broader perspective and, indeed, a good understanding of the background for "why TypeScript?". Very inspiring, and should you be in doubt, this is hot. I should add, that if you today program in Javascript (I see all hands) you should at once turn to TypeScript. The well-known arguments - which he brightly demonstrated the value of - are classes, strong typing, and - because of the strong typing - IntelliSense. Even then it compiles to pure non-expanded Javascript. It is so clever: http://www.typescriptlang.org/ It is open-source and expanding at high speed: https://github.com/Microsoft/TypeScript/ In addition to Visual Studio, a range of other editors are at hand. For much of the demo he used Sublime Text: http://www.sublimetext.com/ which has the special feature that it can show - in real time a split-pane window with TypeScript at left and the resulting Javascript at right. It is not free but worth considering at USD 70 if you plan to typescript a lot. It runs on all relevant platforms. /gustav _______________________________________________ dba-VS mailing list dba-VS at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/dba-vs http://www.databaseadvisors.com _______________________________________________ dba-VS mailing list dba-VS at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/dba-vs http://www.databaseadvisors.com From gustav at cactus.dk Thu Apr 2 05:44:37 2015 From: gustav at cactus.dk (Gustav Brock) Date: Thu, 2 Apr 2015 10:44:37 +0000 Subject: [dba-VS] node.js tools for VS In-Reply-To: References: Message-ID: <1427971477442.10443@cactus.dk> Hi all Note that VS now also seems to be prominent tool for node.js: http://blogs.msdn.com/b/visualstudio/archive/2015/03/25/node-js-tools-1-0-for-visual-studio.aspx I must admit that I haven't paid much attention to node.js but I will now. Anders Hejlsberg used it exclusively as the local server during his presentation. It was amazing what a few lines of code could do. /gustav ________________________________________ Fra: dba-VS p? vegne af Gustav Brock Sendt: 31. marts 2015 19:51 Til: Development in Visual Studio Emne: [dba-VS] TypeScript Hi all Today I attended a lecture by Anders Hejlsberg - you know, the man behind Turbo Pascal, Delphi, C#, and now TypeScript. A free event not to miss. Code-wise it was a beginner's course, which felt a bit strange, but - as you can imagine - he quickly managed to give it a much broader perspective and, indeed, a good understanding of the background for "why TypeScript?". Very inspiring, and should you be in doubt, this is hot. I should add, that if you today program in Javascript (I see all hands) you should at once turn to TypeScript. The well-known arguments - which he brightly demonstrated the value of - are classes, strong typing, and - because of the strong typing - IntelliSense. Even then it compiles to pure non-expanded Javascript. It is so clever: http://www.typescriptlang.org/ It is open-source and expanding at high speed: https://github.com/Microsoft/TypeScript/ In addition to Visual Studio, a range of other editors are at hand. For much of the demo he used Sublime Text: http://www.sublimetext.com/ which has the special feature that it can show - in real time a split-pane window with TypeScript at left and the resulting Javascript at right. It is not free but worth considering at USD 70 if you plan to typescript a lot. It runs on all relevant platforms. /gustav From accessd at shaw.ca Thu Apr 2 11:14:06 2015 From: accessd at shaw.ca (Jim Lawrence) Date: Thu, 2 Apr 2015 10:14:06 -0600 (MDT) Subject: [dba-VS] AWS training In-Reply-To: Message-ID: <1917492837.38280845.1427991246181.JavaMail.root@shaw.ca> Hi All: Just a thought...for those of you who want to get the most out of AWS there are a number of courses available for quite reasonable: https://linuxacademy.com/amazon-web-services Jim From fuller.artful at gmail.com Thu Apr 2 13:05:33 2015 From: fuller.artful at gmail.com (Arthur Fuller) Date: Thu, 2 Apr 2015 14:05:33 -0400 Subject: [dba-VS] node.js tools for VS In-Reply-To: <1427971477442.10443@cactus.dk> References: <1427971477442.10443@cactus.dk> Message-ID: Gustav, I share your enthusiasm for for Node.js, and also note that the guys at Alpha Software employ it extensively. A. ? -------------- next part -------------- An HTML attachment was scrubbed... URL: From paul.hartland at googlemail.com Thu Apr 2 21:52:19 2015 From: paul.hartland at googlemail.com (Paul Hartland) Date: Fri, 3 Apr 2015 03:52:19 +0100 Subject: [dba-VS] Visual Basic 2012 - Change Form & Controls Based On Screen Resolution Message-ID: To all, Been working on project for a few weeks now, all presentations from my laptop and on other in-house laptops worked fine, however went to branch yesterday for a demo and forms are too big for the maximum screen resolution they have...Now I think I am going blind, I can see some code for changing the form size, but not all the controls etc....Can anyone point me in the right direction please. Thank you in advance for any help on this. -- Paul Hartland paul.hartland at googlemail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From gustav at cactus.dk Fri Apr 3 02:16:49 2015 From: gustav at cactus.dk (Gustav Brock) Date: Fri, 3 Apr 2015 07:16:49 +0000 Subject: [dba-VS] Visual Basic 2012 - Change Form & Controls Based On Screen Resolution In-Reply-To: References: Message-ID: <1428045408899.56144@cactus.dk> ?Hi Paul If this is a winform application, you should have properties Size.Height and Size.Height for most controls in the properties' pane. If you mean the code, it is in the FormName.Designer module in the region: Windows Form Designer generated code. like: button1.Size = new System.Drawing.Size(75, 23) But does the client really have smaller screens than all of yours laptops? /gustav ________________________________ Fra: dba-VS p? vegne af Paul Hartland Sendt: 3. april 2015 04:52 Til: dba-vs at databaseadvisors.com Emne: [dba-VS] Visual Basic 2012 - Change Form & Controls Based On Screen Resolution To all, Been working on project for a few weeks now, all presentations from my laptop and on other in-house laptops worked fine, however went to branch yesterday for a demo and forms are too big for the maximum screen resolution they have...Now I think I am going blind, I can see some code for changing the form size, but not all the controls etc....Can anyone point me in the right direction please. Thank you in advance for any help on this. -- Paul Hartland paul.hartland at googlemail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From paul.hartland at googlemail.com Fri Apr 3 04:16:01 2015 From: paul.hartland at googlemail.com (Paul Hartland) Date: Fri, 3 Apr 2015 10:16:01 +0100 Subject: [dba-VS] Visual Basic 2012 - Change Form & Controls Based On Screen Resolution In-Reply-To: <1428045408899.56144@cactus.dk> References: <1428045408899.56144@cactus.dk> Message-ID: Gustav, They don't have smaller screens, but very limited screen resolution....i.e. I have been developing with a screen resolution of 1280x1024.....which is common on most machines in our head office, however the branches maximum resolution in their display settings are 1280x800 so the bottoms of the forms are sometimes off the screen....now I could quickly redevelop in 1280x800 but I just have the feeling that all branches will not be the same, so I wanted to put some auto code in the application to look at the current screen resolution and resize all forms and controls. Paul On 3 April 2015 at 08:16, Gustav Brock wrote: > ?Hi Paul > > > If this is a winform application, you should have properties Size.Height > and Size.Height for most controls in the properties' pane. > > If you mean the code, it is in the FormName.Designer module in the region: > > > Windows Form Designer generated code. > > > like: > > > button1.Size = new System.Drawing.Size(75, 23) > > > But does the client really have smaller screens than all of yours > laptops? > > > /gustav > > > ------------------------------ > *Fra:* dba-VS p? vegne af Paul > Hartland > *Sendt:* 3. april 2015 04:52 > *Til:* dba-vs at databaseadvisors.com > *Emne:* [dba-VS] Visual Basic 2012 - Change Form & Controls Based On > Screen Resolution > > To all, > > Been working on project for a few weeks now, all presentations from my > laptop and on other in-house laptops worked fine, however went to branch > yesterday for a demo and forms are too big for the maximum screen > resolution they have...Now I think I am going blind, I can see some code > for changing the form size, but not all the controls etc....Can anyone > point me in the right direction please. > > Thank you in advance for any help on this. > > -- > Paul Hartland > paul.hartland at googlemail.com > > _______________________________________________ > dba-VS mailing list > dba-VS at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/dba-vs > http://www.databaseadvisors.com > -- Paul Hartland paul.hartland at googlemail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From fuller.artful at gmail.com Sat Apr 4 11:19:09 2015 From: fuller.artful at gmail.com (Arthur Fuller) Date: Sat, 4 Apr 2015 12:19:09 -0400 Subject: [dba-VS] Visual Basic 2012 - Change Form & Controls Based On Screen Resolution In-Reply-To: References: <1428045408899.56144@cactus.dk> Message-ID: I find this an interesting discussion because it involves several somewhat sensitive subjects. Obviously no sensible corporation or branch of government would mandate a screen resolution. On the other hand, how is the developer to cope with this? One approach is to code for the minimal resolution, and perhaps to add code that detects higher resolutions. That approach has extended into the world of smart-phones and tablets; and one response to this problem has been "responsive apps", which auto-detect the platform's capabilities (touch-aware or just mouse and keyboard), and change their behaviour and screen layout to suit the instance. It extends further: suppose the user is blind and needs audio-assistance. Do we build that into the UI? I guess that depends on the size of the potential user base. Maybe if the client is a large state/province/canton/principality, then it may make sense to include this in the budget, but for your average Mon 'n' Pop it may be overkill. I confess that in my ~30 years of app-development, this has never come up. But a couple of sort-of related episodes did, and these involved users suffering from cerebral palsy. This resulted in a radically retuned approach to user-training, and also serious UI changes to make every command available without serious contortions as pressing three keys at once (Ctrl-Shift-Insert, for example). I have painted the landscape for this question, which I do truly regard as serious, and I wish to inquire a) whether you've faced this problem; b) how you negotiated the extra costs, and c) how you dealt with the problem and delivered a workable solution. Oh yes, maybe there's a d) assuming c), in which you dealt with the situation and delivered a successful solution, did this increase your creds in these environments (i.e. word got around that your firm could handle this stuff)? Just curious. Arthur ? -------------- next part -------------- An HTML attachment was scrubbed... URL: From accessd at shaw.ca Sat Apr 4 11:50:55 2015 From: accessd at shaw.ca (Jim Lawrence) Date: Sat, 4 Apr 2015 10:50:55 -0600 (MDT) Subject: [dba-VS] Visual Basic 2012 - Change Form & Controls Based On Screen Resolution In-Reply-To: Message-ID: <2122006172.39752665.1428166255119.JavaMail.root@shaw.ca> Hi Arthur: I think all new applications have to be able to run on multiple platforms, be gesture sensitive and be able to adapt to multiple screen sizes and resolutions. When I was working full-time, on web development, I would always charged extra if the client wanted the application to be IE compatible as such compatibility could double UI development times. Just ask the clients if the want certain features, at the beginning of a project and just charge appropriately...as always, client's hate surprise out-of-scope add-ins during a contract. Jim ----- Original Message ----- From: "Arthur Fuller" To: "Development in Visual Studio" Sent: Saturday, April 4, 2015 9:19:09 AM Subject: Re: [dba-VS] Visual Basic 2012 - Change Form & Controls Based On Screen Resolution I find this an interesting discussion because it involves several somewhat sensitive subjects. Obviously no sensible corporation or branch of government would mandate a screen resolution. On the other hand, how is the developer to cope with this? One approach is to code for the minimal resolution, and perhaps to add code that detects higher resolutions. That approach has extended into the world of smart-phones and tablets; and one response to this problem has been "responsive apps", which auto-detect the platform's capabilities (touch-aware or just mouse and keyboard), and change their behaviour and screen layout to suit the instance. It extends further: suppose the user is blind and needs audio-assistance. Do we build that into the UI? I guess that depends on the size of the potential user base. Maybe if the client is a large state/province/canton/principality, then it may make sense to include this in the budget, but for your average Mon 'n' Pop it may be overkill. I confess that in my ~30 years of app-development, this has never come up. But a couple of sort-of related episodes did, and these involved users suffering from cerebral palsy. This resulted in a radically retuned approach to user-training, and also serious UI changes to make every command available without serious contortions as pressing three keys at once (Ctrl-Shift-Insert, for example). I have painted the landscape for this question, which I do truly regard as serious, and I wish to inquire a) whether you've faced this problem; b) how you negotiated the extra costs, and c) how you dealt with the problem and delivered a workable solution. Oh yes, maybe there's a d) assuming c), in which you dealt with the situation and delivered a successful solution, did this increase your creds in these environments (i.e. word got around that your firm could handle this stuff)? Just curious. Arthur ? _______________________________________________ dba-VS mailing list dba-VS at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/dba-vs http://www.databaseadvisors.com From charlotte.foust at gmail.com Sat Apr 4 15:57:12 2015 From: charlotte.foust at gmail.com (Charlotte Foust) Date: Sat, 4 Apr 2015 13:57:12 -0700 Subject: [dba-VS] Report Generator in VS Message-ID: What do you guys use to generate reports in Visual Studio. I know a lot of people use Crystal Reports, but I hate that option. Charlotte Foust (916) 206-4336 -------------- next part -------------- An HTML attachment was scrubbed... URL: From df.waters at outlook.com Sat Apr 4 16:19:20 2015 From: df.waters at outlook.com (Dan Waters) Date: Sat, 4 Apr 2015 16:19:20 -0500 Subject: [dba-VS] Report Generator in VS In-Reply-To: References: Message-ID: Hi Charlotte, I use the reports in VS. They are harder to use than the ones in Access, and I can?t compare to CR since I?ve never used that. From: dba-VS [mailto:dba-vs-bounces at databaseadvisors.com] On Behalf Of Charlotte Foust Sent: Saturday, April 04, 2015 3:57 PM To: dba-vs at databaseadvisors.com Subject: [dba-VS] Report Generator in VS What do you guys use to generate reports in Visual Studio. I know a lot of people use Crystal Reports, but I hate that option. Charlotte Foust (916) 206-4336 -------------- next part -------------- An HTML attachment was scrubbed... URL: From accessd at shaw.ca Sat Apr 4 16:58:00 2015 From: accessd at shaw.ca (Jim Lawrence) Date: Sat, 4 Apr 2015 15:58:00 -0600 (MDT) Subject: [dba-VS] node.js tools for VS In-Reply-To: <1427971477442.10443@cactus.dk> Message-ID: <1792874254.39879270.1428184680354.JavaMail.root@shaw.ca> Hi Gustav: About time...:-) There is of course one of the best JS/NodeJS editors for $99.00 called Webstorm: http://www.jetbrains.com/webstorm ...and then the editor which is claimed to be the best JS/NodeJS, with a full debugger, in the business, Komodo at $245.00: http://komodoide.com Then a full Cloud based JS/NodeJS editor and debugging environment, costing from $9.00 to $79.99 https://c9.io/web/site/pricing Sublime text editor is definitely one of the best all around editors, at $70.00: http://www.sublimetext.com PS How much does VS extra NodeJS feature cost? Jim ----- Original Message ----- From: "Gustav Brock" To: "Development in Visual Studio" Sent: Thursday, April 2, 2015 3:44:37 AM Subject: [dba-VS] node.js tools for VS Hi all Note that VS now also seems to be prominent tool for node.js: http://blogs.msdn.com/b/visualstudio/archive/2015/03/25/node-js-tools-1-0-for-visual-studio.aspx I must admit that I haven't paid much attention to node.js but I will now. Anders Hejlsberg used it exclusively as the local server during his presentation. It was amazing what a few lines of code could do. /gustav ________________________________________ Fra: dba-VS p? vegne af Gustav Brock Sendt: 31. marts 2015 19:51 Til: Development in Visual Studio Emne: [dba-VS] TypeScript Hi all Today I attended a lecture by Anders Hejlsberg - you know, the man behind Turbo Pascal, Delphi, C#, and now TypeScript. A free event not to miss. Code-wise it was a beginner's course, which felt a bit strange, but - as you can imagine - he quickly managed to give it a much broader perspective and, indeed, a good understanding of the background for "why TypeScript?". Very inspiring, and should you be in doubt, this is hot. I should add, that if you today program in Javascript (I see all hands) you should at once turn to TypeScript. The well-known arguments - which he brightly demonstrated the value of - are classes, strong typing, and - because of the strong typing - IntelliSense. Even then it compiles to pure non-expanded Javascript. It is so clever: http://www.typescriptlang.org/ It is open-source and expanding at high speed: https://github.com/Microsoft/TypeScript/ In addition to Visual Studio, a range of other editors are at hand. For much of the demo he used Sublime Text: http://www.sublimetext.com/ which has the special feature that it can show - in real time a split-pane window with TypeScript at left and the resulting Javascript at right. It is not free but worth considering at USD 70 if you plan to typescript a lot. It runs on all relevant platforms. /gustav _______________________________________________ dba-VS mailing list dba-VS at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/dba-vs http://www.databaseadvisors.com From paul.hartland at googlemail.com Sat Apr 4 22:54:04 2015 From: paul.hartland at googlemail.com (Paul Hartland) Date: Sun, 5 Apr 2015 04:54:04 +0100 Subject: [dba-VS] Visual Basic 2012 - Change Form & Controls Based On Screen Resolution In-Reply-To: <2122006172.39752665.1428166255119.JavaMail.root@shaw.ca> References: <2122006172.39752665.1428166255119.JavaMail.root@shaw.ca> Message-ID: going back to my earlier question, can anyone point me in the direction of some decent code etc that will resize the forms and controls please... Paul On 4 April 2015 at 17:50, Jim Lawrence wrote: > Hi Arthur: > > I think all new applications have to be able to run on multiple platforms, > be gesture sensitive and be able to adapt to multiple screen sizes and > resolutions. > > When I was working full-time, on web development, I would always charged > extra if the client wanted the application to be IE compatible as such > compatibility could double UI development times. > > Just ask the clients if the want certain features, at the beginning of a > project and just charge appropriately...as always, client's hate surprise > out-of-scope add-ins during a contract. > > Jim > > ----- Original Message ----- > From: "Arthur Fuller" > To: "Development in Visual Studio" > Sent: Saturday, April 4, 2015 9:19:09 AM > Subject: Re: [dba-VS] Visual Basic 2012 - Change Form & Controls Based On > Screen Resolution > > I find this an interesting discussion because it involves several somewhat > sensitive subjects. Obviously no sensible corporation or branch of > government would mandate a screen resolution. On the other hand, how is the > developer to cope with this? > > One approach is to code for the minimal resolution, and perhaps to add > code that detects higher resolutions. > > That approach has extended into the world of smart-phones and tablets; and > one response to this problem has been "responsive apps", which auto-detect > the platform's capabilities (touch-aware or just mouse and keyboard), and > change their behaviour and screen layout to suit the instance. > > It extends further: suppose the user is blind and needs audio-assistance. > Do we build that into the UI? I guess that depends on the size of the > potential user base. Maybe if the client is a large > state/province/canton/principality, then it may make sense to include this > in the budget, but for your average Mon 'n' Pop it may be overkill. > > I confess that in my ~30 years of app-development, this has never come up. > But a couple of sort-of related episodes did, and these involved users > suffering from cerebral palsy. This resulted in a radically retuned > approach to user-training, and also serious UI changes to make every > command available without serious contortions as pressing three keys at > once (Ctrl-Shift-Insert, for example). > > I have painted the landscape for this question, which I do truly regard as > serious, and I wish to inquire a) whether you've faced this problem; b) how > you negotiated the extra costs, and c) how you dealt with the problem and > delivered a workable solution. Oh yes, maybe there's a d) assuming c), in > which you dealt with the situation and delivered a successful solution, did > this increase your creds in these environments (i.e. word got around that > your firm could handle this stuff)? > > Just curious. > Arthur > ? > _______________________________________________ > dba-VS mailing list > dba-VS at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/dba-vs > http://www.databaseadvisors.com > > _______________________________________________ > dba-VS mailing list > dba-VS at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/dba-vs > http://www.databaseadvisors.com > -- Paul Hartland paul.hartland at googlemail.com From gustav at cactus.dk Sun Apr 5 02:46:10 2015 From: gustav at cactus.dk (Gustav Brock) Date: Sun, 5 Apr 2015 07:46:10 +0000 Subject: [dba-VS] node.js tools for VS In-Reply-To: <1792874254.39879270.1428184680354.JavaMail.root@shaw.ca> References: <1427971477442.10443@cactus.dk>, <1792874254.39879270.1428184680354.JavaMail.root@shaw.ca> Message-ID: <1428219970209.56687@cactus.dk> Hi Jim Well - to quote the very first paragraph: Node.js Tools 1.0 for Visual Studio (NTVS) is now available for download! NTVS is a free, open source extension for Visual Studio 2012 and Visual Studio 2013 that turns Visual Studio into a Node.js IDE. NTVS 1.0 supports the free Visual Studio Community and Visual Studio Express for Web editions, as well as Visual Studio Professional and higher. So before spending money, I would see what VS Community Edition + NTVS could do for me. Thanks for all the nice links. /gustav ________________________________________ Fra: dba-VS p? vegne af Jim Lawrence Sendt: 4. april 2015 23:58 Til: Development in Visual Studio Emne: Re: [dba-VS] node.js tools for VS Hi Gustav: About time...:-) There is of course one of the best JS/NodeJS editors for $99.00 called Webstorm: http://www.jetbrains.com/webstorm ...and then the editor which is claimed to be the best JS/NodeJS, with a full debugger, in the business, Komodo at $245.00: http://komodoide.com Then a full Cloud based JS/NodeJS editor and debugging environment, costing from $9.00 to $79.99 https://c9.io/web/site/pricing Sublime text editor is definitely one of the best all around editors, at $70.00: http://www.sublimetext.com PS How much does VS extra NodeJS feature cost? Jim ----- Original Message ----- From: "Gustav Brock" To: "Development in Visual Studio" Sent: Thursday, April 2, 2015 3:44:37 AM Subject: [dba-VS] node.js tools for VS Hi all Note that VS now also seems to be prominent tool for node.js: http://blogs.msdn.com/b/visualstudio/archive/2015/03/25/node-js-tools-1-0-for-visual-studio.aspx I must admit that I haven't paid much attention to node.js but I will now. Anders Hejlsberg used it exclusively as the local server during his presentation. It was amazing what a few lines of code could do. /gustav ________________________________________ Fra: dba-VS p? vegne af Gustav Brock Sendt: 31. marts 2015 19:51 Til: Development in Visual Studio Emne: [dba-VS] TypeScript Hi all Today I attended a lecture by Anders Hejlsberg - you know, the man behind Turbo Pascal, Delphi, C#, and now TypeScript. A free event not to miss. Code-wise it was a beginner's course, which felt a bit strange, but - as you can imagine - he quickly managed to give it a much broader perspective and, indeed, a good understanding of the background for "why TypeScript?". Very inspiring, and should you be in doubt, this is hot. I should add, that if you today program in Javascript (I see all hands) you should at once turn to TypeScript. The well-known arguments - which he brightly demonstrated the value of - are classes, strong typing, and - because of the strong typing - IntelliSense. Even then it compiles to pure non-expanded Javascript. It is so clever: http://www.typescriptlang.org/ It is open-source and expanding at high speed: https://github.com/Microsoft/TypeScript/ In addition to Visual Studio, a range of other editors are at hand. For much of the demo he used Sublime Text: http://www.sublimetext.com/ which has the special feature that it can show - in real time a split-pane window with TypeScript at left and the resulting Javascript at right. It is not free but worth considering at USD 70 if you plan to typescript a lot. It runs on all relevant platforms. /gustav From gustav at cactus.dk Sun Apr 5 03:21:01 2015 From: gustav at cactus.dk (Gustav Brock) Date: Sun, 5 Apr 2015 08:21:01 +0000 Subject: [dba-VS] Report Generator in VS In-Reply-To: References: Message-ID: <1428222060359.36292@cactus.dk> ??Hi Charlotte I was reluctant to spend money on expensive third-party report designers as VS comes with a quite capable reportdesigner. The problem is to get started, because you instinctively assume it might behave just a little like your well-known designer in Access. But it doesn't; it is upside-down. However, there is a deep logic behind this, and when you grasp this, it is a wonderful designer. I have done some quite extensive reports generating hundreds of pages with pictures and critical formatting and met zero issues. But, as said, it is different. These days, a lot of tutorials must exist out there. I have previously posted a link for a very good starting point. Sadly, it seems not to be updated, but the basics are still valid: http://gotreportviewer.com/ Also, don't miss Shamil's old Northwind.NET project which aimed at cloning the user experience 100%: http://northwind.codeplex.com All reports - some created by me - were created with the native report designer of Visual Studio at zero cost. These links could also be of value: ReportViewer Web Server and Windows Forms Controls https://msdn.microsoft.com/en-us/library/ms251771(v=vs.120).aspx If you use SQL Server (including Express version, though with a few limitations), you can even choose to have the reports generated either at the database server or in Local Mode: Using the ASP.NET 2.0 ReportViewer in Local Mode http://www.codeproject.com/Articles/15597/Using-the-ASP-NET-2-0-ReportViewer-in-Local-Mode I haven't used this, so I can't tell how well it performs. /gustav ________________________________ Fra: dba-VS p? vegne af Charlotte Foust Sendt: 4. april 2015 22:57 Til: dba-vs at databaseadvisors.com Emne: [dba-VS] Report Generator in VS What do you guys use to generate reports in Visual Studio. I know a lot of people use Crystal Reports, but I hate that option. Charlotte Foust (916) 206-4336 From df.waters at outlook.com Sun Apr 5 12:04:30 2015 From: df.waters at outlook.com (Dan Waters) Date: Sun, 5 Apr 2015 12:04:30 -0500 Subject: [dba-VS] Report Generator in VS In-Reply-To: References: Message-ID: Hi Charlotte, This is an example of code behind a form which contains a ReportViewer. Once you begin learning how to use reports in VS, refer back to this code. This is some very hard-earned experience! ;-) I?m showing how to pass information to the report form from the calling procedure, and that one form can be designed to display as many different reports as you wish (assuming they all have the same exterior dimensions, i.e., Portrait, Landscape, etc). I use LinqToSQL queries as the data access method. The two variables which begin with ?LQ? are those queries. Of course, you can set up the DataSource with other methods also. Good Luck! Dan ?------------------------------------------------------------ Public Sub New(stgNameOfReport As String, Optional stgQueryInfo As String = "", Optional intCellID As Integer = 0) MyBase.New() InitializeComponent() If stgNameOfReport = "" Then Exit Sub Me.Text = "Report Data" Call ReportList(stgNameOfReport, stgQueryInfo) End Sub Private Sub ReportList(stgNameOfReport As String, Optional stgQueryInfo As String = "", Optional intID As Integer = 0) Dim LQCurrentReport Dim stgReportTitle As String = "" Dim DCAppMain As New DCAppMainDataContext(SV.ConnectionStringServer) Dim rds = New ReportDataSource() Select Case stgNameOfReport Case "All Records" stgReportTitle = "All Records" LQCurrentReport = (From a In DCAppMain.vewStandardReport Select New fakStandardReport With { _ .MainID = a.MainID, _ .Stage = a.Stage, _ .AssessorDate = a.AssessorDate, _ .ClosedDate = a.ClosedDate, _ .Opportunity = a.Opportunity, _ .DueDate = a.DueDate, _ .CompletedDate = a.CompletedDate, _ .Score = a.Score, _ .AceCell = GlobalProcedures.GetAceCellName(a.AceCellID), _ .AceCellSub = GlobalProcedures.GetAceCellName(a.AceCellSubID), _ .Assessor = PeopleProcedures.GetFullName(a.AssessorID), _ .AssignedTo = PeopleProcedures.GetFullName(a.AssignedToID), _ .CompletedBy = PeopleProcedures.GetFullName(a.CompletedByID), _ .CompletedOpportunity = a.CompletedOpportunity, _ .OpportunityID = a.OpportunityID}).ToList() Me.FakStandardReportBindingSource.DataSource = LQCurrentReport ReportViewerTable.LocalReport.ReportEmbeddedResource = "PSIAppMain.rptStandardReport.rdlc" Case "ScoringDescriptions" stgReportTitle = " Scoring Descriptions" Dim LQScoringDescriptions = From a In DCAppMain.tblExplanations Order By a.ScoreSort Select a.ExplanationID, a.ScoreSort, a.Selection, a.Point0Report, a.Point1Report, a.Point2Report, a.Point3Report, a.Point4Report, a.Point5Report Me.fakScoringDescriptionsBindingSource.DataSource = LQScoringDescriptions ReportViewerTable.LocalReport.ReportEmbeddedResource = "PSIAppMain.rptScoringDescriptions.rdlc" End Select rds.Name = "fakStandardReport" rds.Value = FakStandardReportBindingSource ReportViewerTable.LocalReport.DataSources.Add(rds) '-- Set the criteria textboxes on the report Dim paramList As New Generic.List(Of ReportParameter) paramList.Add(New ReportParameter("ReportTitle", SV.SystemAcronym & " - " & stgReportTitle, True)) paramList.Add(New ReportParameter("ReportFooter", Utility.ReportFooter, True)) Me.ReportViewerTable.LocalReport.SetParameters(paramList) Me.ReportViewerTable.RefreshReport() Me.ReportViewerTable.Dock = DockStyle.Fill End Sub ?------------------------------------------------------------------------ From: dba-VS [mailto:dba-vs-bounces at databaseadvisors.com] On Behalf Of Charlotte Foust Sent: Saturday, April 04, 2015 3:57 PM To: dba-vs at databaseadvisors.com Subject: [dba-VS] Report Generator in VS What do you guys use to generate reports in Visual Studio. I know a lot of people use Crystal Reports, but I hate that option. Charlotte Foust (916) 206-4336 From mcp2004 at mail.ru Sun Apr 5 20:08:59 2015 From: mcp2004 at mail.ru (=?UTF-8?B?U2FsYWtoZXRkaW5vdiBTaGFtaWw=?=) Date: Mon, 06 Apr 2015 04:08:59 +0300 Subject: [dba-VS] =?utf-8?q?Visual_Basic_2012_-_Change_Form_=26_Controls_B?= =?utf-8?q?ased_On_Screen_Resolution?= In-Reply-To: References: <2122006172.39752665.1428166255119.JavaMail.root@shaw.ca> Message-ID: <1428282539.492995379@f416.i.mail.ru> Hi Paul -- I'm assuming you're asking about .NET WinForms. The P.S. code I have "cooked" here should make the trick for your case. But I must note (next time) you'd better try to design your forms based on lowest possible width and height values and use Dock and Anchor standard properties to automatically handle form's and controls' resizing/enlarging. See also: ? http://tinyurl.com/q3365r8 I, personally, have never used custom .NET WinForms forms' ?resizing functionality during my 10+ years of .NET programming practice. Thank you. -- Shamil P.S. 1. Create?WindowsFormsApplication1 in Visual Studio; 2. Form1 will be automatically created; 3. Drag and drop a few test controls on Form1; 4. Replace Form1's code behind with the following code (note: there are two custom classes ControlResizer and FormControlsResizer - they can be put in separate source file(s)?): using System; using System.Collections.Generic; using System.Drawing; using System.Windows.Forms; namespace WindowsFormsApplication1 { public partial class Form1 : Form { public Form1() { InitializeComponent(); // define non-zero values for the following designWidth and designHeight variables // equal to the form's design time width and height only // in the case if run-time system resolution could have less width and/or height // dimensions than design time form's width and height int designWidth = 800; int designHeight = 600; if (designWidth != this.Width || designHeight != this.Height) { // activate resizing functionality only when run-time's form instance actual width and height // have less width and/or height dimensions than design time form's width and height _resizer = new FormControlsResizer(this, designWidth, designHeight); } } private FormControlsResizer _resizer; } public class ControlResizer { protected Control _control; protected Dictionary _controls; public ControlResizer(Dictionary controls, Control control) { if (IsInDesignMode) return; _controls = controls; _control = control; this.Name = control.Name; this.BaseWidth = control.Width; this.BaseHeight = control.Height; this.BaseTopPosition = control.Top; this.BaseLeftPosition = control.Left; this.FontFamily = control.Font.FontFamily; this.BaseFontSize = control.Font.SizeInPoints; control.Dock = DockStyle.None; control.Anchor = AnchorStyles.Top | AnchorStyles.Left; foreach (Control childControl in control.Controls) { this.Name = makeMostlyUniqueName(control, childControl); if (_controls.ContainsKey(this.Name)) continue; _controls.Add(this.Name, new ControlResizer(_controls, childControl)); } } /// /// This method will result in names collisions for the rare(?) cases /// of different custom controls having similar nested custom controls: /// to avoid any probability of the names' collisions the whole controls /// hierarchy should be taken into account when generating unique names. /// protected string makeMostlyUniqueName(Control parentControl, Control childControl) { return string.Format("{0}*{1}", parentControl.Name, childControl.Name); } public string Name { get; private set; } public double BaseWidth { get; protected set; } public double BaseHeight { get; protected set; } public double BaseTopPosition { get; private set; } public double BaseLeftPosition { get; private set; } public FontFamily FontFamily { get; private set; } public float BaseFontSize { get; private set; } public void Resize(double scaleWidth, double scaleHeight) { _control.Width = (int)(this.BaseWidth * scaleWidth); _control.Height = (int)(this.BaseHeight * scaleHeight); _control.Left = (int)(this.BaseLeftPosition * scaleWidth); _control.Top = (int)(this.BaseTopPosition * scaleHeight); _control.Font = new Font(this.FontFamily, (float)(this.BaseFontSize * scaleHeight)); } public static bool IsInDesignMode { get { if (Application.ExecutablePath.IndexOf("devenv.exe", StringComparison.OrdinalIgnoreCase) > -1) { return true; } return false; } } } public class FormControlsResizer : ControlResizer { private Form _form; public FormControlsResizer(Form form, int baseWidth = 0, int baseHeight = 0) : base(new Dictionary(), form) { if (IsInDesignMode) return; _form = form; if (baseWidth > 0) this.BaseWidth = baseWidth; if (baseHeight > 0) this.BaseHeight = baseHeight; form.Resize += Form_Resize; Form_Resize(this, new EventArgs()); } private void Form_Resize(object sender, EventArgs e) { double scaleWidth = _form.Width / this.BaseWidth; double scaleHeight = _form.Height / this.BaseHeight; resizeControls(_form, scaleWidth, scaleHeight); } private void resizeControls(Control parentControl, double scaleWidth, double scaleHeight) { foreach (Control control in parentControl.Controls) { resizeControls(control, scaleWidth, scaleHeight); string name = makeMostlyUniqueName(parentControl, control); if (!_controls.ContainsKey(name)) continue; _controls[name].Resize(scaleWidth, scaleHeight); } } } } Sunday, April 5, 2015 4:54 AM +01:00 from Paul Hartland : >going back to my earlier question, can anyone point me in the direction of >some decent code etc that will resize the forms and controls please... > >Paul <<< skipped >>> > From charlotte.foust at gmail.com Sun Apr 5 20:39:28 2015 From: charlotte.foust at gmail.com (Charlotte Foust) Date: Sun, 5 Apr 2015 18:39:28 -0700 Subject: [dba-VS] Report Generator in VS In-Reply-To: References: Message-ID: Dan, I built reports in .Net when I was employed full time, but we used a suite of 3rd party tools, so I haven't really worked with the built in tools much. Just trying to rewrap my head around them. Charlotte Foust (916) 206-4336 On Sun, Apr 5, 2015 at 10:04 AM, Dan Waters wrote: > Hi Charlotte, > > > > This is an example of code behind a form which contains a ReportViewer. > Once you begin learning how to use reports in VS, refer back to this code. > This is some very hard-earned experience! ;-) > > > > I?m showing how to pass information to the report form from the calling > procedure, and that one form can be designed to display as many different > reports as you wish (assuming they all have the same exterior dimensions, > i.e., Portrait, Landscape, etc). > > > > I use LinqToSQL queries as the data access method. The two variables > which begin with ?LQ? are those queries. Of course, you can set up the > DataSource with other methods also. > > > > Good Luck! > > Dan > > > > ?------------------------------------------------------------ > > > > Public Sub New(stgNameOfReport As String, Optional stgQueryInfo As > String = "", Optional intCellID As Integer = 0) > > MyBase.New() > > InitializeComponent() > > If stgNameOfReport = "" Then Exit Sub > > Me.Text = "Report Data" > > Call ReportList(stgNameOfReport, stgQueryInfo) > > End Sub > > Private Sub ReportList(stgNameOfReport As String, Optional > stgQueryInfo As String = "", Optional intID As Integer = 0) > > Dim LQCurrentReport > > Dim stgReportTitle As String = "" > > Dim DCAppMain As New > DCAppMainDataContext(SV.ConnectionStringServer) > > Dim rds = New ReportDataSource() > > Select Case stgNameOfReport > > Case "All Records" > > stgReportTitle = "All Records" > > LQCurrentReport = (From a In > DCAppMain.vewStandardReport > > Select New fakStandardReport With { _ > > .MainID = a.MainID, _ > > .Stage = a.Stage, _ > > .AssessorDate = a.AssessorDate, _ > > .ClosedDate = a.ClosedDate, _ > > .Opportunity = a.Opportunity, _ > > .DueDate = a.DueDate, _ > > .CompletedDate = a.CompletedDate, _ > > .Score = a.Score, _ > > .AceCell = > GlobalProcedures.GetAceCellName(a.AceCellID), _ > > .AceCellSub = > GlobalProcedures.GetAceCellName(a.AceCellSubID), _ > > .Assessor = > PeopleProcedures.GetFullName(a.AssessorID), _ > > .AssignedTo = > PeopleProcedures.GetFullName(a.AssignedToID), _ > > .CompletedBy = > PeopleProcedures.GetFullName(a.CompletedByID), _ > > .CompletedOpportunity = > a.CompletedOpportunity, _ > > .OpportunityID = a.OpportunityID}).ToList() > > Me.FakStandardReportBindingSource.DataSource = > LQCurrentReport > > > ReportViewerTable.LocalReport.ReportEmbeddedResource = > "PSIAppMain.rptStandardReport.rdlc" > > > > Case "ScoringDescriptions" > > stgReportTitle = " Scoring Descriptions" > > Dim LQScoringDescriptions = From a In > DCAppMain.tblExplanations > > > Order By a.ScoreSort > > > Select a.ExplanationID, a.ScoreSort, a.Selection, a.Point0Report, > a.Point1Report, a.Point2Report, a.Point3Report, a.Point4Report, > a.Point5Report > > > Me.fakScoringDescriptionsBindingSource.DataSource = LQScoringDescriptions > > > ReportViewerTable.LocalReport.ReportEmbeddedResource = > "PSIAppMain.rptScoringDescriptions.rdlc" > > End Select > > rds.Name = "fakStandardReport" > > rds.Value = FakStandardReportBindingSource > > ReportViewerTable.LocalReport.DataSources.Add(rds) > > '-- Set the criteria textboxes on the report > > Dim paramList As New Generic.List(Of ReportParameter) > > paramList.Add(New ReportParameter("ReportTitle", > SV.SystemAcronym & " - " & stgReportTitle, True)) > > paramList.Add(New ReportParameter("ReportFooter", > Utility.ReportFooter, True)) > > Me.ReportViewerTable.LocalReport.SetParameters(paramList) > > Me.ReportViewerTable.RefreshReport() > > Me.ReportViewerTable.Dock = DockStyle.Fill > > End Sub > > ?------------------------------------------------------------------------ > > > > > > From: dba-VS [mailto:dba-vs-bounces at databaseadvisors.com] On Behalf Of > Charlotte Foust > Sent: Saturday, April 04, 2015 3:57 PM > To: dba-vs at databaseadvisors.com > Subject: [dba-VS] Report Generator in VS > > > > What do you guys use to generate reports in Visual Studio. I know a lot > of people use Crystal Reports, but I hate that option. > > > > > > Charlotte Foust > > (916) 206-4336 > > _______________________________________________ > dba-VS mailing list > dba-VS at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/dba-vs > http://www.databaseadvisors.com > From cawolfe at verizon.net Sun Apr 5 20:42:01 2015 From: cawolfe at verizon.net (Charles Wolfe) Date: Mon, 6 Apr 2015 01:42:01 +0000 (UTC) Subject: [dba-VS] Looking for book recommendations VB or VS2010 Message-ID: <1573135441.250445.1428284522000.JavaMail.yahoo@mail.yahoo.com> Hi All, Now that the group is VS oriented, it is good to be back after all these years. Not sure how much I can contribute, will try as best I can. BOOK Question: I'm starting to convert a very large VS2003 (almost all VB) program to VS/VB2010. I've done some work with 2010 but could use a good reference or two.? I know 2015 is coming out the door, but I have to use what the client has... Need something on VB2003 to 2010 changes and additions and on using VS 2010 features e.g. project builder/publish (.msi), etc. All replies are welcome. Charles WolfeSylmar, CA From marklbreen at gmail.com Sun Apr 5 20:49:14 2015 From: marklbreen at gmail.com (Mark Breen) Date: Mon, 6 Apr 2015 08:49:14 +0700 Subject: [dba-VS] Looking for book recommendations VB or VS2010 In-Reply-To: <1573135441.250445.1428284522000.JavaMail.yahoo@mail.yahoo.com> References: <1573135441.250445.1428284522000.JavaMail.yahoo@mail.yahoo.com> Message-ID: Hello Charles Welcome back. Nice to see your name pop up. I would suggest looking around on eBay for second hand books for a euro or two, you may pick them up easily. How is your truck - still going strong I hope. Thanks again for your presentation on set theory, it has served me well over the last 15 years. Mark On 6 Apr 2015 08:44, "Charles Wolfe" wrote: > Hi All, > Now that the group is VS oriented, it is good to be back after all these > years. Not sure how much I can contribute, will try as best I can. > BOOK Question: > I'm starting to convert a very large VS2003 (almost all VB) program to > VS/VB2010. I've done some work with 2010 but could use a good reference or > two. I know 2015 is coming out the door, but I have to use what the client > has... Need something on VB2003 to 2010 changes and additions and on using > VS 2010 features e.g. project builder/publish (.msi), etc. > > All replies are welcome. > Charles WolfeSylmar, CA > > _______________________________________________ > dba-VS mailing list > dba-VS at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/dba-vs > http://www.databaseadvisors.com From cawolfe at verizon.net Sun Apr 5 20:50:55 2015 From: cawolfe at verizon.net (Charles Wolfe) Date: Mon, 6 Apr 2015 01:50:55 +0000 (UTC) Subject: [dba-VS] Question on Windows and/or Access database closing, etc timing Message-ID: <495609221.250649.1428285055141.JavaMail.yahoo@mail.yahoo.com> Hi All, The system I am working on uses MS Access as the data repository, which is related to part of the following.? There is a problem of Windows, or VS run time, not closing and releasing an ACCESS file when a VS program says to close it in a timely manner so that the next effort to access the database from within VB says it does not exist or is in use by another user. Anyone found a good solution to this? Doing a dispose and finalize does not necessarily seem to work at speeding things up or freeing the database "quickly". I've had it take up to 20 minutes on an XP system with VB2003! Maybe related to the preceding: Has anyone had problems using VB to create a folder and copy a file or 2 to it, and then when trying to access the folder or one of the files from within the program found that Windows does not think it (they) exist? This seems to be a Windows timing problem but I'm not sure.? Eventually the folder and its content does appear; but it confuses the user to get a "does not exist" message within seconds of having the program create the folder, etc. The user creates a "project" data base, then tries to define a "sample" within the database (a single entry in one of the tables), it sometimes takes 2 tries to get the sample defined, the first time, the "database does not exist" 'error' happens. Charles WolfeSylmar, CA From charlotte.foust at gmail.com Sun Apr 5 21:03:01 2015 From: charlotte.foust at gmail.com (Charlotte Foust) Date: Sun, 5 Apr 2015 19:03:01 -0700 Subject: [dba-VS] Question on Windows and/or Access database closing, etc timing In-Reply-To: <495609221.250649.1428285055141.JavaMail.yahoo@mail.yahoo.com> References: <495609221.250649.1428285055141.JavaMail.yahoo@mail.yahoo.com> Message-ID: ?Try checking for the existence of a lock table (.ldb or .lccdb) to see if the system still thinks the file is in use. Sometimes that lock file will persist when it shouldn't, so you could try deleting it in code. If the delete succeeds, you should be able to copy the file. ? Charlotte Foust (916) 206-4336 On Sun, Apr 5, 2015 at 6:50 PM, Charles Wolfe wrote: > Hi All, > The system I am working on uses MS Access as the data repository, which is > related to part of the following. > There is a problem of Windows, or VS run time, not closing and releasing > an ACCESS file when a VS program says to close it in a timely manner so > that the next effort to access the database from within VB says it does not > exist or is in use by another user. Anyone found a good solution to this? > Doing a dispose and finalize does not necessarily seem to work at speeding > things up or freeing the database "quickly". I've had it take up to 20 > minutes on an XP system with VB2003! > > Maybe related to the preceding: Has anyone had problems using VB to > create a folder and copy a file or 2 to it, and then when trying to access > the folder or one of the files from within the program found that Windows > does not think it (they) exist? This seems to be a Windows timing problem > but I'm not sure. Eventually the folder and its content does appear; but > it confuses the user to get a "does not exist" message within seconds of > having the program create the folder, etc. The user creates a "project" > data base, then tries to define a "sample" within the database (a single > entry in one of the tables), it sometimes takes 2 tries to get the sample > defined, the first time, the "database does not exist" 'error' happens. > > Charles WolfeSylmar, CA > > > > _______________________________________________ > dba-VS mailing list > dba-VS at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/dba-vs > http://www.databaseadvisors.com From accessd at shaw.ca Tue Apr 7 21:05:46 2015 From: accessd at shaw.ca (Jim Lawrence) Date: Tue, 7 Apr 2015 20:05:46 -0600 (MDT) Subject: [dba-VS] node.js tools for VS In-Reply-To: <1428219970209.56687@cactus.dk> Message-ID: <106685840.41954552.1428458746637.JavaMail.root@shaw.ca> Hi Gustav: Thanks for the information...I will check that out for sure. Jim ----- Original Message ----- From: "Gustav Brock" To: "Development in Visual Studio" Sent: Sunday, April 5, 2015 12:46:10 AM Subject: Re: [dba-VS] node.js tools for VS Hi Jim Well - to quote the very first paragraph: Node.js Tools 1.0 for Visual Studio (NTVS) is now available for download! NTVS is a free, open source extension for Visual Studio 2012 and Visual Studio 2013 that turns Visual Studio into a Node.js IDE. NTVS 1.0 supports the free Visual Studio Community and Visual Studio Express for Web editions, as well as Visual Studio Professional and higher. So before spending money, I would see what VS Community Edition + NTVS could do for me. Thanks for all the nice links. /gustav ________________________________________ Fra: dba-VS p? vegne af Jim Lawrence Sendt: 4. april 2015 23:58 Til: Development in Visual Studio Emne: Re: [dba-VS] node.js tools for VS Hi Gustav: About time...:-) There is of course one of the best JS/NodeJS editors for $99.00 called Webstorm: http://www.jetbrains.com/webstorm ...and then the editor which is claimed to be the best JS/NodeJS, with a full debugger, in the business, Komodo at $245.00: http://komodoide.com Then a full Cloud based JS/NodeJS editor and debugging environment, costing from $9.00 to $79.99 https://c9.io/web/site/pricing Sublime text editor is definitely one of the best all around editors, at $70.00: http://www.sublimetext.com PS How much does VS extra NodeJS feature cost? Jim ----- Original Message ----- From: "Gustav Brock" To: "Development in Visual Studio" Sent: Thursday, April 2, 2015 3:44:37 AM Subject: [dba-VS] node.js tools for VS Hi all Note that VS now also seems to be prominent tool for node.js: http://blogs.msdn.com/b/visualstudio/archive/2015/03/25/node-js-tools-1-0-for-visual-studio.aspx I must admit that I haven't paid much attention to node.js but I will now. Anders Hejlsberg used it exclusively as the local server during his presentation. It was amazing what a few lines of code could do. /gustav ________________________________________ Fra: dba-VS p? vegne af Gustav Brock Sendt: 31. marts 2015 19:51 Til: Development in Visual Studio Emne: [dba-VS] TypeScript Hi all Today I attended a lecture by Anders Hejlsberg - you know, the man behind Turbo Pascal, Delphi, C#, and now TypeScript. A free event not to miss. Code-wise it was a beginner's course, which felt a bit strange, but - as you can imagine - he quickly managed to give it a much broader perspective and, indeed, a good understanding of the background for "why TypeScript?". Very inspiring, and should you be in doubt, this is hot. I should add, that if you today program in Javascript (I see all hands) you should at once turn to TypeScript. The well-known arguments - which he brightly demonstrated the value of - are classes, strong typing, and - because of the strong typing - IntelliSense. Even then it compiles to pure non-expanded Javascript. It is so clever: http://www.typescriptlang.org/ It is open-source and expanding at high speed: https://github.com/Microsoft/TypeScript/ In addition to Visual Studio, a range of other editors are at hand. For much of the demo he used Sublime Text: http://www.sublimetext.com/ which has the special feature that it can show - in real time a split-pane window with TypeScript at left and the resulting Javascript at right. It is not free but worth considering at USD 70 if you plan to typescript a lot. It runs on all relevant platforms. /gustav _______________________________________________ dba-VS mailing list dba-VS at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/dba-vs http://www.databaseadvisors.com From R.Griffiths at bury.gov.uk Wed Apr 8 04:03:58 2015 From: R.Griffiths at bury.gov.uk (Griffiths, Richard) Date: Wed, 8 Apr 2015 10:03:58 +0100 Subject: [dba-VS] Report Generator in VS In-Reply-To: References: Message-ID: <8F6EDD378FED5D4C93923A631E240C729BBFEBFBA7@BYEXVN01.bury.gov.uk> Is Crystal Reports for Visual Studio not an option? Regards Richard Griffiths Developer Tel: 0161 253 5169 email: r.griffiths at bury.gov.uk web: www.bury.gov.uk Bury Council Town Hall Knowsley Street Bury BL9 0SW -----Original Message----- From: dba-VS [mailto:dba-vs-bounces at databaseadvisors.com] On Behalf Of Charlotte Foust Sent: 06 April 2015 02:39 To: Development in Visual Studio Subject: Re: [dba-VS] Report Generator in VS Dan, I built reports in .Net when I was employed full time, but we used a suite of 3rd party tools, so I haven't really worked with the built in tools much. Just trying to rewrap my head around them. Charlotte Foust (916) 206-4336 On Sun, Apr 5, 2015 at 10:04 AM, Dan Waters wrote: > Hi Charlotte, > > > > This is an example of code behind a form which contains a ReportViewer. > Once you begin learning how to use reports in VS, refer back to this code. > This is some very hard-earned experience! ;-) > > > > I?m showing how to pass information to the report form from the > calling procedure, and that one form can be designed to display as > many different reports as you wish (assuming they all have the same > exterior dimensions, i.e., Portrait, Landscape, etc). > > > > I use LinqToSQL queries as the data access method. The two variables > which begin with ?LQ? are those queries. Of course, you can set up > the DataSource with other methods also. > > > > Good Luck! > > Dan > > > > ?------------------------------------------------------------ > > > > Public Sub New(stgNameOfReport As String, Optional stgQueryInfo > As String = "", Optional intCellID As Integer = 0) > > MyBase.New() > > InitializeComponent() > > If stgNameOfReport = "" Then Exit Sub > > Me.Text = "Report Data" > > Call ReportList(stgNameOfReport, stgQueryInfo) > > End Sub > > Private Sub ReportList(stgNameOfReport As String, Optional > stgQueryInfo As String = "", Optional intID As Integer = 0) > > Dim LQCurrentReport > > Dim stgReportTitle As String = "" > > Dim DCAppMain As New > DCAppMainDataContext(SV.ConnectionStringServer) > > Dim rds = New ReportDataSource() > > Select Case stgNameOfReport > > Case "All Records" > > stgReportTitle = "All Records" > > LQCurrentReport = (From a In > DCAppMain.vewStandardReport > > Select New fakStandardReport With { _ > > .MainID = a.MainID, _ > > .Stage = a.Stage, _ > > .AssessorDate = a.AssessorDate, _ > > .ClosedDate = a.ClosedDate, _ > > .Opportunity = a.Opportunity, _ > > .DueDate = a.DueDate, _ > > .CompletedDate = a.CompletedDate, _ > > .Score = a.Score, _ > > .AceCell = > GlobalProcedures.GetAceCellName(a.AceCellID), _ > > .AceCellSub = > GlobalProcedures.GetAceCellName(a.AceCellSubID), _ > > .Assessor = > PeopleProcedures.GetFullName(a.AssessorID), _ > > .AssignedTo = > PeopleProcedures.GetFullName(a.AssignedToID), _ > > .CompletedBy = > PeopleProcedures.GetFullName(a.CompletedByID), _ > > .CompletedOpportunity = > a.CompletedOpportunity, _ > > .OpportunityID = > a.OpportunityID}).ToList() > > > Me.FakStandardReportBindingSource.DataSource = LQCurrentReport > > > ReportViewerTable.LocalReport.ReportEmbeddedResource = > "PSIAppMain.rptStandardReport.rdlc" > > > > Case "ScoringDescriptions" > > stgReportTitle = " Scoring Descriptions" > > Dim LQScoringDescriptions = From a In > DCAppMain.tblExplanations > > > Order By a.ScoreSort > > > Select a.ExplanationID, a.ScoreSort, a.Selection, a.Point0Report, > a.Point1Report, a.Point2Report, a.Point3Report, a.Point4Report, > a.Point5Report > > > Me.fakScoringDescriptionsBindingSource.DataSource = > LQScoringDescriptions > > > ReportViewerTable.LocalReport.ReportEmbeddedResource = > "PSIAppMain.rptScoringDescriptions.rdlc" > > End Select > > rds.Name = "fakStandardReport" > > rds.Value = FakStandardReportBindingSource > > ReportViewerTable.LocalReport.DataSources.Add(rds) > > '-- Set the criteria textboxes on the report > > Dim paramList As New Generic.List(Of ReportParameter) > > paramList.Add(New ReportParameter("ReportTitle", > SV.SystemAcronym & " - " & stgReportTitle, True)) > > paramList.Add(New ReportParameter("ReportFooter", > Utility.ReportFooter, True)) > > > Me.ReportViewerTable.LocalReport.SetParameters(paramList) > > Me.ReportViewerTable.RefreshReport() > > Me.ReportViewerTable.Dock = DockStyle.Fill > > End Sub > > ?--------------------------------------------------------------------- > --- > > > > > > From: dba-VS [mailto:dba-vs-bounces at databaseadvisors.com] On Behalf Of > Charlotte Foust > Sent: Saturday, April 04, 2015 3:57 PM > To: dba-vs at databaseadvisors.com > Subject: [dba-VS] Report Generator in VS > > > > What do you guys use to generate reports in Visual Studio. I know a > lot of people use Crystal Reports, but I hate that option. > > > > > > Charlotte Foust > > (916) 206-4336 > > _______________________________________________ > dba-VS mailing list > dba-VS at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/dba-vs > http://www.databaseadvisors.com > _______________________________________________ dba-VS mailing list dba-VS at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/dba-vs http://www.databaseadvisors.com ----------------------------------------------------------------- Why not visit our website www.bury.gov.uk ----------------------------------------------------------------- Incoming and outgoing e-mail messages are routinely monitored for compliance with our information security policy. The information contained in this e-mail and any files transmitted with it is for the intended recipient(s) alone. It may contain confidential information that is exempt from the disclosure under English law and may also be covered by legal,professional or other privilege. If you are not the intended recipient, you must not copy, distribute or take any action in reliance on it. If you have received this e-mail in error, please notify us immediately by using the reply facility on your e-mail system. If this message is being transmitted over the Internet, be aware that it may be intercepted by third parties. As a public body, the Council may be required to disclose this e-mail or any response to it under the Freedom of Information Act 2000 unless the information in it is covered by one of the exemptions in the Act. Electronic service accepted only at legal.services at bury.gov.uk and on fax number 0161 253 5119 . ************************************************************* From df.waters at outlook.com Wed Apr 8 07:35:20 2015 From: df.waters at outlook.com (Dan Waters) Date: Wed, 8 Apr 2015 07:35:20 -0500 Subject: [dba-VS] Report Generator in VS In-Reply-To: <8F6EDD378FED5D4C93923A631E240C729BBFEBFBA7@BYEXVN01.bury.gov.uk> References: <8F6EDD378FED5D4C93923A631E240C729BBFEBFBA7@BYEXVN01.bury.gov.uk> Message-ID: Hi Richard, This might be helpful: http://scn.sap.com/docs/DOC-7824 Dan -----Original Message----- From: dba-VS [mailto:dba-vs-bounces at databaseadvisors.com] On Behalf Of Griffiths, Richard Sent: Wednesday, April 08, 2015 4:04 AM To: Development in Visual Studio Subject: Re: [dba-VS] Report Generator in VS Is Crystal Reports for Visual Studio not an option? Regards Richard Griffiths Developer Tel: 0161 253 5169 email: r.griffiths at bury.gov.uk web: www.bury.gov.uk Bury Council Town Hall Knowsley Street Bury BL9 0SW -----Original Message----- From: dba-VS [mailto:dba-vs-bounces at databaseadvisors.com] On Behalf Of Charlotte Foust Sent: 06 April 2015 02:39 To: Development in Visual Studio Subject: Re: [dba-VS] Report Generator in VS Dan, I built reports in .Net when I was employed full time, but we used a suite of 3rd party tools, so I haven't really worked with the built in tools much. Just trying to rewrap my head around them. Charlotte Foust (916) 206-4336 On Sun, Apr 5, 2015 at 10:04 AM, Dan Waters wrote: > Hi Charlotte, > > > > This is an example of code behind a form which contains a ReportViewer. > Once you begin learning how to use reports in VS, refer back to this code. > This is some very hard-earned experience! ;-) > > > > I?m showing how to pass information to the report form from the > calling procedure, and that one form can be designed to display as > many different reports as you wish (assuming they all have the same > exterior dimensions, i.e., Portrait, Landscape, etc). > > > > I use LinqToSQL queries as the data access method. The two variables > which begin with ?LQ? are those queries. Of course, you can set up > the DataSource with other methods also. > > > > Good Luck! > > Dan > > > > ?------------------------------------------------------------ > > > > Public Sub New(stgNameOfReport As String, Optional stgQueryInfo > As String = "", Optional intCellID As Integer = 0) > > MyBase.New() > > InitializeComponent() > > If stgNameOfReport = "" Then Exit Sub > > Me.Text = "Report Data" > > Call ReportList(stgNameOfReport, stgQueryInfo) > > End Sub > > Private Sub ReportList(stgNameOfReport As String, Optional > stgQueryInfo As String = "", Optional intID As Integer = 0) > > Dim LQCurrentReport > > Dim stgReportTitle As String = "" > > Dim DCAppMain As New > DCAppMainDataContext(SV.ConnectionStringServer) > > Dim rds = New ReportDataSource() > > Select Case stgNameOfReport > > Case "All Records" > > stgReportTitle = "All Records" > > LQCurrentReport = (From a In > DCAppMain.vewStandardReport > > Select New fakStandardReport With { _ > > .MainID = a.MainID, _ > > .Stage = a.Stage, _ > > .AssessorDate = a.AssessorDate, _ > > .ClosedDate = a.ClosedDate, _ > > .Opportunity = a.Opportunity, _ > > .DueDate = a.DueDate, _ > > .CompletedDate = a.CompletedDate, _ > > .Score = a.Score, _ > > .AceCell = > GlobalProcedures.GetAceCellName(a.AceCellID), _ > > .AceCellSub = > GlobalProcedures.GetAceCellName(a.AceCellSubID), _ > > .Assessor = > PeopleProcedures.GetFullName(a.AssessorID), _ > > .AssignedTo = > PeopleProcedures.GetFullName(a.AssignedToID), _ > > .CompletedBy = > PeopleProcedures.GetFullName(a.CompletedByID), _ > > .CompletedOpportunity = > a.CompletedOpportunity, _ > > .OpportunityID = > a.OpportunityID}).ToList() > > > Me.FakStandardReportBindingSource.DataSource = LQCurrentReport > > > ReportViewerTable.LocalReport.ReportEmbeddedResource = > "PSIAppMain.rptStandardReport.rdlc" > > > > Case "ScoringDescriptions" > > stgReportTitle = " Scoring Descriptions" > > Dim LQScoringDescriptions = From a In > DCAppMain.tblExplanations > > > Order By a.ScoreSort > > > Select a.ExplanationID, a.ScoreSort, a.Selection, a.Point0Report, > a.Point1Report, a.Point2Report, a.Point3Report, a.Point4Report, > a.Point5Report > > > Me.fakScoringDescriptionsBindingSource.DataSource = > LQScoringDescriptions > > > ReportViewerTable.LocalReport.ReportEmbeddedResource = > "PSIAppMain.rptScoringDescriptions.rdlc" > > End Select > > rds.Name = "fakStandardReport" > > rds.Value = FakStandardReportBindingSource > > ReportViewerTable.LocalReport.DataSources.Add(rds) > > '-- Set the criteria textboxes on the report > > Dim paramList As New Generic.List(Of ReportParameter) > > paramList.Add(New ReportParameter("ReportTitle", > SV.SystemAcronym & " - " & stgReportTitle, True)) > > paramList.Add(New ReportParameter("ReportFooter", > Utility.ReportFooter, True)) > > > Me.ReportViewerTable.LocalReport.SetParameters(paramList) > > Me.ReportViewerTable.RefreshReport() > > Me.ReportViewerTable.Dock = DockStyle.Fill > > End Sub > > ?--------------------------------------------------------------------- > --- > > > > > > From: dba-VS [mailto:dba-vs-bounces at databaseadvisors.com] On Behalf Of > Charlotte Foust > Sent: Saturday, April 04, 2015 3:57 PM > To: dba-vs at databaseadvisors.com > Subject: [dba-VS] Report Generator in VS > > > > What do you guys use to generate reports in Visual Studio. I know a > lot of people use Crystal Reports, but I hate that option. > > > > > > Charlotte Foust > > (916) 206-4336 > > _______________________________________________ > dba-VS mailing list > dba-VS at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/dba-vs > http://www.databaseadvisors.com > _______________________________________________ dba-VS mailing list dba-VS at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/dba-vs http://www.databaseadvisors.com ----------------------------------------------------------------- Why not visit our website www.bury.gov.uk ----------------------------------------------------------------- Incoming and outgoing e-mail messages are routinely monitored for compliance with our information security policy. The information contained in this e-mail and any files transmitted with it is for the intended recipient(s) alone. It may contain confidential information that is exempt from the disclosure under English law and may also be covered by legal,professional or other privilege. If you are not the intended recipient, you must not copy, distribute or take any action in reliance on it. If you have received this e-mail in error, please notify us immediately by using the reply facility on your e-mail system. If this message is being transmitted over the Internet, be aware that it may be intercepted by third parties. As a public body, the Council may be required to disclose this e-mail or any response to it under the Freedom of Information Act 2000 unless the information in it is covered by one of the exemptions in the Act. Electronic service accepted only at legal.services at bury.gov.uk and on fax number 0161 253 5119 . ************************************************************* _______________________________________________ dba-VS mailing list dba-VS at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/dba-vs http://www.databaseadvisors.com From mcp2004 at mail.ru Thu Apr 16 13:17:36 2015 From: mcp2004 at mail.ru (=?UTF-8?B?U2FsYWtoZXRkaW5vdiBTaGFtaWw=?=) Date: Thu, 16 Apr 2015 21:17:36 +0300 Subject: [dba-VS] =?utf-8?q?Visual_Studio_2012_is_constantly_crashing=2E?= =?utf-8?b?Li4=?= Message-ID: <1429208256.589498259@f359.i.mail.ru> Hi All -- JFYI: Today I've got VS 2012 constantly crashing while just typing some simple code as the following: StringBuilder sb = new StringBuilder(); ... sb.Append("Test"); s Yes, when typing lowercase letter 's' I'm getting VS2012 crashing time after time (after restart).? Reboot, installing updates, clearing solution, rebuilding, removing .suo ?etc.etc. - nothing helps. Bad day? It looks it somehow related to Intellisense... -- ???????????? ?????? From mcp2004 at mail.ru Thu Apr 16 17:02:17 2015 From: mcp2004 at mail.ru (=?UTF-8?B?U2FsYWtoZXRkaW5vdiBTaGFtaWw=?=) Date: Fri, 17 Apr 2015 01:02:17 +0300 Subject: [dba-VS] =?utf-8?q?Visual_Studio_2012_is_constantly_crashing=2E?= =?utf-8?b?Li4=?= In-Reply-To: <1429208256.589498259@f359.i.mail.ru> References: <1429208256.589498259@f359.i.mail.ru> Message-ID: <1429221737.786654023@f359.i.mail.ru> Well, I have finally got desperate with VS2012 constant crashing and I have left for the swimming pool. When back home in a couple of hours I have found that we have got a black-out. After a beer with junky potato chips and a good salad accompanied by candle lights the black-out solution has "automagically" come, and I have made another try to solve VS 2012 constant crashing issue - I have got updated Visual Studio Developer Assitant: https://visualstudiogallery.msdn.microsoft.com/a1166718-a2d9-4a48-a5fd-504ff4ad1b65 and voila' VS 2012 works now fluently... :) Thank you. -- Shamil Thursday, April 16, 2015 9:17 PM +03:00 from Salakhetdinov Shamil : >Hi All -- > >JFYI: Today I've got VS 2012 constantly crashing while just typing some simple code as the following: > >StringBuilder sb = new StringBuilder(); > >... > >sb.Append("Test"); > >s > >Yes, when typing lowercase letter 's' I'm getting VS2012 crashing time after time (after restart).? > >Reboot, installing updates, clearing solution, rebuilding, removing .suo ?etc.etc. - nothing helps. > >Bad day? > >It looks it somehow related to Intellisense... > > >-- >???????????? ?????? >_______________________________________________ >dba-VS mailing list >dba-VS at databaseadvisors.com >http://databaseadvisors.com/mailman/listinfo/dba-vs >http://www.databaseadvisors.com From df.waters at outlook.com Thu Apr 16 17:28:06 2015 From: df.waters at outlook.com (Dan Waters) Date: Thu, 16 Apr 2015 17:28:06 -0500 Subject: [dba-VS] Visual Studio 2012 is constantly crashing... In-Reply-To: <1429221737.786654023@f359.i.mail.ru> References: <1429208256.589498259@f359.i.mail.ru> <1429221737.786654023@f359.i.mail.ru> Message-ID: On the same page check out AutoHistory. It's there when you need it! Dan -----Original Message----- From: dba-VS [mailto:dba-vs-bounces at databaseadvisors.com] On Behalf Of Salakhetdinov Shamil Sent: Thursday, April 16, 2015 5:02 PM To: Development in Visual Studio Subject: Re: [dba-VS] Visual Studio 2012 is constantly crashing... Well, I have finally got desperate with VS2012 constant crashing and I have left for the swimming pool. When back home in a couple of hours I have found that we have got a black-out. After a beer with junky potato chips and a good salad accompanied by candle lights the black-out solution has "automagically" come, and I have made another try to solve VS 2012 constant crashing issue - I have got updated Visual Studio Developer Assitant: https://visualstudiogallery.msdn.microsoft.com/a1166718-a2d9-4a48-a5fd-504ff4ad1b65 and voila' VS 2012 works now fluently... :) Thank you. -- Shamil Thursday, April 16, 2015 9:17 PM +03:00 from Salakhetdinov Shamil : >Hi All -- > >JFYI: Today I've got VS 2012 constantly crashing while just typing some simple code as the following: > >StringBuilder sb = new StringBuilder(); > >... > >sb.Append("Test"); > >s > >Yes, when typing lowercase letter 's' I'm getting VS2012 crashing time after time (after restart). > >Reboot, installing updates, clearing solution, rebuilding, removing .suo etc.etc. - nothing helps. > >Bad day? > >It looks it somehow related to Intellisense... > > >-- >???????????? ?????? >_______________________________________________ >dba-VS mailing list >dba-VS at databaseadvisors.com >http://databaseadvisors.com/mailman/listinfo/dba-vs >http://www.databaseadvisors.com _______________________________________________ dba-VS mailing list dba-VS at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/dba-vs http://www.databaseadvisors.com From gustav at cactus.dk Fri Apr 17 00:46:18 2015 From: gustav at cactus.dk (Gustav Brock) Date: Fri, 17 Apr 2015 05:46:18 +0000 Subject: [dba-VS] Visual Studio 2012 is constantly crashing... Message-ID: Hi Shamil Interesting. How did a beer and goodies bring you the idea that this extensions was the cure for your troubles? It seems to add features, not address issues. It seems like a must-have, by the way, so thanks for the link. /Gustav -----Oprindelig meddelelse----- Fra: dba-VS [mailto:dba-vs-bounces at databaseadvisors.com] P? vegne af Salakhetdinov Shamil Sendt: 17. april 2015 00:02 Til: Development in Visual Studio Emne: Re: [dba-VS] Visual Studio 2012 is constantly crashing... Well, I have finally got desperate with VS2012 constant crashing and I have left for the swimming pool. When back home in a couple of hours I have found that we have got a black-out. After a beer with junky potato chips and a good salad accompanied by candle lights the black-out solution has "automagically" come, and I have made another try to solve VS 2012 constant crashing issue - I have got updated Visual Studio Developer Assitant: https://visualstudiogallery.msdn.microsoft.com/a1166718-a2d9-4a48-a5fd-504ff4ad1b65 and voila' VS 2012 works now fluently... :) Thank you. -- Shamil Thursday, April 16, 2015 9:17 PM +03:00 from Salakhetdinov Shamil : >Hi All -- > >JFYI: Today I've got VS 2012 constantly crashing while just typing some simple code as the following: > >StringBuilder sb = new StringBuilder(); > >... > >sb.Append("Test"); > >s > >Yes, when typing lowercase letter 's' I'm getting VS2012 crashing time after time (after restart).? > >Reboot, installing updates, clearing solution, rebuilding, removing .suo ?etc.etc. - nothing helps. > >Bad day? > >It looks it somehow related to Intellisense... > > >-- >???????????? ?????? From accessd at shaw.ca Fri Apr 17 01:14:20 2015 From: accessd at shaw.ca (Jim Lawrence) Date: Fri, 17 Apr 2015 00:14:20 -0600 (MDT) Subject: [dba-VS] Visual Studio 2012 is constantly crashing... In-Reply-To: <1429221737.786654023@f359.i.mail.ru> Message-ID: <7325184.50239611.1429251260674.JavaMail.root@shaw.ca> Hi Shamil: This is good to know, Jim ----- Original Message ----- From: "Salakhetdinov Shamil" To: "Development in Visual Studio" Sent: Thursday, April 16, 2015 3:02:17 PM Subject: Re: [dba-VS] Visual Studio 2012 is constantly crashing... Well, I have finally got desperate with VS2012 constant crashing and I have left for the swimming pool. When back home in a couple of hours I have found that we have got a black-out. After a beer with junky potato chips and a good salad accompanied by candle lights the black-out solution has "automagically" come, and I have made another try to solve VS 2012 constant crashing issue - I have got updated Visual Studio Developer Assitant: https://visualstudiogallery.msdn.microsoft.com/a1166718-a2d9-4a48-a5fd-504ff4ad1b65 and voila' VS 2012 works now fluently... :) Thank you. -- Shamil Thursday, April 16, 2015 9:17 PM +03:00 from Salakhetdinov Shamil : >Hi All -- > >JFYI: Today I've got VS 2012 constantly crashing while just typing some simple code as the following: > >StringBuilder sb = new StringBuilder(); > >... > >sb.Append("Test"); > >s > >Yes, when typing lowercase letter 's' I'm getting VS2012 crashing time after time (after restart).? > >Reboot, installing updates, clearing solution, rebuilding, removing .suo ?etc.etc. - nothing helps. > >Bad day? > >It looks it somehow related to Intellisense... > > >-- >???????????? ?????? >_______________________________________________ >dba-VS mailing list >dba-VS at databaseadvisors.com >http://databaseadvisors.com/mailman/listinfo/dba-vs >http://www.databaseadvisors.com _______________________________________________ dba-VS mailing list dba-VS at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/dba-vs http://www.databaseadvisors.com From mcp2004 at mail.ru Fri Apr 17 02:26:16 2015 From: mcp2004 at mail.ru (=?UTF-8?B?U2FsYWtoZXRkaW5vdiBTaGFtaWw=?=) Date: Fri, 17 Apr 2015 10:26:16 +0300 Subject: [dba-VS] =?utf-8?q?Visual_Studio_2012_is_constantly_crashing=2E?= =?utf-8?b?Li4=?= In-Reply-To: References: <1429208256.589498259@f359.i.mail.ru> <1429221737.786654023@f359.i.mail.ru> Message-ID: <1429255576.466494850@f415.i.mail.ru> Thank you, Dan -- I have got installed it but disabled. Will check how it works later. -- Shamil Thursday, April 16, 2015 5:28 PM -05:00 from Dan Waters : >On the same page check out AutoHistory. It's there when you need it! > >Dan > >-----Original Message----- >From: dba-VS [mailto:dba-vs-bounces at databaseadvisors.com] On Behalf Of Salakhetdinov Shamil >Sent: Thursday, April 16, 2015 5:02 PM >To: Development in Visual Studio >Subject: Re: [dba-VS] Visual Studio 2012 is constantly crashing... > >?Well, I have finally got desperate with VS2012 constant crashing and I have left for the swimming pool. >When back home in a couple of hours I have found that we have got a black-out. >After a beer with junky potato chips and a good salad accompanied by candle lights the black-out solution has "automagically" come, and I have made another try to solve VS 2012 constant crashing issue - I have got updated Visual Studio Developer Assitant: > >https://visualstudiogallery.msdn.microsoft.com/a1166718-a2d9-4a48-a5fd-504ff4ad1b65 > >and voila' VS 2012 works now fluently... :) > >Thank you. > >-- Shamil From mcp2004 at mail.ru Fri Apr 17 02:33:50 2015 From: mcp2004 at mail.ru (=?UTF-8?B?U2FsYWtoZXRkaW5vdiBTaGFtaWw=?=) Date: Fri, 17 Apr 2015 10:33:50 +0300 Subject: [dba-VS] =?utf-8?q?Visual_Studio_2012_is_constantly_crashing=2E?= =?utf-8?b?Li4=?= In-Reply-To: References: Message-ID: <1429256030.461001554@f304.i.mail.ru> Hi Gustav -- I have noticed in my first posting that I have thought that the issue with VS2012 constant crashing was somehow caused by Intellisense: I suppose that swimming pool, beer and goodies relaxed me and forwarded me to check all the possible causes - and it happened that the Developer Assistant Add-in was the first one I have checked. Resume: Beer and goodies are the best forces/source to drive a developer intuition - they wouldn't probably make your coding more efficient as they relax you but they would definitely help you to solve tough VS 2012 IDE issues :) Yes, this add-in is helpful, especially if one is starting to work with Visual Studio. -- Shamil Friday, April 17, 2015 5:46 AM UTC from Gustav Brock : >Hi Shamil > >Interesting. How did a beer and goodies bring you the idea that this extensions was the cure for your troubles? It seems to add features, not address issues. > >It seems like a must-have, by the way, so thanks for the link. > >/Gustav > > >-----Oprindelig meddelelse----- >Fra: dba-VS [mailto:dba-vs-bounces at databaseadvisors.com] P? vegne af Salakhetdinov Shamil >Sendt: 17. april 2015 00:02 >Til: Development in Visual Studio >Emne: Re: [dba-VS] Visual Studio 2012 is constantly crashing... > >?Well, I have finally got desperate with VS2012 constant crashing and I have left for the swimming pool. >When back home in a couple of hours I have found that we have got a black-out. >After a beer with junky potato chips and a good salad accompanied by candle lights the black-out solution has "automagically" come, and I have made another try to solve VS 2012 constant crashing issue - I have got updated Visual Studio Developer Assitant: > >https://visualstudiogallery.msdn.microsoft.com/a1166718-a2d9-4a48-a5fd-504ff4ad1b65 > >and voila' VS 2012 works now fluently... :) > >Thank you. > >-- Shamil > >Thursday, April 16, 2015 9:17 PM +03:00 from Salakhetdinov Shamil < mcp2004 at mail.ru >: >>Hi All -- >> >>JFYI: Today I've got VS 2012 constantly crashing while just typing some simple code as the following: >> >>StringBuilder sb = new StringBuilder(); >> >>... >> >>sb.Append("Test"); >> >>s >> >>Yes, when typing lowercase letter 's' I'm getting VS2012 crashing time after time (after restart).? >> >>Reboot, installing updates, clearing solution, rebuilding, removing .suo ?etc.etc. - nothing helps. >> >>Bad day? >> >>It looks it somehow related to Intellisense... >> >> >>-- >>???????????? ?????? > >_______________________________________________ >dba-VS mailing list >dba-VS at databaseadvisors.com >http://databaseadvisors.com/mailman/listinfo/dba-vs >http://www.databaseadvisors.com From mcp2004 at mail.ru Fri Apr 17 02:34:27 2015 From: mcp2004 at mail.ru (=?UTF-8?B?U2FsYWtoZXRkaW5vdiBTaGFtaWw=?=) Date: Fri, 17 Apr 2015 10:34:27 +0300 Subject: [dba-VS] =?utf-8?q?Visual_Studio_2012_is_constantly_crashing=2E?= =?utf-8?b?Li4=?= In-Reply-To: <7325184.50239611.1429251260674.JavaMail.root@shaw.ca> References: <1429221737.786654023@f359.i.mail.ru> <7325184.50239611.1429251260674.JavaMail.root@shaw.ca> Message-ID: <1429256067.350562432@f304.i.mail.ru> Hi Jim -- My pleasure! :) -- Shamil Friday, April 17, 2015 12:14 AM -06:00 from Jim Lawrence : >Hi Shamil: > >This is good to know, > >Jim > >----- Original Message ----- >From: "Salakhetdinov Shamil" < mcp2004 at mail.ru > >To: "Development in Visual Studio" < dba-vs at databaseadvisors.com > >Sent: Thursday, April 16, 2015 3:02:17 PM >Subject: Re: [dba-VS] Visual Studio 2012 is constantly crashing... > >?Well, I have finally got desperate with VS2012 constant crashing and I have left for the swimming pool. >When back home in a couple of hours I have found that we have got a black-out. >After a beer with junky potato chips and a good salad accompanied by candle lights the black-out solution has "automagically" come, and I have made another try to solve VS 2012 constant crashing issue - I have got updated Visual Studio Developer Assitant: > >https://visualstudiogallery.msdn.microsoft.com/a1166718-a2d9-4a48-a5fd-504ff4ad1b65 > >and voila' VS 2012 works now fluently... :) > >Thank you. > >-- Shamil > From mcp2004 at mail.ru Fri Apr 17 02:47:30 2015 From: mcp2004 at mail.ru (=?UTF-8?B?U2FsYWtoZXRkaW5vdiBTaGFtaWw=?=) Date: Fri, 17 Apr 2015 10:47:30 +0300 Subject: [dba-VS] =?utf-8?q?Visual_Studio_2012_is_constantly_crashing=2E?= =?utf-8?b?Li4=?= In-Reply-To: <1429256030.461001554@f304.i.mail.ru> References: <1429256030.461001554@f304.i.mail.ru> Message-ID: <1429256850.428657031@f379.i.mail.ru> Hi Gustav -- I should have noted that the Developer Assistant Add-In is a kind of ?an "Intellisense Features Extender" Add-In ?- this is why it was the first "suspect" as I don't have any other Add-Ins like that installed. -- Shamil Friday, April 17, 2015 10:33 AM +03:00 from Salakhetdinov Shamil : >Hi Gustav -- > >I have noticed in my first posting that I have thought that the issue with VS2012 constant crashing was somehow caused by Intellisense: I suppose that swimming pool, beer and goodies relaxed me and forwarded me to check all the possible causes - and it happened that the Developer Assistant Add-in was the first one I have checked. > >Resume: Beer and goodies are the best forces/source to drive a developer intuition - they wouldn't probably make your coding more efficient as they relax you but they would definitely help you to solve tough VS 2012 IDE issues :) > >Yes, this add-in is helpful, especially if one is starting to work with Visual Studio. > >-- Shamil > > >Friday, April 17, 2015 5:46 AM UTC from Gustav Brock < gustav at cactus.dk >: >>Hi Shamil >> >>Interesting. How did a beer and goodies bring you the idea that this extensions was the cure for your troubles? It seems to add features, not address issues. >> >>It seems like a must-have, by the way, so thanks for the link. >> >>/Gustav >> >> From gustav at cactus.dk Fri Apr 17 02:56:41 2015 From: gustav at cactus.dk (Gustav Brock) Date: Fri, 17 Apr 2015 07:56:41 +0000 Subject: [dba-VS] Visual Studio 2012 is constantly crashing... Message-ID: Hi Shamil Ah. That makes sense. I think we all have experienced what a break can do if you feel stuck on an issue. Indeed if it involves a beer and some physical activity. /gustav -----Oprindelig meddelelse----- Fra: dba-VS [mailto:dba-vs-bounces at databaseadvisors.com] P? vegne af Salakhetdinov Shamil Sendt: 17. april 2015 09:48 Til: Development in Visual Studio Emne: Re: [dba-VS] Visual Studio 2012 is constantly crashing... Hi Gustav -- I should have noted that the Developer Assistant Add-In is a kind of ?an "Intellisense Features Extender" Add-In ?- this is why it was the first "suspect" as I don't have any other Add-Ins like that installed. -- Shamil Friday, April 17, 2015 10:33 AM +03:00 from Salakhetdinov Shamil : >Hi Gustav -- > >I have noticed in my first posting that I have thought that the issue with VS2012 constant crashing was somehow caused by Intellisense: I suppose that swimming pool, beer and goodies relaxed me and forwarded me to check all the possible causes - and it happened that the Developer Assistant Add-in was the first one I have checked. > >Resume: Beer and goodies are the best forces/source to drive a developer intuition - they wouldn't probably make your coding more efficient as they relax you but they would definitely help you to solve tough VS 2012 IDE issues :) > >Yes, this add-in is helpful, especially if one is starting to work with Visual Studio. > >-- Shamil > > >Friday, April 17, 2015 5:46 AM UTC from Gustav Brock < gustav at cactus.dk >: >>Hi Shamil >> >>Interesting. How did a beer and goodies bring you the idea that this extensions was the cure for your troubles? It seems to add features, not address issues. >> >>It seems like a must-have, by the way, so thanks for the link. >> >>/Gustav From cawolfe at verizon.net Mon Apr 27 01:28:03 2015 From: cawolfe at verizon.net (Charles Wolfe) Date: Mon, 27 Apr 2015 06:28:03 +0000 (UTC) Subject: [dba-VS] Problem saving data in an Access database Message-ID: <1976129107.4900544.1430116083070.JavaMail.yahoo@mail.yahoo.com> Hi All, I'm using VB.Net 2003 and an ACCESS backend.? This description may have more information than is needed to answer my question. I have a Windows form that extracts a subset of rows from a "specimen" details table and then attempts to save that subset of rows under a new key. This comes about because researchers sometimes digitize multiple structures as a complex whole then later want to extract one of the component structures and analyze it by itself. This creates a new "specimen" or "case".? These are all defined as part of a Project database. There are multiple databases, one per project. The program keeps track of the projects and their disk locations. The program has no problem saving the attributes of this new case to an attributes table or adding this new specimen to its "group"or "sample"? table. However, when it is time to save the new set of inserted rows contained in a data table of identical structure to the one the rows should be added to, it does not save any of the new rows in the specimen details table. Any and all ideas are welcome. I've been looking at this off and on for 2 weeks and have had no luck. There is no problem adding rows thru other operations that perform similar manipulations of the digitized data. All the additions to the digitized data table go thru the same worker class's code so it is not a coding error on this one form. I've had the worker class routine "dump" the temporary table's rows to a log file, and it shows they are all there. Here is the code with unrelated details omitted. Always gives the message: Specimen KEYVALUE: 0 Rows Inserted/Added. This implies it know there are rows to add, but does not add them. Otherwise, the message would be "No Rows To Insert/Add. It never throws an exception and I have no idea as to what happened to the rows. Looking at the table shows that they are not in the table.. ????? UpdatedRows = SpecimenDataSet.GetChanges(DataRowState.Modified) ????? InsertedRows = SpecimenDataSet.GetChanges(DataRowState.Added) ????? DeletedRows = SpecimenDataSet.GetChanges(DataRowState.Deleted) ????? digitizedDA.ContinueUpdateOnError = True ??? ????? Try ??????? ?? If (Not (InsertedRows) Is Nothing) Then?? 'Insert the new rows ??????????? ????numpts = digitizedDA.Update(InsertedRows, MyDatTable) ?????????? ???? MLmetricsLog.WriteLog("[cls_SpecimenSaveDetail?? ] >> Specimen? " & ????????????????????????g_lngActiveSpecimenKey.ToString & _ ??????????????????? ? ?? ": " & numpts.ToString & " Rows Inserted/Added.") ???????? Else ?????????????? MLmetricsLog.WriteLog("[cls_SpecimenSaveDetail?? ] >> Specimen? " & ????????????????????g_lngActiveSpecimenKey.ToString & _ ???????????????????? ": There were No Rows To Insert/Add.") ??????????? numpts = -1????? 'Need some value to show "error" ???????? End If ? ? Catch ex as exception????????(Error handler code) ?? End Try Again, all ideas, suggestions welcome. Charles Wolfe From gustav at cactus.dk Tue Apr 28 06:33:28 2015 From: gustav at cactus.dk (Gustav Brock) Date: Tue, 28 Apr 2015 11:33:28 +0000 Subject: [dba-VS] TypeScript Message-ID: Hi all Apropos: There is a free course at 6 x 3-4 hours on TypeScript on-line at edX by the two highly qualified instructors Dan Wahlin and Anders Hejlsberg (lead architect of C# and core developer on TypeScript in case you are not aware): https://www.edx.org/course/introduction-typescript-microsoft-dev201x#! Seems like a chance not to miss if you are new to or only have touched TypeScript. /gustav -----Oprindelig meddelelse----- Fra: dba-VS [mailto:dba-vs-bounces at databaseadvisors.com] P? vegne af Gustav Brock Sendt: 31. marts 2015 19:52 Til: Development in Visual Studio Emne: [dba-VS] TypeScript Hi all Today I attended a lecture by Anders Hejlsberg - you know, the man behind Turbo Pascal, Delphi, C#, and now TypeScript. A free event not to miss. Code-wise it was a beginner's course, which felt a bit strange, but - as you can imagine - he quickly managed to give it a much broader perspective and, indeed, a good understanding of the background for "why TypeScript?". Very inspiring, and should you be in doubt, this is hot. I should add, that if you today program in Javascript (I see all hands) you should at once turn to TypeScript. The well-known arguments - which he brightly demonstrated the value of - are classes, strong typing, and - because of the strong typing - IntelliSense. Even then it compiles to pure non-expanded Javascript. It is so clever: http://www.typescriptlang.org/ It is open-source and expanding at high speed: https://github.com/Microsoft/TypeScript/ In addition to Visual Studio, a range of other editors are at hand. For much of the demo he used Sublime Text: http://www.sublimetext.com/ which has the special feature that it can show - in real time a split-pane window with TypeScript at left and the resulting Javascript at right. It is not free but worth considering at USD 70 if you plan to typescript a lot. It runs on all relevant platforms. /gustav From fuller.artful at gmail.com Tue Apr 28 09:33:55 2015 From: fuller.artful at gmail.com (Arthur Fuller) Date: Tue, 28 Apr 2015 10:33:55 -0400 Subject: [dba-VS] TypeScript In-Reply-To: References: Message-ID: Gustav, I too am taking the course. And thanks for the link to SublimeText. I just installed it on two physical boxes, running Windows 8.1 and Debian 14 on the other, plus one VM running Ubuntu. and VoltDB. I haven't completed the course yet, but am sure liking what I've seen so far. /Arthur On Tue, Apr 28, 2015 at 7:33 AM, Gustav Brock wrote: > Hi all > > Apropos: > > There is a free course at 6 x 3-4 hours on TypeScript on-line at edX by > the two highly qualified instructors Dan Wahlin and Anders Hejlsberg (lead > architect of C# and core developer on TypeScript in case you are not aware): From accessd at shaw.ca Tue Apr 28 13:32:52 2015 From: accessd at shaw.ca (Jim Lawrence) Date: Tue, 28 Apr 2015 12:32:52 -0600 (MDT) Subject: [dba-VS] TypeScript In-Reply-To: Message-ID: <1401907697.61114846.1430245972316.JavaMail.root@shaw.ca> Hi Gustav: Thanks for posting...I will definitely try to fit this series of lectures in my schedule. Jim ----- Original Message ----- From: "Gustav Brock" To: "Development in Visual Studio" Sent: Tuesday, April 28, 2015 4:33:28 AM Subject: Re: [dba-VS] TypeScript Hi all Apropos: There is a free course at 6 x 3-4 hours on TypeScript on-line at edX by the two highly qualified instructors Dan Wahlin and Anders Hejlsberg (lead architect of C# and core developer on TypeScript in case you are not aware): https://www.edx.org/course/introduction-typescript-microsoft-dev201x#! Seems like a chance not to miss if you are new to or only have touched TypeScript. /gustav -----Oprindelig meddelelse----- Fra: dba-VS [mailto:dba-vs-bounces at databaseadvisors.com] P? vegne af Gustav Brock Sendt: 31. marts 2015 19:52 Til: Development in Visual Studio Emne: [dba-VS] TypeScript Hi all Today I attended a lecture by Anders Hejlsberg - you know, the man behind Turbo Pascal, Delphi, C#, and now TypeScript. A free event not to miss. Code-wise it was a beginner's course, which felt a bit strange, but - as you can imagine - he quickly managed to give it a much broader perspective and, indeed, a good understanding of the background for "why TypeScript?". Very inspiring, and should you be in doubt, this is hot. I should add, that if you today program in Javascript (I see all hands) you should at once turn to TypeScript. The well-known arguments - which he brightly demonstrated the value of - are classes, strong typing, and - because of the strong typing - IntelliSense. Even then it compiles to pure non-expanded Javascript. It is so clever: http://www.typescriptlang.org/ It is open-source and expanding at high speed: https://github.com/Microsoft/TypeScript/ In addition to Visual Studio, a range of other editors are at hand. For much of the demo he used Sublime Text: http://www.sublimetext.com/ which has the special feature that it can show - in real time a split-pane window with TypeScript at left and the resulting Javascript at right. It is not free but worth considering at USD 70 if you plan to typescript a lot. It runs on all relevant platforms. /gustav _______________________________________________ dba-VS mailing list dba-VS at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/dba-vs http://www.databaseadvisors.com From accessd at shaw.ca Tue Apr 28 13:35:03 2015 From: accessd at shaw.ca (Jim Lawrence) Date: Tue, 28 Apr 2015 12:35:03 -0600 (MDT) Subject: [dba-VS] TypeScript In-Reply-To: Message-ID: <1797014858.61118940.1430246103949.JavaMail.root@shaw.ca> Hi Gustav: PS: Note, according the the lecture series, the start date is March 31, 2015...but I am sure it is an online podcast. Jim ----- Original Message ----- From: "Gustav Brock" To: "Development in Visual Studio" Sent: Tuesday, April 28, 2015 4:33:28 AM Subject: Re: [dba-VS] TypeScript Hi all Apropos: There is a free course at 6 x 3-4 hours on TypeScript on-line at edX by the two highly qualified instructors Dan Wahlin and Anders Hejlsberg (lead architect of C# and core developer on TypeScript in case you are not aware): https://www.edx.org/course/introduction-typescript-microsoft-dev201x#! Seems like a chance not to miss if you are new to or only have touched TypeScript. /gustav -----Oprindelig meddelelse----- Fra: dba-VS [mailto:dba-vs-bounces at databaseadvisors.com] P? vegne af Gustav Brock Sendt: 31. marts 2015 19:52 Til: Development in Visual Studio Emne: [dba-VS] TypeScript Hi all Today I attended a lecture by Anders Hejlsberg - you know, the man behind Turbo Pascal, Delphi, C#, and now TypeScript. A free event not to miss. Code-wise it was a beginner's course, which felt a bit strange, but - as you can imagine - he quickly managed to give it a much broader perspective and, indeed, a good understanding of the background for "why TypeScript?". Very inspiring, and should you be in doubt, this is hot. I should add, that if you today program in Javascript (I see all hands) you should at once turn to TypeScript. The well-known arguments - which he brightly demonstrated the value of - are classes, strong typing, and - because of the strong typing - IntelliSense. Even then it compiles to pure non-expanded Javascript. It is so clever: http://www.typescriptlang.org/ It is open-source and expanding at high speed: https://github.com/Microsoft/TypeScript/ In addition to Visual Studio, a range of other editors are at hand. For much of the demo he used Sublime Text: http://www.sublimetext.com/ which has the special feature that it can show - in real time a split-pane window with TypeScript at left and the resulting Javascript at right. It is not free but worth considering at USD 70 if you plan to typescript a lot. It runs on all relevant platforms. /gustav _______________________________________________ dba-VS mailing list dba-VS at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/dba-vs http://www.databaseadvisors.com From fuller.artful at gmail.com Tue Apr 28 19:20:59 2015 From: fuller.artful at gmail.com (Arthur Fuller) Date: Tue, 28 Apr 2015 20:20:59 -0400 Subject: [dba-VS] TypeScript In-Reply-To: <1797014858.61118940.1430246103949.JavaMail.root@shaw.ca> References: <1797014858.61118940.1430246103949.JavaMail.root@shaw.ca> Message-ID: Yup, I'm behind a lesson or two but catching up. It's important that you do the homework, though. But I sort of like the pressure! On Tue, Apr 28, 2015 at 2:35 PM, Jim Lawrence wrote: > Hi Gustav: > > PS: Note, according the the lecture series, the start date is March 31, > 2015...but I am sure it is an online podcast. > > Jim From df.waters at outlook.com Wed Apr 29 08:53:31 2015 From: df.waters at outlook.com (Dan Waters) Date: Wed, 29 Apr 2015 08:53:31 -0500 Subject: [dba-VS] VB Update for 2015 Message-ID: This is a well-done 5 minute video describing updates in VB for 2015. http://channel9.msdn.com/Events/Visual-Studio/Connect-event-2014/113 Dan