Developer's Talk

Technology Discussion
null [More]


null [More]


Struct cannot have an explicit parameterless constructor, only the implicit one, that initializes all members to their default. Struct won't allow destructor in .Net.

Although the CLR allows it, C# does not allow structs to have a default parameterless constructor. The reason is that, for a value type, compilers by default neither generate a default constructor, nor do they generate a call to the default constructor. So, even if you happened to define a default constructor, it will not be called and that will only confuse you. To avoid such problems, the C# compiler disallows definition of a default constructor by the user. And because it doesn't generate a default constructor, you can't initialize fields when defining them.

The default constructor is implicitly defined by C# and you can't implement the default constructor yourself. The default constructor initializes all struct fields to default values. i.e. integrals are 0, floating points are 0.0, and booleans are false. If you need custom constructor overloads, you can add new constructors, as long as they have one or more parameters.

[More]


What is the relationship between Microsoft SharePoint Portal Server and Microsoft Windows Services?

Microsoft SharePoint Products and Technologies (including SharePoint Portal Server and Windows SharePoint Services) deliver highly scalable collaboration solutions with flexible deployment and management tools. Windows SharePoint Services provides sites for team collaboration, while Share Point Portal Server connects these sites, people, and business processes-facilitating knowledge sharing and smart organizations. SharePoint Portal Server also extends the capabilities of Windows SharePoint Services by providing organizational and management tools for SharePoint sites, and by enabling teams to publish information to the entire organization.
[More]


In our normal programs, the requirement of exporting data to excel is very usual. I've summarized some basic skills in an article in Codeproject. And right here, I want to specialize on some solutions and offer you a solution for large amount data exporting to excel solution which may be useful for you. [More]


Event Receivers SharePoint has this infrastructure built in where certain SP objects raise events that can be handled by custom code. The event of interest to us is the ItemUpdated event fired by any SPList. This event is fired every time you ma... [More]


Have you ever wonder how to run more than one instance of Skype logged in with different account at the same time on same machine. Here I am telling you how? Follow these simple steps below: Right Click on your Desktop and choose NewàShortcut ... [More]


Register | Login

Advertisement

Advertisement

Widget BlogAnalytics not found.

Execution of request failed: https://www.google.com/analytics/feeds/accounts/defaultX

Sign in