angwin

Stories submitted by angwin

Custom ORDER BY in SQL(dotnet-enthusiast.blogspot.com)

submitted by angwinangwin(120) 3 years, 11 months ago

A tip for custom ordering at database layer. read more...

add a comment |category: |Views: 505

tags: another

How to test private fields and methods using NUnit(dotnet-enthusiast.blogspot.com)

submitted by angwinangwin(120) 4 years ago

Testing internal fields and methods from separated friend assembly. read more...

add a comment |category: |Views: 56

tags: another

Regular Expressions in .NET(dotnet-enthusiast.blogspot.com)

submitted by angwinangwin(120) 4 years, 2 months ago

.NET contains a very useful class for text processing - a Regex class. read more...

add a comment |category: |Views: 13

tags: another

Currency Format Depending on Culture(dotnet-enthusiast.blogspot.com)

submitted by angwinangwin(120) 4 years, 2 months ago

In the following example I want to demonstrate a very simple method how to change the currency format in your application elegantly and dynamically. read more...

add a comment |category: |Views: 8

tags: another

Simple Serialization and Deserialization in C#(dotnet-enthusiast.blogspot.com)

submitted by angwinangwin(120) 4 years, 2 months ago

This post shows how to convert any .NET object to stream of bytes that can be saved on a disk, sent by a protocol via internet etc. read more...

add a comment |category: |Views: 30

tags: another

Boxing Mystery in Overloaded and Overridden Method(dotnet-enthusiast.blogspot.com)

submitted by angwinangwin(120) 4 years, 2 months ago

Recently I have produced a code with strange behaviour in my real C# project. Look at the code and try explain it! read more...

add a comment |category: |Views: 0

tags: another

Syntax-Highlighted Code from Visual Studio as HTML(dotnet-enthusiast.blogspot.com)

submitted by angwinangwin(120) 4 years, 2 months ago

Very useful Visual studio add-in for bloggers. read more...

add a comment |category: |Views: 4

tags: another

Launch NUnit Tests directly from Visual Studio and Debug(dotnet-enthusiast.blogspot.com)

submitted by angwinangwin(120) 4 years, 2 months ago

Short guide how to launch NUnit tests directly from Visual Studio and using debugger while tests run. read more...

add a comment |category: |Views: 28

tags: another

User Defined Aggregate Function in SQL using CLR(dotnet-enthusiast.blogspot.com)

submitted by angwinangwin(120) 4 years, 2 months ago

An example how to write a simple aggregate function in C# and included it among built-in functions in SQL Server. read more...

add a comment |category: |Views: 83

tags: another

OpenGL in .NET(dotnet-enthusiast.blogspot.com)

submitted by angwinangwin(120) 4 years, 2 months ago

Introduction to programming OpenGL using C# in .NET. read more...

add a comment |category: |Views: 12

tags: another