Advertisement
RSS
.NET Framework .NET C# VB.NET LINQ ASP.NET Web API REST SignalR Windows Forms WPF WCF RabbitMQ PHP SQL Server MySQL PostgreSQL MariaDB SQLite MongoDB ADO.NET ORM Entity Framework Dapper XML JSON HTML5 CSS3 Bootstrap JavaScript jQuery Angular React TypeScript NPM Blazor UI/UX Responsive Web Design Redis Elasticsearch GraphQL Grafana Agile Scrum Kanban Windows Server IIS PowerShell Active Directory TFS Azure Automation Software Reverse Engineering Performance Optimization Git Jira/Confluence CI/CD TeamCity SOLID KISS DRY YAGNI
Always will be ready notify the world about expectations as easy as possible: job change page
30 января 2019

На этом сайте доработал раздел с видео, теперь это структурированный каталог с расширенными возможностями. Как пример - видеокурс Building a Single Page Application with JavaScript.

5 января 2019

Dapper.NET

Сделал для себя тестовое приложение с Dapper.NET и SQLite, если нужно лёгкое и производительное решение - отлично. SQLite тут конечно только ради эксперимента, а вот Dapper как Micro-ORM хороша. Entity Framework это уже тяжёлая артиллерия.

NuGet Gallery | Dapper

Install-Package Dapper -Version 1.50.5

26 декабря 2018

Скоро здесь появится много новых книг по .NET Core. Это прекрасно.

26 октября 2018

Изучая .NET Core скучать не приходится. ASP.NET Core + Bootstrap 4 + SignalR + SQLite.NET + Dapper ORM - это очень интересное сочетание.

2 октября 2018

Лето закончилось и пришло время заняться серьёзными делами. Начал работать над большим обновлением Blackball, планируется потратить 2 месяца на безудержную разработку. Результат обещает быть интересным.

17 сентября 2018

Power of Knockout.js for ASP.NET MVC

Knockout MVC

Brief Overview

Knockout.js - is a popular JavaScript library that allows easy creation of feature-rich applications based on Model-View-View Model (MVVM) pattern: user interface can be bound to a separate existing data model. And any change of the model will result in dynamic refresh of the interface.

Knockout MVC is a library for ASP.NET MVC3/MVC4 , that is a wrapper for Knockout.js, that helps to move entire business logic to the server side: the complete JavaScript code necessary on the client side will be generated automatically based on the described C# (or VB.NET) model. Binding of the page interface to business model is done MVVM-style with the help of C#/VB.NET expressions (not separate properties, but expressions over them that will be translated to JavaScript code) using IntelliSense. If complex operations should be done to the model, it is possible to address to any model method on the server using one short string (ajax query will be automatically generated; and when the client will get the updated model, the whole interface will automatically refresh).

Generated JavaScript code is based on Knockout.js and that is why it works under any browser (even IE 6). Thus, describing the whole business logic on the server in a single instance we get an ability to create fully-featured cross-browser client Web application without writing a single JavaScript code!

Compatibility

Today, any serious application rarely uses only one library. And very often the problem of libraries compatibility arises. Knockout MVC lacks this disadvantage. It is always possible to add your own native Knockout-code to the existing C# code (example). And Knockout itself greatly mates with any other libraries. Knockout.js doesn’t depend on any other libraries; however its core hides various useful tools for work with jQuery (that start working when it is connected). It is possible to use other libraries (for example, Prototype), but is you use jQuery (as many other developers) you can use any jQuery plug-ins (for example, jQuery.Validation, example). You can use RequireJs (example) to load big scripts.

Besides compatibility with third-party libraries, it’s worth to mention browser compatibility: Knockout MVC is completely cross-browser (since it is based on Knockout.js) and works fine in IE 6+, Firefox 2+, Opera 10+, Chrome, Safari.

14 сентября 2018

Три недели для этого сайта и Blackball прошли не зря. Было сделано много улучшений и добавлены новые возможности.

5 сентября 2018

Поиски работы увенчались успехом, в деле уже вторую неделю. Но времени на свои проектики остаётся очень мало. Ну тут не о чем переживать.

20 августа 2018

Находясь в поисках постоянного места работы начал замечать что сейчас очень высок интерес к .NET Core.
Для себя обозначил направление в котором надо развиваться:
- .NET Core
- AngularJS
- TypeScript
- Docker

12 августа 2018

SQLite для небольших проектов

Проект MV Princess Anastasia планировался заказчиком как максимально простенький, но аппетит приходит во время еды. Если изначально планировалось что это будет простая фотогалерея, в которой туристы смогут просматривать фотографии и заказывать с ними всякое, то сейчас уже есть интерес к хранению статистики, поиску, комментированию, одобрению/неприятию, архивированию и т. п.

И было мне видение что без базы данных тут уже не обойтись и выбор пал на SQLite. Так как проект будет болтаться по морям и океанам, планируются обновления во время круиза, а доступа для поддержки у меня не будет - простота реализации всем только на пользу.


© 1999–2023 WebDynamics
1980–... Sergey Drozdov
Area of interests: .NET | .NET Core | C# | ASP.NET | Windows Forms | WPF | Windows Phone | HTML5 | CSS3 | jQuery | AJAX | MS SQL Server | Transact-SQL | ADO.NET | Entity Framework | IIS | OOP | OOA | OOD | WCF | WPF | MSMQ | MVC | MVP | MVVM | Design Patterns | Enterprise Architecture | Scrum | Kanban
LinkedIn
GitHub profile
Проекты