Logo video2dn
  • Сохранить видео с ютуба
  • Категории
    • Музыка
    • Кино и Анимация
    • Автомобили
    • Животные
    • Спорт
    • Путешествия
    • Игры
    • Люди и Блоги
    • Юмор
    • Развлечения
    • Новости и Политика
    • Howto и Стиль
    • Diy своими руками
    • Образование
    • Наука и Технологии
    • Некоммерческие Организации
  • О сайте

Скачать или смотреть AngularJS + SignalR real time updates with MongoDB

  • AdmirKB
  • 2014-07-24
  • 1677
AngularJS + SignalR real time updates with MongoDB
AngularJS (Software)Real-time Computing (Field Of Study)MongoDB (Software)SignalR
  • ok logo

Скачать AngularJS + SignalR real time updates with MongoDB бесплатно в качестве 4к (2к / 1080p)

У нас вы можете скачать бесплатно AngularJS + SignalR real time updates with MongoDB или посмотреть видео с ютуба в максимальном доступном качестве.

Для скачивания выберите вариант из формы ниже:

  • Информация по загрузке:

Cкачать музыку AngularJS + SignalR real time updates with MongoDB бесплатно в формате MP3:

Если иконки загрузки не отобразились, ПОЖАЛУЙСТА, НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если у вас возникли трудности с загрузкой, пожалуйста, свяжитесь с нами по контактам, указанным в нижней части страницы.
Спасибо за использование сервиса video2dn.com

Описание к видео AngularJS + SignalR real time updates with MongoDB

A quick demo of using AngularJS with SignalR for real time updates. I am thinking of using this type of pattern for all updates. Obviously, there will be times when we need to use web services and webapi etc, but I just think
that this is the way to go.

What's the difference between the Sql Server version and MongoDB? Well not that much and maybe I could have
combined the two. The main difference is in the the id field for each row. For sql server I use a plain old auto incrementing integers.
For MongoDB it is a little different in that their id is a BSON ObjectID.

A BSON ObjectID is a 12-byte value consisting of a 4-byte timestamp (seconds since epoch), a 3-byte machine id, a 2-byte process id, and a 3-byte counter. Note that the timestamp and counter fields must be stored big endian unlike the rest of BSON.

I got into problems moving this field from client to server and eventually used JSON.stringify to pass to SignalR as a string and change from type ObjectID to string. You still have to tell the class about it being an ObjectID with properties though.
On the server, just deserialize and away you go.

Very keen to move development this way. I will in future raid the Enterprise Library model to get a collection of its tables. From there maybe auto generate the complete screen, a little like Microsoft MVC scaffolding.

It will move to Github soon, but in the meantime if you want a copy of the source, just email me at [email protected]

Комментарии

Информация по комментариям в разработке

Похожие видео

  • О нас
  • Контакты
  • Отказ от ответственности - Disclaimer
  • Условия использования сайта - TOS
  • Политика конфиденциальности

video2dn Copyright © 2023 - 2025

Контакты для правообладателей [email protected]