.NET Tips

.NET Tips

@dotnet

Warsaw, Masovian Voivodeship, Poland
Member since Oct 7, 2024
2 Following
2 Followers

Activity

Azure DevOps is moving from Edgio to Akamai and Azure Front Door CDNs.
Apply any needed changes by May 1, 2025 (Service) or May 15, 2025 (Server) https://devblogs.microsoft.com/devops/cdn-domain-url-change-for-agents-in-pipelines/

How ASANA makes engineering interviews? Read the process on the comments. 👇

A tricky question you can expect in a technical interview is like this: Is it displayed on the screen? 😈

      try
        {
            try
            {
                throw new InvalidOperationException("Something went wrong inside.");
            }
            catch (InvalidOperationException ex)
            {
				Console.WriteLine(ex.Message);
                throw;
            }

            throw new Exception("Outer level failure.");
        }
        catch (Exception ex)
        {
            Console.WriteLine("Outer catch: " + ex.Message);
        }
    

Can you explain the differences between unit tests, integration tests, end-to-end (E2E) tests, and test (or functional) tests, and when you would use each? 🚀

Collaboration
Active Now

Find your people.

Escape the noise. Join a focused Circle to code, study, and build together. Real collaboration starts here.

Explore Circles
Achievements

We are a specialized tool that integrates you into a private Circle of 5 people. It's a shared responsibility system for founders, developers, and students.

Developed in EU