Tuesday, March 27, 2012
Few Question Regarding C#
I have following questions regarding C# Assembly and Threading.
Let me know the precise answer or lead me to the proper materials.
1. Is memory leakeage possible in .Net Manager Code ?
2. Is memory leakage possible in .Net Unmanaged Code ?
3. How can I find the what % of memory is being used by DLL at run time ?
4. What is difference between Sunchronous processing and Async
processing in .Net ? How can I achieve it ?
5. Can any one lead me towards Multithreading GUI development in Winforms ?
6. Difference between Delegate and Event ?
7. Is there any specific Design Patterns specifically for WinForms ?
Awaiting reply
Thanks
Silent Ocean
hi....
wrong ng?
:D
Andrea Montanari (Microsoft MVP - SQL Server)
http://www.asql.biz/DbaMgr.shtmhttp://italy.mvps.org
DbaMgr2k ver 0.14.0 - DbaMgr ver 0.59.0
(my vb6+sql-dmo little try to provide MS MSDE 1.0 and MSDE 2000 a visual
interface)
-- remove DMO to reply
Silent Ocean wrote:
> Hi All
> I have following questions regarding C# Assembly and Threading.
> Let me know the precise answer or lead me to the proper materials.
> 1. Is memory leakeage possible in .Net Manager Code ?
> 2. Is memory leakage possible in .Net Unmanaged Code ?
> 3. How can I find the what % of memory is being used by DLL at run
> time ? 4. What is difference between Sunchronous processing and Async
> processing in .Net ? How can I achieve it ?
> 5. Can any one lead me towards Multithreading GUI development in
> Winforms ? 6. Difference between Delegate and Event ?
> 7. Is there any specific Design Patterns specifically for WinForms ?
> Awaiting reply
> Thanks
> Silent Ocean
Few Question regarding C#
I have following questions regarding C# Assembly and Threading.
Let me know the precise answer or lead me to the proper materials.
1. Is memory leakeage possible in .Net Manager Code ?
2. Is memory leakage possible in .Net Unmanaged Code ?
3. How can I find the what % of memory is being used by DLL at run time ?
4. What is difference between Sunchronous processing and Async
processing in .Net ? How can I achieve it ?
5. Can any one lead me towards Multithreading GUI development in Winforms ?
6. Difference between Delegate and Event ?
7. Is there any specific Design Patterns specifically for WinForms ?
Awaiting reply
Thanks
Silent Ocean
A C# group would probably be a better place to post this
question. Try the following group:
microsoft.public.dotnet.languages.csharp
-Sue
On Tue, 26 Jul 2005 23:01:01 -0500, Silent Ocean
<silentocean555@.yahoo.com> wrote:
>Hi All
>I have following questions regarding C# Assembly and Threading.
>Let me know the precise answer or lead me to the proper materials.
>1. Is memory leakeage possible in .Net Manager Code ?
>2. Is memory leakage possible in .Net Unmanaged Code ?
>3. How can I find the what % of memory is being used by DLL at run time ?
>4. What is difference between Sunchronous processing and Async
>processing in .Net ? How can I achieve it ?
>5. Can any one lead me towards Multithreading GUI development in Winforms ?
>6. Difference between Delegate and Event ?
>7. Is there any specific Design Patterns specifically for WinForms ?
>Awaiting reply
>Thanks
>Silent Ocean
sql
Few Question regarding C#
I have following questions regarding C# Assembly and Threading.
Let me know the precise answer or lead me to the proper materials.
1. Is memory leakeage possible in .Net Manager Code ?
2. Is memory leakage possible in .Net Unmanaged Code ?
3. How can I find the what % of memory is being used by DLL at run time ?
4. What is difference between Sunchronous processing and Async
processing in .Net ? How can I achieve it ?
5. Can any one lead me towards Multithreading GUI development in Winforms ?
6. Difference between Delegate and Event ?
7. Is there any specific Design Patterns specifically for WinForms ?
Awaiting reply
Thanks
Silent OceanA C# group would probably be a better place to post this
question. Try the following group:
microsoft.public.dotnet.languages.csharp
-Sue
On Tue, 26 Jul 2005 23:01:01 -0500, Silent Ocean
<silentocean555@.yahoo.com> wrote:
>Hi All
>I have following questions regarding C# Assembly and Threading.
>Let me know the precise answer or lead me to the proper materials.
>1. Is memory leakeage possible in .Net Manager Code ?
>2. Is memory leakage possible in .Net Unmanaged Code ?
>3. How can I find the what % of memory is being used by DLL at run time ?
>4. What is difference between Sunchronous processing and Async
>processing in .Net ? How can I achieve it ?
>5. Can any one lead me towards Multithreading GUI development in Winforms ?
>6. Difference between Delegate and Event ?
>7. Is there any specific Design Patterns specifically for WinForms ?
>Awaiting reply
>Thanks
>Silent Ocean
Few question in C#
I have following questions regarding C# Assembly and Threading.
Let me know the precise answer or lead me to the proper materials.
1. Is memory leakeage possible in .Net Manager Code ?
2. Is memory leakage possible in .Net Unmanaged Code ?
3. How can I find the what % of memory is being used by DLL at run time ?
4. What is difference between Sunchronous processing and Async
processing in .Net ? How can I achieve it ?
5. Can any one lead me towards Multithreading GUI development in Winforms ?
6. Difference between Delegate and Event ?
7. Is there any specific Design Patterns specifically for WinForms ?
Awaiting reply
Thanks
Silent Ocean
Hi
You may want to ask this in one of the microsoft.public.donet.* groups and
not here in the SQL Server one.
Regards
Mike Epprecht, Microsoft SQL Server MVP
Zurich, Switzerland
IM: mike@.epprecht.net
MVP Program: http://www.microsoft.com/mvp
Blog: http://www.msmvps.com/epprecht/
"Silent Ocean" <silentocean555@.yahoo.com> wrote in message
news:Ong9REmkFHA.1444@.TK2MSFTNGP10.phx.gbl...
> Hi All
> I have following questions regarding C# Assembly and Threading.
> Let me know the precise answer or lead me to the proper materials.
> 1. Is memory leakeage possible in .Net Manager Code ?
> 2. Is memory leakage possible in .Net Unmanaged Code ?
> 3. How can I find the what % of memory is being used by DLL at run time ?
> 4. What is difference between Sunchronous processing and Async processing
> in .Net ? How can I achieve it ?
> 5. Can any one lead me towards Multithreading GUI development in Winforms
> ?
> 6. Difference between Delegate and Event ?
> 7. Is there any specific Design Patterns specifically for WinForms ?
> Awaiting reply
> Thanks
> Silent Ocean
Monday, March 26, 2012
Few Design and Programming Questions
little searching. Thanks for any help!
1. I need to create a few reports with some repeating pages. For example, in
one of them I need to have a cover page, then couple content pages, then a
summary page. I need to double print the content pages. There must be a
better way to achive this than manually copy-and-paste to duplicate those
pages in the report design, is there?
2. Is there a way to embed a PDF file into the report somehow? Say, at the
end of each report, I need to include a few pages of static information. Can
I somehow have the report server to pull out a PDF file instead of putting
those text into the report design?
3. Can I include other reports in a report?
4. Is there a way to control printing of the reports after I exported them
into PDF for printing? Say, I want page 3 and 4 print on both side of the
paper. I don't think this is possible, but asking to make sure.
5. Can I control the size of the parameter input area of the report at the
top portion of the report server? I need to disply 8 input boxes. Users need
to scroll down in the parameter area to see the last 2.
Thanks!No reply yet : ]
Does anyone know something about my question #2?
Or any suggestions on how to deal with complexed text/table formatting with
VS .NET 2003 report designer? It is so hard to make things look right, that's
why I wanted to just "attach" a PDF or word file for those static text.
"Xonic" wrote:
> I have a few questions regarding reports that I haven't found answers after a
> little searching. Thanks for any help!
> 1. I need to create a few reports with some repeating pages. For example, in
> one of them I need to have a cover page, then couple content pages, then a
> summary page. I need to double print the content pages. There must be a
> better way to achive this than manually copy-and-paste to duplicate those
> pages in the report design, is there?
> 2. Is there a way to embed a PDF file into the report somehow? Say, at the
> end of each report, I need to include a few pages of static information. Can
> I somehow have the report server to pull out a PDF file instead of putting
> those text into the report design?
> 3. Can I include other reports in a report?
> 4. Is there a way to control printing of the reports after I exported them
> into PDF for printing? Say, I want page 3 and 4 print on both side of the
> paper. I don't think this is possible, but asking to make sure.
> 5. Can I control the size of the parameter input area of the report at the
> top portion of the report server? I need to disply 8 input boxes. Users need
> to scroll down in the parameter area to see the last 2.
> Thanks!
Friday, March 23, 2012
Feedback regarding Feedback on the Feedback Center
Just a note to the MS guys...
I'm fully supportive of the product Feedback Center initiative and the subsequent withdrawal of sqlwish.
Problem is, if nobody ever gives us feedback on the things that we submit then it simply is a glorified version of sqlwish with no added value.
I apologise if there are plans afoot to address to offer feedback to the things we put up there but I (and others) have been freely submitting bugs and suggestions for a few months now without hearing anything back and I'm beginnign to wonder why we bother.
Even a simple "This is a good idea and will be considered for Katmai" or "This is a terrible idea now go and stick your head back in the sand" would be better than a cut and pasted response which is just about all I've seen so far.
Comments?
-Jamie
I agree I am unclear as to the purpose of the feedback centre. We appreciate that 2005 is done an dusted therefore if an issue is suggestion is now being closed as won't fix or by design that is implying it won't be fixed for the next 4 years. If something has missed SP1 and is therefore (one hopes) being considered for Katmai then it should have an appropriate status.
An example is the Tabs issue. http://lab.msdn.microsoft.com/ProductFeedback/viewfeedback.aspx?feedbackid=0010c553-d46e-42d0-b548-38b5f9ea79aa
Raised against CTP in June, A fix put in for RTM. Not sufficient in my book, the issue is reopene dby Erland and closed again saying a DCR has been raised but not in the feedback centre. This suggests that next version stuff is not being taken from product feedback centre.
This confusion is further exaserpated by a user group meeting on wednesday ran by members of the User Experience bods from the SQL Team. They are really wanting feedback from users, but currently I am not sure were to direct feedback.
|||Any comment?
Feedback on Merge Replication Error
regarding the problem of not uploading the data from the
subscriber to the publisher though the merge agent is
successfult and the status is no data needed to be merged.
i checked the record in msmerge_contents , it doesn't
exist.
actually i checked with the table nick name and the
rowguid of the row i made modification in.
any help with that?
Thanks
Dalia,
does the trigger exist on the subscriber? If not then perhaps the exchange
type is incorrect.
Regards,
Paul Ibison