No announcements
Found 8971 threads
-
0 Votes
architectural guideline
User1489758560 posted We have healthcare office in 800 locations and Right now we have web application and each facility manager click web application button ...Unanswered | 11 Replies | 1820 Views | Created by Anonymous - Tuesday, April 20, 2021 2:50 AM | Last reply by Anonymous - Sunday, April 25, 2021 2:58 PM -
0 Votes
Migrating from VM to Azure Web App - Images
User-383563413 posted We have a monolith application that's running on asp.net and web forms. It also includes REST APIs and other components. Currently we ...Unanswered | 1 Replies | 637 Views | Created by Anonymous - Thursday, February 11, 2021 8:23 PM | Last reply by Anonymous - Friday, February 12, 2021 3:32 PM -
0 Votes
Best architecture of file storage
User-147779502 posted Hello all, I would like to know architecture of files storage for downloading. My question are ...Unanswered | 2 Replies | 695 Views | Created by Anonymous - Tuesday, December 15, 2020 9:47 AM | Last reply by Anonymous - Tuesday, December 15, 2020 1:03 PM -
0 Votes
3-tier architecture: interaction among layers
User206383436 posted Hi, I am working on a new software development project and I have been applying a 3-tier architecure with Presentation, ...Answered | 8 Replies | 853 Views | Created by Anonymous - Wednesday, October 28, 2020 11:06 PM | Last reply by Anonymous - Thursday, October 29, 2020 8:54 PM -
0 Votes
Regarding Sample Asp.net Core Templates
User1002443176 posted Hi All, I am trying to create an asp.net core project for renting a car. The portal should have features to rent a car, ...Unanswered | 1 Replies | 723 Views | Created by Anonymous - Friday, October 23, 2020 6:11 PM | Last reply by Anonymous - Friday, October 23, 2020 10:11 PM -
0 Votes
Kindly advice me. Looking for the most scalable way to structure my code
User-1204637165 posted Hello Every one, I have an app I just built. There are two micro services. ONe is a web application the other is a desktop application. I ...Answered | 2 Replies | 567 Views | Created by Anonymous - Tuesday, October 13, 2020 9:01 PM | Last reply by Anonymous - Thursday, October 15, 2020 9:40 PM -
0 Votes
How to filter redis cache data?
i.GetStartOfPeriodByMins(5)) .Select(gr => ...Unanswered | 3 Replies | 1588 Views | Created by Anonymous - Monday, October 12, 2020 1:47 PM | Last reply by Anonymous - Monday, October 12, 2020 3:02 PM -
0 Votes
Best Practise of reusing code in n tier architecture
User-525411387 posted I have many service classes in Business Logic Layer similarly many classes in the Data Access Layer. and i have to reuse functions of different ...Unanswered | 2 Replies | 872 Views | Created by Anonymous - Saturday, October 10, 2020 10:21 PM | Last reply by Anonymous - Sunday, October 11, 2020 9:16 PM -
0 Votes
Microservice cross query question
User1034446946 posted Hi Lets say I have product ,article and category microservices, now I want to search all the products with a category of ...Answered | 2 Replies | 658 Views | Created by Anonymous - Friday, October 9, 2020 12:41 PM | Last reply by Anonymous - Sunday, October 11, 2020 1:23 PM -
0 Votes
New in aspx.net, what recommend me?
User-1977904100 posted Hi, I am going to start with developing in aspx.net, and I have seen issues like MVC model to programming. The app would be a tipical for ...Unanswered | 2 Replies | 1149 Views | Created by Anonymous - Wednesday, September 16, 2020 6:45 PM | Last reply by Anonymous - Saturday, September 19, 2020 6:26 PM -
0 Votes
Message Broker RabbitMQ Consumer Related Doubt !!
User-2121988648 posted Hi, Suppose, I have 2 microservices. I am Producing Message (Sending) to RabbitMQ from Microservice ...Unanswered | 2 Replies | 792 Views | Created by Anonymous - Sunday, August 16, 2020 3:17 PM | Last reply by Anonymous - Monday, August 17, 2020 3:37 PM -
0 Votes
ESB in Microservices with transactions
User-1350042179 posted Hi Image that you have and Microservices which shared data with an ESB. How can I manage the ...Answered | 1 Replies | 817 Views | Created by Anonymous - Friday, August 14, 2020 2:08 AM | Last reply by Anonymous - Friday, August 14, 2020 2:40 PM -
0 Votes
Send An Email and Configure to get a delivery response
User-1204637165 posted Dear All, So I am building a sender for sending emails but my challenge is I want to know when delivery status is ...Answered | 5 Replies | 769 Views | Created by Anonymous - Saturday, July 25, 2020 11:22 AM | Last reply by Anonymous - Monday, July 27, 2020 2:51 PM -
0 Votes
ASP.NET Web Application - QueueUserWorkItem
User2087005020 posted We have an ASP.NET application and the traffic to the app increasing day by day. It looks we are running into some kind of Thread Starvation issue when load ...Unanswered | 5 Replies | 793 Views | Created by Anonymous - Sunday, July 19, 2020 4:57 PM | Last reply by Anonymous - Monday, July 20, 2020 2:49 PM -
0 Votes
Is it good to use node.js with Azure
User1644485212 posted Can we use node.js when our deployment environment is Azure. Also we will require support for Service Fabric, Azure Functions, Service Bus Queye, Event Hub, ...Unanswered | 1 Replies | 754 Views | Created by Anonymous - Monday, July 6, 2020 2:34 PM | Last reply by Anonymous - Monday, July 6, 2020 2:53 PM -
0 Votes
Researching a good starting point to develop a web service/console app hybrid application.
User-1335903275 posted During a meeting at my company today, I was asked the feasibility of creating an application for our existing clients which they can install on their personal ...Unanswered | 2 Replies | 479 Views | Created by Anonymous - Friday, June 19, 2020 6:10 PM | Last reply by Anonymous - Saturday, June 20, 2020 4:25 AM -
0 Votes
Storing dates in a global software application. Will this strategy work?
User-1095454647 posted We have a application that is supposed to support multiple timezones. Every user has a profile and in every profile we have user's ...Unanswered | 1 Replies | 559 Views | Created by Anonymous - Friday, June 12, 2020 7:12 PM | Last reply by Anonymous - Monday, June 15, 2020 3:39 PM -
0 Votes
Need clarification
User-2071549094 posted A few years ago, I was posted to a local company in my country. I have never worked in an IT industry. Just studied a graduate ...Unanswered | 6 Replies | 908 Views | Created by Anonymous - Monday, June 15, 2020 8:24 AM | Last reply by Anonymous - Monday, June 15, 2020 3:38 PM -
0 Votes
Is there any central point in the application where we can catch exception?
User1052662409 posted Hi All, I am using MVC5. I am trying to maintain exceptions in an exception log table. I have created ...Answered | 1 Replies | 449 Views | Created by Anonymous - Monday, June 8, 2020 6:58 AM | Last reply by Anonymous - Wednesday, June 10, 2020 1:38 AM -
0 Votes
How to send automatic emails weekly on monday and also want to attach excel sheet in that mail.
User420834038 posted Hi, I want to send automatic emails weekly on monday and also want to attach excel sheet in that mail. Kindly ...Unanswered | 2 Replies | 950 Views | Created by Anonymous - Monday, May 18, 2020 10:18 AM | Last reply by Anonymous - Friday, June 5, 2020 5:46 AM - Items 1 to 20 of 8971 Next ›
No announcements