Is Microsoft Asp.net Owin Helios project still alive? [closed] - asp.net

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 7 years ago.
Improve this question
One year ago, Microsoft announced the "helios" project (http://blogs.msdn.com/b/webdev/archive/2014/02/18/introducing-asp-net-project-helios.aspx). Since then, there has been no updates on it's nuget package and no related news. Is it safe to start using it or is it dead?

ASP.NET users have been using Katana for a long while as it empowers the latest Web API and SignalR releases from Microsoft. Helios was an addition to that map initially.
They (Katana and Helios) will, however, not be heavily updated, as ASP.NET 5 uses a different design approach. Microsoft people said this unofficially in a few places, and should provide a better explanation when ASP.NET 5 is officially released.

Related

why don't we always use the latest .net framework? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 3 years ago.
Improve this question
I am very new to DOT.net frameworks.
Shouldn't we always update to the latest release?
List Entity framework or identity framework .. all those frameworks ... why do we keep them around? just use the latest ones.
In fact, I am just starting to develop an asp.net website with RestAPIs, login, register, social login...
I wonder what is the best framework version (4.5) to use
From a large company point of view. You can not always technically get the latest version of .NET on your servers that store your applications. For some you have to go through a series of procedures to get everything to the latest so it's not necessarily developers that can trudge through this when you have a separation of duties like developers, system admins, etc. Although it's highly suggested to use the latest and greatest. Every dev/company has their own way of actually getting the most up-to-date versions of pretty much anything.

.NET WS/SOAP capabilities [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 6 years ago.
Improve this question
I am reading that WCF is becoming obsolete, but no mentioning about what should be used for SOAP protocols in these cases. Is WCF our only option in .NET? To my understanding WEB API does not support SOAP.
I am reading that WCF is becoming obsolete
Really? Maybe someone should tell the thousands of public and private enterprises around the world which rely on it every day.
Is WCF our only option (for SOAP) in .NET?
No. For example, ServiceStack supports SOAP.
To my understanding WEB API does not support SOAP
Your understanding is correct.

Mixing PHP frameworks [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this question
Is it possible to mix frameworks?
I want to develop a site using Symfony but have been advised to use Kohana (with Boonex Dolphin) as it is the best for plugging in social networking modules
It is possible to mix Symfony Standard Edition with any other framework. It is not recommended, but it is possible. The most common situations when you need to do this is when you migrate your old code to Symfony and when you want a blogging system to handle the blogging part of your website (like having your website on Symfony and your blog on WordPress).
To achieve that there are many ways. One is to setup in Symfony a route that will work with the legacy code. Another one is to build an adapter over your non-Symfony application (or your Symfony app).

which is better for me qt or VS I am begginner [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this question
I am the beginner in programming and from last year I started programming. And I done with C and learning the C++ and I also study the HTML. Now I want to try hand on Software programming which is better for me QT or Visual Studio for developing the commercial or non-commercial software.
Qt is an application framework, whereas Visual Studio is an Integrated Development Environment (IDE). They are not the same thing, so you can't compare them.
In addition, please note that questions that ask for comparisons and generate a lot of personal opinions do not find favour in this forum.

i m confused which tech i used asp.mvc or wcf for my project [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 9 years ago.
Improve this question
I have basic knowledge of asp.net and i want develop the project.So m confused between Wcf and asp.mvc which is good for my project. i read description of both but cant get solution. could someone please help me as soon as possible.
project description- collection of data from different site(location) through wireless communication(gprs communication) and store the data on oracle 10G. and i want show the history reports and trends .
how i show reports? like in windows application (crystal report and rdlc)
WCF is rest service while asp.net MVC is web development technique. So if you want expose services then you can move WCF or WEB API else will move to ASP.NET MVC.

Resources