Muhammad Rehan Saeed

Results 855 comments of Muhammad Rehan Saeed

**[Muhammad Rehan Saeed](https://rehansaeed.com)** commented on **2018-12-01 11:00:50** > I'm having a problem initializing `MedicalSpeciality` objects. For example, if I'm creating an `Physician` object, how to I initialize a `MedicalSpeciality` with...

**Zander** commented on **2019-04-01 13:36:41** Great work, Rehan! I'm a bit confused - is there a way to deserialize JSON schema into Schema.NET C# `Book` type (for example)?

**[Muhammad Rehan Saeed](https://rehansaeed.com)** commented on **2019-04-01 14:04:19** > Great work, Rehan! > > I'm a bit confused - is there a way to deserialize JSON schema into Schema.NET C# `Book`...

**Asim Shahzad** commented on **2019-07-17 13:19:58** Hi, I have implement your solution. When I test it in google testing tool, tool does not show any thing to me. what will...

**[Muhammad Rehan Saeed](https://rehansaeed.com)** commented on **2019-07-17 16:23:35** > hi, > > I have implement your solution. When I test it in google testing tool, tool does not show any thing...

**larrybud** commented on **2020-01-14 01:10:19** It should be noted that to output this in razor syntax, you must use ``` @Html.Raw() ``` So the example above which says: ```cs var...

https://twitter.com/argyleink/status/1310640086111846400?s=20

Switch to rem for breakpoints. $breakpoints: ( xs: 0, // 576px sm: 36rem, // 768px md: 48rem, // 992px lg: 62rem, // 1200px xl: 75rem, // 1600px xxl: 100rem, );

> Hi, thank you for the great article! One question. I have multiple c# applications: NET Core, legacy WinForms apps. Is it possible to use OpenTelemetry in WinForms apps? How...

@bmcclory I wrote that extra bit of extra code for illustration but I think you're right, we'd need to use a filter to add tags or baggage. I'll update my...