Code Samples Of Cloud Apps In .NET
Feb 16, 2012
I have been en-charged of creating some apps using the cloud. I only have experience programming windows apps (vb.net) Do you guys have any code samples of cloud apps in VB.NET? If not, do you know where I can find this?What about documentation for creating vb.net cloud apps?
View 3 Replies
ADVERTISEMENT
Aug 15, 2011
I would like to develop a VB.Net based smart device app. A simple one. Do any of u know where i can refer to samples of such apps?
View 2 Replies
Feb 21, 2010
Are there scripts available for these databases? The sample databases are created with an unsupported version of SQL
View 3 Replies
Aug 31, 2011
I thought only Microsoft employees would be able to upload here? >>[URL] Why then, is the UPLOAD link enabled for me? This dialog pops up when I click on it, but I am not a Microsoft employee.
[Code]...
View 2 Replies
Jun 27, 2012
I looked at several questions/answers posted already such as this one on a planar polygon but could not find one that explains results in 3D such as the one shown in this paper and this one on "point cloud skeletonization through Laplacian-Based Contraction" where this quadratic equation comes back in both.
View 1 Replies
Sep 9, 2009
say i have a piece of code of some function I would use in many different new apps for example
Code:
Dim Expression As New System.Text.RegularExpressions.Regex("S+@S+.S+")
If Expression.IsMatch(txtEMail.Text) Then
[code].....
View 4 Replies
Sep 3, 2009
I found on msdn samples and modified (add Thread.GetDomaind.UnhandledException)
<SecurityPermission(SecurityAction.Demand, Flags:=SecurityPermissionFlag.ControlAppDomain)> _
Public Sub Main()
' Add the event handler for handling UI thread exceptions to the event.[code].....
View 1 Replies
Dec 7, 2009
alguien habla espaƱol
View 3 Replies
May 3, 2011
Is there a cloud app api available for developing on Visual Basic [2008 or 2010]
View 5 Replies
Jul 2, 2011
I want a tool to create database applications. I think that the Microsoft product for this is Visual Basic. I would like to ask:
1) Why Visual Basic is better than Delphi ( from Borland )?
2) Where can I see the Versions and Prices?
3) Visual Basic allows to put applications on the Cloud? How this works? In which Cloud services works?
4) Which database can be accessed directly - without having to install third- party components - from Visual Basic? Which of these databases works on the Cloud?
5) Does Visual Basic allows connections to Microsoft Office and/or OpenOffice?
6) Where can I find a version to test it?
View 2 Replies
Dec 13, 2011
i am trying to develop a project for my academics...i.e, windows application s/w... how to get the thumbnail view(in win7 taskbar shows in that manner?) of all applications that are appearing on taskbar with code in vb ..
View 1 Replies
Apr 1, 2012
I would like to ask : how can i make to support the cloud technology.
Do i have to first find a server that provides cloud services ? Or does the user provide his own custom credentials and server somehow ?
Also, what .NET technology is there for cloud services ? Azure ?
Do you know any good examples / website for that ?
If i develop for Azure will the same code run also with Amazon web services ?
View 3 Replies
Dec 7, 2010
I'm looking to move all my code into the cloud using some sort of source control service. It must first be able to integrate with Visual Studio 2008 and 2010, and possibly other environments. Meaning something that's fairly popular among different development environments. The only source control I'm familiar with is VSS, but I think it's time to move away from that. I also prefer a free service. I know that there are only code repository services that are free, but I just don't know how that integrates with Visual Studio and source control.
View 28 Replies
Jan 19, 2010
I am using Request.IsSecureConnection to check for SSL and redirecting where appropriate. When running my asp.net website on Rackspace's cloud, the server is running behind an SSL cluster, so IsSecureConnection will always return false. The same goes for checking whether the url contains "https://", always false, checking the port, etc. So the website gets stuck in big redirect loop.[code]...
View 2 Replies
Dec 20, 2011
I have a Azure worker role that needs to use the cache in AppFabric. When run locally (Win7x64,VS2010) pointing at the cache in the cloud, it works fine.When I deploy the same package to the cloud (again pointing at the same cache), it produces the following exception:
Message: The type initializer for 'Microsoft.ApplicationServer.Caching.DataCacheClientLogManager' threw an exception.
Exception Type: TypeInitializationException
StackTrace: Microsoft.ApplicationServer.Caching.DataCacheClientLogManager.Initialize(DataCacheLogSink logSink)
at Microsoft.ApplicationServer.Caching.DataCacheFactoryConfiguration.Initialize(String clientName)
at CommunicationRole.CacheUtil.GetCache()
Having looked at the code, this is happening when this line of code is hit:
Dim configuration As New DataCacheFactoryConfiguration()
Nothing runs after this line is hit. As I've said, the configs between local and cloud are the same. I use the cache with the credentials as a session state provider in a web deployment so I believe the cache and access to it are good.My build machine has the November 2011 release of the Azure SDK, and Azure AppFabric SDK 1.5 installed.
The method to get the cache is as follows:
Imports System.IO
Imports Microsoft.WindowsAzure
Imports Microsoft.WindowsAzure.ServiceRuntime
[code].....
View 1 Replies
Jun 16, 2011
Today Microsoft announced the Kinnect SDK for PCnd VB Samples are there at launch.
View 1 Replies
Sep 16, 2010
What I'm looking for are videos in vb.net for console application that will show me how to use DataSets and TableAdapters step by step. Please provide links
View 4 Replies
Aug 12, 2009
I went to [url] and downloaded the Data Access samples but when I try to open any of the projects I get an error:
"The project you are trying to open was not created using Visual Studio Tools for Application. Visual Studio Tools for Applications cannot open projects that were not created using other applications"
View 7 Replies
Dec 2, 2009
I tried to download in VB2008 express the Visual basic 2008 samples. It dowloads a zip files under Windows/temporary internet files/ When I try to launch the sample I get the message"The project location is not trusted"and it does not load the vb files What should I do ?
View 3 Replies
Oct 28, 2009
I'm new to VB Express 2008 (but not new to VB).I'd like to look at some of the samples, which I've tried to access from the Help menu. I've downloaded a 9 MB file called VS 2008 RTM VBSamples.zip, which contains nearly 2000 files many of which have the same name (e.g., Application.Designer.vb or Form1.Designer.vb).I can extract any of these files from the zip file, but how can I know which .vb, .proj, .sln, etc files I want in order to see a full sample for, say, learning how to use Try Catch or for learning how to read a text file ?
View 2 Replies
Jun 21, 2010
what WPF based apps are?Is it an application that runs under Silverlight? If so, how?I know; Windows Forms based apps,console apps,DLL _ Class Library Projectsand I've had an introduction to ASP.Net.What I mostly want to know is, if WPF apps are for Silverlight then do they also run in a server based fashion like anASP.NET website would when you create ASP.Net webpages?Is it a way of creating what looks like a FORMS BASED application but it runs in a browser instead or what?Please enlighten me a bit further as I have no idea what WPF is all about.
View 3 Replies
Feb 15, 2012
just a newbie programmer here. With 1 week experience in VB2008. I'd like to ask for assistance on making one of these inventory systems concepts. I hear its one of the basic programs a newbie can make. This will be made for students financial monitoring. Like how much they should pay in an event. Of course will be needing to input student names and event names.
So I'd like to ask could you give me tips on what to do first?*Set aside the database stuff first.
Like the main window, or a sample of a form to which I could encode and update entry payments for students.Am not asking for codes here just samples of forms or softwares I could get some ideas.
View 4 Replies
Aug 1, 2011
Where I can find examples of vb.net asp.net codes?Like event calendar or any?
View 2 Replies
Oct 3, 2011
When I want to open samples from local Samples folder or online, this message show for me " One or more projects in the solution were not loaded correctly Please see the Output window for details."
View 4 Replies
Sep 6, 2011
For those that are having problems using VB with other technologies or finding samples/content or requesting new VB Language features then there is another way to provide this feedback to Microsoft so that we can work to provide useful content.[URL]..These posts will be actively monitored by Microsoft product team members who are interested to hear from developers.
View 1 Replies
Oct 28, 2010
Fortran Samples for Visual Studio 2008 will not debug or run. I can't get the sample programs to run. I am a engineer not a programmer
View 2 Replies
Mar 10, 2009
Website dat have samples codes on HTTP GET/POST from a device server?
View 3 Replies
Dec 17, 2011
I am using an Application server for calling Oracle Reports and I have a URL to call the report. When the report is called the server converts it into PDF but when report contains large data it takes a lot of time to load. I want to do in asp.net that when I call the report url it opens the PDF file and copies it into the root of my web folder. The next time when I call the URL it opens the PDF file and creates a new PDF on backend for next call. I have made this function to download file
[Code]....
View 2 Replies
Oct 3, 2010
Basically, i am trying to determin if an application made for 1.x will run on a computer with just one copy of the .NET framework installed which is a higher version than what i am targetting, ie: it only has one copy of .NET 2.0, or 3.0, or 3.5 or 4.0 - has one copy of either of these and thats it, the hypothetical computer would not have 1.0 or 1.1 installed.
[Code]...
View 5 Replies
Sep 12, 2009
Usually when you right click on an application, and then click on properties, you can find the applications exe name. Such as, explorer.exe, mspaint.exe, and much much more. But I can't find the exe name of any of my apps.
View 7 Replies