Hello everybody.
Today I want to give some demo.
using System;
using System.Diagnostics;
namespace StackOverflowQuest
{
class Program
{
struct StructTest
{
public string TestString { get; set; }
//public override bool Equals(object obj)...
Hello everybody,
today I want to share my usage if IDisposable interface in C#.
Before code presentation some explanations:
1. If created by me class uses some unmanaged resources then it means that I should also implement IDisposable interface in order to clean memory. 2. Clean objects as s...
Hello everybody,
today I want to write some notice about PCL, aka portable class library. It's possible to make library which will be possible to make library for Windows Phone 7, Xbox 360, .Net for Windows Store apps.
Ready to take your Acumatica development to the next level? Just like cr...