As Volosoft, we are passionate about the technology and tools we work on. Since our open-source and commercial developer platforms are based on Microsoft's .NET technology, we are closely following t...
Continue Reading →Last week, I had the chance to be a speaker at DotNext 2024 in Moscow. JUG Ru Group is arranging the DotNext Conferences since 2014. It's a specific conference for .NET developers held at the MonArc...
Continue Reading →Introduction 🛎️ A REST API is an abbreviation for Representational State Transfer - Application Programming Interface. It's the door of the application server to communicate with 3rd party clients. ...
Continue Reading →As Volosoft, we are passionate about the technology and tools we work on. Since our open-source and commercial developer platforms are based on Microsoft's .NET technology, we are closely following t...
Continue Reading →In my previous post, I wrote my impressions about NDC Porto 2023 conference. And this time, we wanted to attend one of the most popular .NET conferences in Europe 👉 .NET Developer Days. I've been a...
Continue Reading →NDC Porto 2023 Impressions We, as the core team members of ABP, are always trying to catch what's going around the world with software development. This keeps us aligning our projects and goals with ...
Continue Reading →Hello, everyone! Let's dive straight into the highlights of Saturday’s Devnot Developer Summit 2023, which took place on October 7th in Istanbul, Turkey. The event was a domestic gathering of industr...
Continue Reading →BASTA! Mainz 2023 has wrapped up, and what an extraordinary journey it has been! We can’t wait to share our impressions, highlights, and the incredible impact it had on the tech community in Germany ...
Continue Reading →On June 1st, we attended to Devnot Dotnet Conference 2023 that took place in Istanbul, Dedeman Hotel & Convention Centre. As one of the gold sponsors, we wanted to take a moment to express our d...
Continue Reading →Hi, everyone! đź‘‹ Join us at the Devnot Dotnet Conference 2023 on Thursday, June 1st in Istanbul! We are thrilled to announce that Volosoft Company will be proudly attending as one of the Gold Sponsor...
Continue Reading →Recap & Impressions🌟 Last week, we were just back from NDC {London} after had a blast at Queen Elizabeth II Centre in the center of Westminster, London, UK, with holding a stand on Level 3 durin...
Continue Reading →As Volosoft, we are passionate about technology and tools we work on. Since our open source and commercial developer platforms are based on Microsoft's .NET technology, we are closely following the ....
Continue Reading →Nowadays, UI Frameworks became very important and we, developers specialize on specific UI frameworks. Many development team prefers a UI framework where they feel comfortable. This decision is being...
Continue Reading →What is dogfooding? It sounds weird when you hear this term first time! Let's explain what "Dog Fooding" is. Wikipedia explains it with these words; Eating your own dog food or "dogfo...
Continue Reading →.NET MAUI In this article I’ll tell about .NET MAUI the new generation of Xamarin. What’s .NET MAUI? .NET MAUI (.NET Multi-platform App UI) is a framework for building modern, multi-platform, native...
Continue Reading →Volosoft's co-founder Halil Ä°brahim Kalkan attended to .Net Community Standup. He presented ABP Framework and also explain some coming features with ABP 5.0. Click here to watch the show!
Continue Reading →We are proud of being a corporate sponsor of the .NET Foundation today! At Volosoft, we always think of open-source first. Volosoft has been established based on an open-source project, ASP.NET Boile...
Continue Reading →We are delighted and proud to announce that the next generation of Lepton Theme which will be referred to as LeptonX is on the way. At Volosoft, we care about developer experience as much as user exp...
Continue Reading →Photo by yinka adeoti on Unsplash ABP Framework Angular UI has some built-in modules, each of which is a separate npm package. Every package has an exported module that can be loaded by the router. W...
Continue Reading →We’re pleased to be a community partner of China’s .NET Conf 2020 which was organized jointly by many .NET communities in China. The conference was held in Suzhou, China and online (due to pandemic s...
Continue Reading →We recently added multi-tenancy support to the social login system in our ASP.NET Zero project. ASP.NET Zero supports Facebook, Google, Microsoft, Twitter, OpenId Connect and WsFederation login optio...
Continue Reading →Introduction This step-by-step article describes how to upload a file to a Web server and also download by client with using ASP.NET Core & ABP Framework. By following this article, you will crea...
Continue Reading →There is no doubt that we all want our applications to load very fast. To do this, we need to keep the initial bundle size small. Lazy loading is one of the methods we use in this case. We can lazy l...
Continue Reading →The new version, v10, of Angular has been published only hours ago and announced by this blog post. Although it may not appear as impactful as v9 (with Ivy and all), this release displays Angular tea...
Continue Reading →We are very pleased to announce that GetApp has named ASP.NET Zero as one of the best in the Application Development Tools category. Â The ranking showcases the leading 5 apps based on factors such a...
Continue Reading →In this article, we will build a basic real-time messaging application in a distributed architecture. We will use Abp Framework for infrastructure and tiered startup template, SignalR for real-time s...
Continue Reading →Photo by Lucian Alexe on Unsplash Lately, we have started working on v3.0 of ABP Framework and our ultimate goal as the frontend team is to introduce solutions that improve developer experience. In t...
Continue Reading →In this article, I will show you the basics of the Webhook mechanism that uses a publish-subscribe pattern in the ASP.NET CORE 3.1 project. What is Webhook Webhooks are user-defined HTTP callbacks. T...
Continue Reading →Azure Key Vault is a cloud service that provides a secure store for secrets. You can securely store keys, passwords, certificates, and other secrets. For more information about Azure Key Vault, pleas...
Continue Reading →Introduction After a long while, I had to create a singleton service while I'm developing a feature for the ABP Framework. Then I decided to write an article about that: Why and how we should use the...
Continue Reading →Design patterns are proven, practical, and reusable solutions fit for tackling specific problems in software development. They not only help us avoid pitfalls in organizing our applications, but also...
Continue Reading →I usually run the Web projects from Visual Studio. But it was required to run an ASP.NET Core 3.1 Web project from the Command Line on IIS Express At first I thought it was easy! But I stumbled in so...
Continue Reading →Over the past year, Volosoft has undergone many changes! After months of preparation and some hard work, we moved to our new office towards the end of 2019. We have moved a bit far away and our physi...
Continue Reading →Last week, we were at NDC {London} and had our booth at the 3-day conference to talk about the ABP.IO platform. We were proud to be a partner of the conference, and being on the same page with other ...
Continue Reading →In this article, I will show you how to integrate the refresh token mechanism to the ASP.NET Zero project. We use Angular HttpInterceptor to handle requests. And I will implement how to use refresh t...
Continue Reading →Last week we were in the Netherlands to participate in Techorama 2019 Conference. Techorama is an international software development conference which takes place in Ede. It was a quite big organizati...
Continue Reading →In this article, I will integrate ASP.NET health check to the ASP.NET Boilerplate project. What is ASP.NET Health Check ASP.NET Core offers Health Check Middleware and libraries for reporting the hea...
Continue Reading →In this article, I will try to give a brief information about Azure Cosmos DB and introduce common concepts of Azure Cosmos DB. Azure Cosmos DB is getting very popular and Entity Framework Core is go...
Continue Reading →In this tutorial, we will implement a PDF exporter functionality. We will use open source DinkToPdf library to convert HTML to PDF. Using DinkToPdf Library First, we install DinkToPdf package to .app...
Continue Reading →Building and consuming GraphQL in your .NET application GraphQL is a single API face for different clients like mobile, desktop apps, tablets… It’s built by Facebook. It’s not a magical library that...
Continue Reading →Event date: 29 January — 01 February 2019 Location: QEII Centre / London Last week we exhibited at NDC London 2019 and had such a fantastic time. 105 speakers, 36 different technologies and 111 talks...
Continue Reading →Problem Let’s start with an example to understand problem. Check the following code: API method that can be returned 404 that is not documented Above API is looking in swagger-ui like following:...
Continue Reading →Introduction We have recently moved our ASP.NET ZERO solution from ASP.NET MVC 5.2.3 to ASP.NET Core 1.0. In this post, I will share my experiences and explain mechanics of this migration in brief. N...
Continue Reading →Introduction Creating a modular application is hard. Building a modular User Interface is even harder. You need to separately develop module pages, components but make them integrated and working tog...
Continue Reading →In this article, I will share my experiences and suggestions on using Dependency Injection in ASP.NET Core applications. The motivation behind these principles are; Effectively designing services an...
Continue Reading →Event date: 14th — 18th May 2018 Location: Barbican Centre | LONDON The Software Design & Developer (SDD) Conference is one of the famous developer conferences, held at the Barbican Centre in Lon...
Continue Reading →Web accessibility refers to the inclusive practice of removing barriers that prevent interaction with, or access to websites, by people with disabilities. When sites are correctly designed, develope...
Continue Reading →Recently I updated all packages in my Xamarin project. And suddenly the project stopped building. So I read a bunch of docs on internet. And see that Xamarin has switched to the new *.csproj format. ...
Continue Reading →Sometimes it turns out that we have to delete all bin and obj folders recursively in a Visual Studio solution . There’s a built-in Visual Studio feature called Clean Solution but it doesn’t delete th...
Continue Reading →It’s a quick tip that saves you to write “npm start” , every time you want to run your Angular project. So I created a Regedit entry that adds a new menu to the Windows context menu. When you right c...
Continue Reading →Securing a web application is crucial these days. When it comes to web developers, fixing the vulnerabilities should start from the first floor; from the developer himself. You, as a simple developer...
Continue Reading →In this article, I will try to show you how to integrate Angular Universal to ASP.NET Boilerplate’s ASP.NET Core & Angular template (https://github.com/aspnetboilerplate/module-zero-core-template...
Continue Reading →ASP.NET Boilerplate v3.4 has just been released (see change logs). In this article, I will highlight some new features and changes. We were in NDC London 2018 Conference as a partner Entity Histor...
Continue Reading →It was an exciting experience for us to be a partner in NDC London 2018 Conference. We had an amazing week in London. About 700 software related attendees from all around the world met together. NDC ...
Continue Reading →In this article, I will explain how to use DevExtreme components into ASP.NET Zero based applications. I won’t explain details about how to configure and run ASP.NET Zero. There is already detailed e...
Continue Reading →I’ve been developing Asp.Net Zero and Asp.Net Boilerplate web frameworks. Recently we added a Xamarin project integrated to Asp.Net Zero backend. I am sharing my experiences with this article. Xamari...
Continue Reading →We are proud to release ASP.NET Zero v5.0 with significiant improvements and exciting new features. For those who don’t know what is ASP.NET Zero: ASP.NET Zero is a well-architected Visual Studio so...
Continue Reading →In this article, I will show how to create a web farm on docker with using redis and haproxy, step by step. In this sample, there will be a web api project as a web server apps (.net core framework) ...
Continue Reading →What is an application framework? An application framework make writing applications easier. To explain in detail, the framework takes all the complexities of interfacing with the different environme...
Continue Reading →In this article, I won’t explain what is dependency injection (DI). I will try to explain how DI in ASP.NET Core works what can we do with it and how we can use other DI containers (Autofac and Castl...
Continue Reading →