Blogs1 - 10 of 1,423 recent posts for tag:"Visual Studio"
10
Feb
2012
Using IIS Ports: Avoid the Reserved Ones

20 hours ago by Anthony Baker

I have been using IIS for a long time and I have approached IIS setup and local hosting for development purposes in several different ways. When working alone or doing quick prototyping, is probably easier just let Visual Studio automatically assign the port when running the app, specially if you do ...

Anthony Baker - blog.anthonybaker.me · 4 references

09
Feb
2012
Predavanje "Pogled na SharePoint Online" na sastanku user grupa u Sarajevu

1 day ago by Dragan Panjkov

Disclaimer: If you want to read this blog content in English, write to me and I'll post English version to my blog. You can also use some of online translation sites that support Serbian (Croatian, Bosnian) language. At this moment, Bing Translator is (unfortunately) not supporting neither of those ...

Dragan Panjkov blog - blog.dragan-panjkov.com/Default.aspx · 1 reference

SQLExport

1 day ago by admin

SQLExport makes it easier for developers to write and execute database queries against common .Net Providers including MSSQL, Oracle and SqLite. You’ll no longer have to use a different editor for each provider. It’s developed in c# with .Net 3.5.

Software Testing Tools ... - testertools.com · 1 reference

How To Add New XAML In Visual Studio For Windows Phone // technology

2 days ago by tech

To create a new XAML or a Page UI for Windows Phone in Visual Studio, there are 2 ways to do this. Highlight the project name in the Solutions Explorer and do the following: right click project name choose Add > New Item menu item then choose either Silverlight for Windows Phone or XNA Game Studio t ...

Tech Tips Tricks - tech.chitgoks.com · Rank: 79,523 · 31 references

08
Feb
2012
Saving images and long strings to SQL Server Compact with Entity Framework 4....

2 days ago by ErikEJ

This StackOverflow question points out an issue with EntityFramework 4.1, when used with a SQL Server Compact table with image columns. The “image” type is the predecessor to varbinary(MAX), and is used for storing large binary values, sometimes referred to as BLOBs. I have created a sample Console ...

Everything SQL Server Compact - erikej.blogspot.com · Rank: 163,147 · 23 references

MSTEST - How to get the ID of a test

3 days ago by Anuj Chaudhary

Sometimes you will come across situations where you need to find the ID of a testcase. A common scenario is if you see an errors like: Error adding test case xxx to test run: There is no test with specified Id {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}. The easiest way to find the ID of a testcase is to ...

Anuj Chaudhary - anujchaudhary.com

07
Feb
2012
ویدیو روش Publish و ساخت Setup در ویژوال استودیو

3 days ago by حمید

این ویدیو به روش صحیح پابلیش و انتشار برنامه های نوشته شده در ویژوال استودیو و ساخت Setup برای آن پرداخته است. نوشته های مرتبط کنترل Timer ویدیو ارسال ایمیل با سی شارپ عملگر groupby در LINQ Media Player ساده در سی شارپ ویرایش دیتابیس با LINQ to SQL بخش اول ساخت یک سند XML ادامه مطلب ... نوشته های مر ...

دنیای باینری - 1mohammadi.ir

WAT080: Failed to locate the Windows Azure SDK. Please make sure the Windows ... // technology

3 days ago by Deepak

After installing Windows Azure SDK and Visual Studio tools November 2011, I got this error when compiling an existing Cloud project. WAT080: Failed to locate the Windows Azure SDK. Please make sure the Windows Azure SDK v1.5 is installed. This post documents the roller coaster ride I went through to ...

Therefore Systems - thereforesystems.com · 33 references

06
Feb
2012
Hey, SharePoint: Why Do You Screw Up My Content Type When I Deploy It ...

4 days ago by jason

So, we all love the way Visual Studio 2010 allows us to debug our SharePoint code with a single bounce on the F5 button, right? Isn’t it nice the way we can deploy with confidence, knowing that we debugged our code in the dev environment? Surely, our code and configurations will act exactly the same ...

The Many Hats of Jason ... - jasonspecland.com · 1 reference

Implementing a Code Action using Roslyn

4 days ago by Mas-Tool

By Brian Rasmussen The Roslyn Services API makes it easy to implement extensions that detect and fix code issues directly in Visual Studio. The Roslyn Services API is available as part of the Roslyn CTP . In this post we implement a Visual Studio extension that identifies calls to the extension meth ...

Mas-Tool's Favorites - mas-tool.com

Previous1234567