Last post Nov 03, 2017 11:45 AM by mgebhard
Member
227 Points
1070 Posts
Nov 02, 2017 04:42 PM|micah2012|LINK
Please i saw this formula wrtitten on MVC but i was looking for the code behind method, please can anyone help to convert it to code behind?
see the link below
http://www.dotnetawesome.com/2016/05/push-notification-system-with-signalr.html
Star
8670 Points
2882 Posts
Nov 03, 2017 03:17 AM|Cathy Zou|LINK
Hi micah2012,
Are you want to Create a push notification system with SignalR in web form?
If that the case, You could read the article below about how to getting started with SignalR in web form.
https://docs.microsoft.com/en-us/aspnet/signalr/overview/getting-started/tutorial-getting-started-with-signalr
After read the article above, you will could Create a push notification system with SignalR in web form by apply the steps in link below to web form.
Best regards
Cathy
Nov 03, 2017 11:33 AM|micah2012|LINK
My challenge is that most of the code examples are written in MVC, am not familiar with MVC i only base on code behind.
All-Star
52231 Points
23303 Posts
Nov 03, 2017 11:45 AM|mgebhard|LINK
micah2012 My challenge is that most of the code examples are written in MVC, am not familiar with MVC i only base on code behind.
You need to make an effort to learn the technology.
There are plenty of tutorials for using SignalR in Web forms or simple HTML pages that are easily found using your favorite search engine.
http://www.jeffreyfritz.com/2013/01/2013110adding-signalr-to-an-aspnet-webforms-project/
Member
227 Points
1070 Posts
How do i rewrite this MVC code to code behind in ASP,NET C SHARPE
Nov 02, 2017 04:42 PM|micah2012|LINK
Please i saw this formula wrtitten on MVC but i was looking for the code behind method, please can anyone help to convert it to code behind?
see the link below
Star
8670 Points
2882 Posts
Re: How do i rewrite this MVC code to code behind in ASP,NET C SHARPE
Nov 03, 2017 03:17 AM|Cathy Zou|LINK
Hi micah2012,
Are you want to Create a push notification system with SignalR in web form?
If that the case, You could read the article below about how to getting started with SignalR in web form.
https://docs.microsoft.com/en-us/aspnet/signalr/overview/getting-started/tutorial-getting-started-with-signalr
After read the article above, you will could Create a push notification system with SignalR in web form by apply the steps in link below to web form.
http://www.dotnetawesome.com/2016/05/push-notification-system-with-signalr.html
Best regards
Cathy
Please remember to click "Mark as Answer" the responses that resolved your issue.
If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.
Member
227 Points
1070 Posts
Re: How do i rewrite this MVC code to code behind in ASP,NET C SHARPE
Nov 03, 2017 11:33 AM|micah2012|LINK
My challenge is that most of the code examples are written in MVC, am not familiar with MVC i only base on code behind.
All-Star
52231 Points
23303 Posts
Re: How do i rewrite this MVC code to code behind in ASP,NET C SHARPE
Nov 03, 2017 11:45 AM|mgebhard|LINK
You need to make an effort to learn the technology.
There are plenty of tutorials for using SignalR in Web forms or simple HTML pages that are easily found using your favorite search engine.
https://docs.microsoft.com/en-us/aspnet/signalr/overview/getting-started/tutorial-getting-started-with-signalr
http://www.jeffreyfritz.com/2013/01/2013110adding-signalr-to-an-aspnet-webforms-project/