Syed Zohaib Ali

Results 16 issues of Syed Zohaib Ali

i am already done this code please assign me this task #include #define SIZE 5 /* Size of Circular Queue */ using namespace std; class Queue { private: int items[SIZE],...

i update your code because it has some error please accept this code #### Description of Change #### Checklist - [x] Added description of change - [ ] Added file...

### **Describe your change:** - [x] Add an algorithm? - [x] Fix a bug or typo in an existing algorithm? - [x] Documentation change? #### References ### **Checklist:** - [x]...

**🎨 Changes Made** Replaced old Bootstrap layout with a modern card-based UI Improved modal design with gradient headers and rounded corners Enhanced form spacing, typography, and field styles Added gradient...

Problem: Swagger documentation generate karte waqt XML comments use nahi kiye gaye. Isse controller/action summaries Swagger UI me nahi dikhte — documentation incomplete lagti hai. Fix Suggestion: Add XML comment...

### Issue In `Infrastructure.EmailManager.EmailService`, the `MailboxAddress` is currently used as: ```csharp message.From.Add(new MailboxAddress("noreply", _smtpSettings.UserName)); message.To.Add(new MailboxAddress(email, email)); ``` **Suggested Fix** If the recipient's name is available, use it as the...

This pull request includes several improvements to the ASPNET/Program.cs startup file for better robustness, safety, and maintainability: 1. **Safe Logs Folder Creation** - Wrapped log folder creation in a try-catch...

The application tries to create a logs directory at wwwroot/app_data/logs on startup: ``` var logPath = Path.Combine(Directory.GetCurrentDirectory(), "wwwroot", "app_data", "logs"); if (!Directory.Exists(logPath)) { Directory.CreateDirectory(logPath); } ``` **Potential problems:** If the...

Full Bootstrap 5 responsive UI. Cleaner layout + readable spacing. Error-safe code-behind (no silent crashes). No inline spaghetti code, everything properly structured. Smooth fade animation for a touch of polish.

Full Bootstrap 5 responsive UI. Cleaner layout + readable spacing. Error-safe code-behind (no silent crashes). No inline spaghetti code, everything properly structured. Smooth fade animation for a touch of polish.