Blogs
Blogs
TAGS
.NET
AppFabric
Apps and Devices
Asp.Net
azure
BizTalk
C#
cloud
Core.Net
Devices and Services
Integration
iot
iothub
Microsoft Azure
MOSS
RFID
ServiceBus
SharePoint
Visual Studio
WCF
Windows
windows azure
Windows Phone
WindowsPhone
Workflow
View more
BLOGS
RSS Syndication
Opml
Blogs on this Site
Sort By:
Most Recent
|
Most Viewed
|
Most Commented
How to implement Web Sign On with ADFS in ASP.NET MVC using OWIN
In this Post I will (try to) shortly explain how to Implement Web Sign on with Active Directory Federation Services under ASP.NET MVC and OWIN/Katana as Middleware. There is plenty of Resources (read Code Snippets) on the Net about this subject, but what...
Posted to
Armin Kalajdzija Posts
by
Armin Kalajdzija
on 10-06-2016
Filed under:
ASP.NET
,
OWIN
,
Active Directory
,
ADFS
Unity and Visual Studio Team Foundation Server–Why not all files from unity always checked in TFS?
I am a traditional software developer who is dependent a lot on source code management systems like TFS and Git for project collaboration. However, lately my foray into Augmented Reality and HoloLens has taken me into the wild west of Unity and 3D game...
Posted to
Developer docs by Indraneel Pole
by
Indraneel Pole
on 10-06-2016
Filed under:
Visual Studio
,
Team Foundation Server
,
Unity3d
,
HoloLens
,
Unity
Including XML Comments in Swagger under ASP.NET Core
For all of you using Swagger, a great tool or let's better say Framework to Document and Represent your RESTful Web API Service under ASP.NET Core, you will probably be interested in following few lines of Code that enables Swagger to use your Project...
Posted to
Armin Kalajdzija Posts
by
Armin Kalajdzija
on 09-30-2016
Filed under:
ASP.NET
,
.Net
,
dotnet
,
swagger
,
dotnetcore
,
aspnetcore
My Talks at Mobility Day 2016
This year at anniversary mobility day I will give two talks. One about .NET Core and another one about HoloLens development. http://www.mobilityday.com/Agenda/Session/2159?slotID=0 http://www.mobilityday.com/Agenda/Session/2110?slotID=0...
Posted to
Damir Dobric Posts
by
Damir Dobric
on 09-29-2016
Filed under:
Core.Net
,
cloud
,
windows azure
,
Microsoft Azure
,
HoloLens
Digging deeper in .NET Core applications
.NET Core supports two kinds of application: Portable and Self-Contained. Portable applications are well known .NET applications. You build application and install it on some machine. If you want to run it, the required version of .NET framework must...
Posted to
Damir Dobric Posts
by
Damir Dobric
on 09-28-2016
Filed under:
Core.Net
Industry 4.0 in Practice–Data Visualization meetup summary
So last week, I got an opportunity to talk about Industry 4.0 and the role of data analytics in it at Data visualization Rhein Main meetup. (Very cool meetup, people living around Frankfurt – go visit if you are into data). And I thought I should...
Posted to
Developer docs by Indraneel Pole
by
Indraneel Pole
on 09-26-2016
Filed under:
IoT
,
Data Visualization
,
Data Analytics
,
Industry4.0
How to Audit Login activity in IdentityServer3
In some use cases there is a security requirement for Auditing of User Login Activity, which is not covered by IdentityServer3. As we used the ASP.NET Identity as User Store, it also possible to implement some sort of Auditing as a custom SignInManager...
Posted to
Armin Kalajdzija Posts
by
Armin Kalajdzija
on 09-23-2016
Filed under:
Security
,
IdentityServer3
ASP.NET MVC WEB API Impersonation Thread issue
In an ASP.NET MVC WEB API application I implemented Windows Authentication with custom roles by using an implementation of IIdentity. In my setup the user gets authenticated by NTLM, then we have the user name. Now there is a part in the OWIN Pipeline...
Posted to
Holger's Blog
by
Holger Vetter
on 09-20-2016
Filed under:
.NET
,
ASP.NET
,
WEB API
How to configure EventProcessorHost for IotHub?
If you want to read events from EventHub or IotHub on high-scale, you should use EventProcessorHost. This is a concept, which helps implementation of multiple nodes cluster, which consume events from Azure IoT services like EventHub and IotHub. Howver...
Posted to
Damir Dobric Posts
by
Damir Dobric
on 09-12-2016
Filed under:
cloud
,
azure
,
windows azure
,
Microsoft Azure
,
iot
,
iothub
Enabling Spatial Data on HoloLens
To be able to work with spatial data you ill have to set some build settings in Unity. First of all, we have to set using of 16-bit depth buffers . in the Player Settings | Other Settings. Additionally Windows Holographic have to be enabled too...
Posted to
Damir Dobric Posts
by
Damir Dobric
on 09-12-2016
Filed under:
HoloLens
HoloLens: Cloud Driven Industrial Applications
Please feel invited to International Symposium of Wearable Computers 2016. The International Symposium on Wearable Computers (ISWC) is the premier event for wearable computing and technology, and issues related to on-body and worn mobile technologies...
Posted to
Damir Dobric Posts
by
Damir Dobric
on 09-05-2016
Filed under:
cloud
,
azure
,
windows azure
,
Microsoft Azure
,
iot
,
HoloLens
What is new in Windows IoT Core?
Windows 10 IoT Core Anniversary update is released for PI2, PI3, Dragonboard, Minnowboard and Intel Joule & Co. On the date of writing this, current version is 10.0.14393.0. New update brings few new interesting features. Windows IoT Remote Client...
Posted to
Damir Dobric Posts
by
Damir Dobric
on 08-31-2016
Filed under:
cloud
,
azure
,
windows azure
,
Microsoft Azure
,
iot
,
Devices and Services
Talk about Microsoft’s Azure IoT Universe, HoloLens & Co.
WHEN? WHERE?
Posted to
Damir Dobric Posts
by
Damir Dobric
on 08-28-2016
Filed under:
cloud
,
azure
,
windows azure
,
ServiceBus
,
Apps and Devices
,
Microsoft Azure
,
iot
,
Devices and Services
,
iothub
,
HoloLens
Where to start with SQL Server ‘R’ Services?
SQL Server R Services https://msdn.microsoft.com/en-us/library/mt604845.aspx SQL Server R Services Tutorials: https://msdn.microsoft.com/en-us/library/mt591993.aspx ML Templates with ‘R’: https://gallery.cortanaintelligence.com/Collection/ML-Templates...
Posted to
Damir Dobric Posts
by
Damir Dobric
on 08-24-2016
Filed under:
cloud
,
azure
,
Microsoft Azure
,
Machine Learning
,
ML
What to do if VS does not want to add solution to GIT
If you are adding a new solution as a subproject of a bigger repository, it can happen that Visual Studio does not want to add a solution to GIT repository. When you click on “Add to source control” nothing happen. To workaround this problem you...
Posted to
Damir Dobric Posts
by
Damir Dobric
on 08-22-2016
Filed under:
Core.Net
,
cloud
,
azure
,
windows azure
,
Microsoft Azure
,
Visual Studio
« First
...
< Previous
4
5
6
7
8
Next >
...
Last »
developers.de is a .Net Community Blog powered by daenet GmbH.
IMPRESSUM
CONTACT
WEBSITE