blah blah blah is here! blah blah » Close

0
votes
1 answers

How to send Email as Calendar with body font customized?

Hi, Could any one please tell me, how to customize the body font of calendar when sent as email? Actually i've created an email for sending meeting request. This email body font should be changed as per the requirement. I was able to c ...

1
votes
2 answers

How can i convert List<customobject> to List<object>?

Hi, i want to convert List<customobject> to List<object>? code i've used is: public class Report { public Report(string strRepId, string strRepName) { strReportId = strRepId; ...

1
votes
2 answers

difference between CharEnumerator and IEnumerator

hi, pl. look into this code: string strSample = "hello dotnet world!"; CharEnumerator chEnum = strSample.GetEnumerator(); IEnumerator ichEnum = strSample.GetEnumerator(); Cons ...

1
votes
1 answers

How to Raise events from class

Hi, can anyone please tell me how to raise events from class. Are they like call back functions.. Pl. help me in finding an answer for this. Thanks & Regards, Anil.

0
votes
1 answers

doubt regarding properties

Hi, i know that we should not have access modifiers for both get and set of a property. can anyone pl. tell me the reason for it.. Thanks & Regards, Anil.

0
votes
1 answers

Hi, help me regarding connection timeout

Hi, can you please tell me, how can i set connection timeout in a dll Thanks.& Regards, Anil

0
votes
1 answers

a starter doubt regarding wcf services

Hi, may i know why interfaces are used instead of class methods in wcf services. Thanks & Regards, Anil

0
votes
1 answers

silly question

Hi, i've a small doubt regarding the keywords overrides and new. I know that new -> hides base class definition, and overrides -> redefines the base class functionality. may i know the difference between them. sorry for the silly ...

0
votes
1 answers

doubt regarding partial classes

Hi, we'll get a compilation error if two methods are having the same name in a partial class. How can we avoid it? should we rename one method or can we fix it by some other means.. pl. clarify my doubt... Thanks & Regards, Ani ...

0
votes
1 answers

LINQ to SQL class connection string

Hi, i'm trying to connect to database while practicing linq samples. Should i use dbml file as a mandatory or can i connect to the existing database? Thanks & Regards, Anil

0
votes
1 answers

merge precompiled assemblies?

Hi, I know that aspnet_merge tool introduced in vs2008, helps one to merge precompiled assemblies. Can you please tell me, in ahich scenario we'll go for the merging of precompiled assemblies. Thanks & Regards, Anil

0
votes
1 answers

Diff between IEnumerable and IEnumerator Interface

Hi, can anyone please tell me the difference between IEnumerable and IEnumerator interfaces. I know that they are used to iterate over a non-generic collection. and i'n curious to know more about it. Thanks&Regards, Anil.

0
votes
1 answers

Expression Trees, c# 3.0 data structure

Hi, can anyone please tell me the concept of expression trees, which is c# 3.0 data structure. Thanks & Regards, Anil.

0
votes
1 answers

Help regarding Windows application and web application

Hi, can you please tell me the architectural difference between windows and web applications. Actually, i'm trying to work with a third party dll, which works fine with windows application and is not working with web application. Ma ...

0
votes
1 answers

writing of wsdl files?

Hi, i'm learning web services. I was able to consume the web services using wsdl files. Can any one please tell me how can i create wsdl files. Thanks&Regards., Anil

Feedback