Web Forms :: How To Implement Push Technology
May 7, 2015How to implement push technology in asp.net ...
View 1 RepliesHow to implement push technology in asp.net ...
View 1 RepliesI would like to develop a server push supported application. Can anybody suggest which technology i should concentrate it reach this. I have already written a WCF Service using WS Binding. do i have to use JQuery? Commet? I have tried silverlight but it does support only polling. I am not looking for polling mechanism.
View 3 RepliesI want to implement push notification for wp7 so
View 2 RepliesI am using asp.net c# as server in my project and i want to use push notification in my mobile app...
View 1 RepliesI want to send a push notification from a .net client to iphone and ipad devices,how to do this.I have googled to implement this but i could'nt get a proper solution.But I have followed a method in one blog everything went fine while running the code without errors but the message which i have sent from .NET CLIENT are not being delivered to the iphone. URL.....I have followed the steps accordingly in this blog but I couldnt make it work.
View 1 RepliesLooking for some example of implementation of push notification using c# to android and IOS?
View 1 Repliesi am planing to set up a new webproject which has to use a database and a model which can be presented in a browser. I looked at a lot of technologies (JSF, PHP, ..) but i could not find a free and easy framework/technology for me (in the end i prefered asp.net, but this is not free). What can you recommend me for a new webproject from scratch?
View 3 RepliesPossible Duplicate:
WCF Book Recommendation
Which book is best for WCF technology .
I need to create a web application where the layout of the site is entirely programmatically generated - about the only thing that's done declaratively in the markup is the header. Basically, it's one of those AJAX-enabled entire-site-within-a-single-page type of sites where huge chunks of content (structured as modules such as navigation panes for example) are swapped in and out on the fly. From lowest-level to highest-leveled, the options I've considered are:
Classic ASP - Since ASP provides full control over the final output, this would be perfect if not for the lack of separation between logic and presentation and the subsequent lack of code reusability. ASP.NET MVC - REST and MVC routing seem like a poor fit, since there's only 1 actual webpage. Also, interpreting and transforming data and even the UI itself based on business rules (as opposed to direct user input) lies well outside of the deterministic CRUD operations that MVC excels at.
ASP.NET Webforms - Tried something like this using Webforms in the past, but ended up fighting with the ViewState and Postback event model every step of the way. Needless to say, performance was extremely poor and the codebehind was a mess due to the complex logic needed to fully and precisely regenerate each and every single aspect of the page on every single Postback. Silverlight - To be honest, I've never used this. Non-Microsoft technologies - None of the popular ones (PHP, JSP/J2EE, Flash) are entirely suitable either.
It is possible to blend regular ASP.NET with Silverlight and MVC in the same project or as different projects in the same solution?
View 2 RepliesWhat is the best server side technology to learn?
View 1 RepliesRecently we got a project which can be developed either in J2EE or Asp.Net (no restriction from client). Client is asking to give best solution to maintain the project in long run.
Here I don't want to discuss about "Java vs .NET" but need to know which one is preferable to reduce maintenance cost. If I choose any of these technologies, which one will require less development and maintenance cost. Also consider recruiting people like developers, server administrators and software purchase and etc.
If I go to Java, I can choose any Operation System, Web Server, Application Server and database. But for a kind of enterprise applications will there be any low cost when compared to MS technologies?
Simply putting, assume I need to have 100 web servers, 30 database servers. Which one will require less investment?
I am an ASP.NET developer. What is the latest technology in ASP.NET and also the documentation about it?
View 4 Replies I was planning to utilize MVP, DDD, TDD, IOC, Dependency Injection, Repository , StructureMap etc but the timeframe is very tight and this can also be achieved in n -tiered architecture:
Technology:
Client Web Portal
ASP.Net /C#/SQL Server
Project Specification:
5 types of customers
Template of service
Dynamic Data Driven portal
Modules can be activated/deactivated through management console
Branding and customization
Rapid deployment portals of future clients as well
Portals willallow for customization
Data reporting services: reports and
BOBJ Ad hoc Query
Value- Add services to the clients
portal
Each Clients welcome page can be
customized by client as well
How can I determine which Client is
on "Welcome" page without them
logging in? Create different URLS for
each client base? how?
Mobile Application services
Localization
Demo portal should be built and sent
to client for testing rapidly
Database structure:
There will be core database which will be connected to 50-60 client databases depending on the login and other details.
What is the best approach in terms of data layer? since dynamic db connections will have to be implemented?
Possible Duplicate:
To know whether a web page is built using PHP, JSP, ASP.NET, or other technologies
How can I check if the website is created in asp.net technology ?
I have a response object which I want to convert to Json, but somehow I can't, propably beacuse of I cannot the framework too well. I'm trying to convert a anonymous object to json but somehow it doesn't go so well. I would preferably do it in JSON than just make a text/plain result. In my controller: ViewData["json"] = new { Ok = false }; In my view: <%: ViewData["json"] %>
In my js-code (ajax-callback) I get back the following: { Ok = False } Which ain't what I am excepting. I want the { ok : false } or else js doesn't recognize the property in the object as a boolean. Or are there some better way to push out json-data? EDIT I did a method in my controller with a JsonResult instead of Actionresult.
var obj = new
{
Ok = false,
Message = ""
};
return Json(obj);
And that's the object I'm pushing out. And like this in js: {"Ok":true,"Message":""} C# 4.0 and Javascript goes along so well
Maybe anyone know how to create video conference with .NET? And also how to including the video conference in ASP.NET website?
View 2 RepliesI am making a clone of quibids.com in asp.net. This site is in PHP. Can anyone check it and tell me which technology / language they are using behind those so many running counters at the same time? Is that server side counter or client side counter? I have tried ajax counter and ajax update panel in asp.net but it is taking so much time to load all counters and to run those counters. You can see my created website at : [URL]. Can anyone suggest me any good server side counter than ajax counter which can run fast or if I use a simple javascript counter, how can I bind it with database?
View 1 RepliesI wonder what kind of technology, different advertising networks use, such as YieldAds, DoubleClick and Google Ads.
View 1 RepliesI have a RFID reader which reads my employee code. Now i want to log the date and time of the chip when it is scanned by the reader (ie) for an attendance system Login time and logoff time. I would like to use asp.net MVC and sql server 2005. how to integrate RFID with an asp.net mvc web application. Where should i start?
View 2 RepliesMy friend and I want to write a Facebook application. We've narrowed down the list of possible technologies to Ruby on Rails and C# with ASP. Here are the pros and cons we've thought of.
Cons:
ASP - proprietary tools like Visual Studio etc. cost (lots of) money. We both don't know ASP (although we're not bad at C#).
RoR - It's scripting so might be harder to maintain. My friend doesn't know RoR at all (but he's a fairly proficient programmer so will probably be able to pick it up quickly).
Pros:
ASP - Facebook has an official SDK for .NET.
RoR - I know RoR. It's open source, free and has fast development time.
What says the community? Is there something we haven't thought of?
We have a large code base in MFC and VB. A few applications are in .NET. All these applications interoperate with each other on the user's machine and also connect with Unix servers via sockets. Recently we have started discussing a re-write of our applications and possibility of moving a lot of these desktop applications to web (they would run in intranet). A straight forward way is rewritting them in one of the .NET technologies. But a suggestion about using Google Web tookit has popped up and the argument is that it would help creating applications that would run in a browser on both desktop and mobile devices.
One of the key problem that I see is that GWT is a large abstraction over Javascript. This will require the team to learn GWT, Javascript, IDEs etc as their experience has been primarily Microsoft technologies and not Java. It would be easier for them to learn .NET technologies instead of GWT. I do not have a depth of GWT and its drawback pittfalls and do not know about a parallel Microsoft Technology that I should investigate.
I'm currently programming an application in ASP.net MVC and I'm looking for a plug-in or anything that will to draw some rectangles and manage them. The rectangles should be resizable, movable and they should be compose of 8 points (at the middle of each corner and at each corner). I already found SVG, HTML 5(canvas) and [URL].
View 1 RepliesI'm trying to implement an auction website and I search in web the Ajax Push is the best way where I can use! So, I'm finding some samples in web to learn how to implement Ajax Push (comet) in client and server. By the way, I find some samples in ASP.Net Webforms, but no in MVC version. I'd like to find a demo, sample, anything ... that use MVC
View 3 RepliesI'm transforming lotus note application to ASP.NET.In lotus note, we can pass the application(data) from staff to his/her manager for approval.The staff can also check status of his/her data whether the manager is opening it, approved it or not.This process can be done in real time. I mean on the staff screen he/she will see status is changing from data sent --> manager is opening --> manager accepted or manager rejected it.In the same time, if other staffs try to track this application(data) they will see the same screen with the first staff.ow, in asp.net, i'm thinking of sending data from staff to manager directly. I don't want manager's web browser need to do polling for every xx millisecond. I'm not quite too sure it can be done or not in asp.net because i'm not the WEB guy.After doing a research for a while, i found that comet may help me on that but it seems pretty hard. And I don't know it is suitable for my problem or not or someone may guide me a better idea on this.
View 1 Replies